The lightest static-site generator


Hydrogen uses JavaScript as it's templating engine, it's aimed at doing one thing really well which is converting template literals to HTML making it super extensible as you have the whole Node.js ecosystem at your fingertips.

Before ES6, JavaScript was not considered powerful enough to manipulate large chunks of the DOM and template engines like Handlebars and Pug filled that void. Now that JavaScript is more powerful than ever, it's time for JS to shine as a viable templating engine.

Hydrogen provides you with:

Index

🔨 Getting Started
⚙ Advanced Setup
🌐 Working with Data
🕶 Working with Metadata
💾 Setting Up a Service Worker
⚙ Generate Routes Dynamically
🔧 Hydrogen Config
⛏️ Build hooks
🐛 Debugging Build Process