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