Transform plain text into dynamic blogs and websites using React.js

Gatsby

Transform plain text into dynamic blogs and websites using the latest web technologies. A React.js static site generator.

Supports Markdown, HTML, and React.js pages out of the box. Easy to add support for additional files types.

Leverages React's component model and React Router's "nested component hierarchy" to make templating incredibly powerful and intuitive.

All templates, css, and content are hot reloadable — powered by Webpack.

Build sites like it's 1995. Files are translated into HTML pages at the same position within the file system. Add a markdown file at /docs/index.md and it'll be converted to /docs/index.html.

GitHub