PRPL

PRPL is a lightweight library for building fast static sites. It does two things:


Start developing instantly with:

npx -y create-prpl@latest

or head over to getting started.


Why use PRPL?

🚰 No kitchen sink

Chances are you have tried other static site generators and thought they were overkill. PRPL can be used just to interpolate your content into HTML.

🎛 No bundlers, configuration or underlying frameworks

The worst kind of technical debt comes from tooling and dependency trees. PRPL stays small and gets out of your way.

⚡️ Very, very fast

Using this project's namesake pattern, PRPL uses modern client-side prefetching and routing systems to help your site achieve maximum runtime performance.


See getting started next.