-
As long as you have npm installed it'll work. Npm create is an alias for the npm init command [1], which will look for a package with the prefix 'create-', install it, and run its bin file. It looks like this is the file that ends up being run: https://github.com/withastro/astro/blob/main/packages/create....
[1] https://docs.npmjs.com/cli/v8/commands/npm-init
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Hugo (https://gohugo.io) maybe? I tried it for a small static site about internal documentation, and I'm very glad I did. The hardest part was reading the documentation, the installation, content generation and rebuilds were painless.
-
Not sure if you've heard of Publii?[0]
It's a static blog generator type thing, tried it a few times casually and it seems ok for non-devs to get something simple up and running.
The SEO defaults aren't perfect but they're easy enough to change in the software.
[0] https://getpublii.com
-
eleventy 🕚⚡️
A simpler site generator. Transforms a directory of templates (of varying types) into HTML.
Check out Eleventy[0] - written in JavaScript but largely no-nonsense with (relatively) few dependencies.
[0] https://www.11ty.dev/
-
To add onto this, we recently added plugin support for templates, so you can write your own template functions if you'd like! https://github.com/caddyserver/caddy/pull/4757
-
gutenberg
A fast static site generator in a single binary with everything built-in. https://www.getzola.org
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
weavecms
Weave (formerly Primo) is a visual CMS that simplifies building, managing, and publishing static sites.
That same thinking is what led me to build [Primo](https://github.com/primodotso/primo) - a SSG in a desktop/server CMS. It’s the only thing me or anyone I know who’s uses it uses to build normal websites anymore bc it’s so much faster to get a site up and easier to write code/content.
-
-
-
serverless-next.js
Discontinued ⚡ Deploy your Next.js apps on AWS Lambda@Edge via Serverless Components