sintaxi/harp

Static Web Server/Generator/Bundler

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 20 minutes ago
Added to GitGenius on September 13th, 2026
Created on December 3rd, 2012
Open Issues & Pull Requests: 44 (+0)
GitHub issues: Enabled
Number of forks: 332
Total Stargazers: 4,995 (+0)
Total Subscribers: 108 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 421.1 days
Mean response time: 421.1 days
90th percentile: 421.1 days
Tracked items: 1

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Harp is a static web server that also functions as a generator and bundler for front-end projects.

Harp solves the problem of managing pre-processing workflows by eliminating configuration overhead. It automatically serves Jade, Markdown, EJS, Less, Stylus, Sass, and CoffeeScript files as compiled HTML, CSS, and JavaScript without requiring any setup. The tool includes first-class support for layouts and partials, flexible metadata handling, and global objects for traversing the file system and injecting custom data into templates. Beyond serving files during development, Harp can compile an entire project down to static assets suitable for deployment to any HTTP host.

Harp suits developers who want to publish front-end projects as static assets without adopting a full web framework. It works well for simple sites and applications where the overhead of traditional build tools feels unnecessary. The tool is designed to be lightweight and fast, with built-in LRU caching in production mode. It can be used as a command-line utility, as a Node library for programmatic compilation or server control, or as middleware for Connect and Express applications.

The project maintains a single maintainer who continues to accept and integrate contributions. Development activity shows ongoing engagement with the codebase through periodic updates and issue resolution. The tool remains actively supported with bug fixes and improvements applied to the core functionality.