metaTitle | title | layout |
---|---|---|
Phenomic, a modern website generator based on the React and Webpack ecosystem |
Homepage |
Note that Phenomic is under active development, so do not hesitate to:
- Ask questions on the support chat,
- Open an issue when you think you found a bug or want to discuss about features or enhancements.
Write your content in Markdown files (or any other text format) or directly in React. Implement your design with JavaScript files, using React.
No template language to learn. Just JavaScript (and JSX if you like it).
You can just grab some packages on the NPM ecosystem to help you build your website, blog or even a small app.
Phenomic will help you generate and deploy a website in a heartbeat.
React
is used to generate pages for both client and server; it's called Isomorphic
Universal rendering.
A pre-rendered, static version of your website is generated first; then when a user browses your website, they can get the same UX as an app by grabbing the minimal amount of data for each new page (a single file that only contains your page data).
Take a look to websites using PhenomicCreating a website based on Phenomic only takes a minute. Why not give it a try?
During development, enjoy the benefit of hot loading with visual errors in your layout! That means you won't have to refresh your page during development when you edit your website. You will also see compilation & runtime errors.
Phenomic is easily customizable; choose your own Markdown engine (with your own plugins), your own CSS preprocessor etc, thanks to the flexibility of Webpack and its loaders.