Static Site Generators

Cuttlebelle – react static site generator

Cuttlebelle is a React static site generator that separates editing and code concerns.

It lets you use one layout per page-partial and cleanly separates content from code.

You can extend Cuttlebelle with react components that can make use of the power of the npm ecosystem.

This is free and open source software.

Key Features

  • Modularize each page into partials – each section of your page becomes a markdown file with front-matter. The content can be written in YAML or markdown. A layout is nominated per partial.
  • Write your layout in react – the layout is written in JSX as a react component. Each variable in your front-matter becomes a prop of the layout.
  • Multiple layouts – each page is divided into components that have their own layouts. Think of it like little Lego blocks that make up your site. With that you can build completely new page layouts by assembling them from your smaller partials without having to touch code.
  • Separate code from content.
  • Templating – uses JSX as the templating language. This makes it very convenient to build simple layouts all the way to super complex ones that fetch data from online APIs.
  • Secure without lock-in – only HTML, CSS and JS will be uploaded to your server. No plugins that may leave your site vulnerable to attacks. With Cuttlebelle you’re also not locked into any content management system.
  • All content is in Markdown files and can be exported to JavaScript objects.

Website: cuttlebelle.com
Support: GitHub Code Repository
Developer: Dominik Wilkowski
License: GNU General Public License v3.0

Assemble is written in JavaScript Learn JavaScript with our recommended free books and free tutorials.


Related Software

JavaScript Static Site Generators
Next.jsMinimalistic framework for server-rendered React applications
GatsbyReact-based open source framework for creating websites and apps
EleventyTransforms a directory of templates (of varying types) into HTML
HexoFast, simple & powerful blog framework, powered by Node.js
AstroWebsite build tool for the modern web
DocusaurusBuild, deploy and maintain documentation websites
GitBookPublish beautiful docs for your users
VuePressMinimalistic Vue-powered static site generator
MetalsmithSimple, pluggable static site generator
DocsifyDocumentation site generator
React StaticProgressive static-site generator for React
GridsomeJamstack framework for Vue.js
CuttlebelleReact static site generator
AssembleRapid prototyping and static site generation
PaniniSuper simple flat file generator for use with Gulp
constexprjsStic site generator without a DSL or a templating language

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Know a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments