Anvil
What is Anvil?
Anvil is a set of tools you can use to bootstrap a fast, stable, and future-proof web application.
What does Anvil include?
The goal with Anvil is to include as few tools as possible, while still fulfilling its promise of being stable, fast, future proof, and having a good developer experience.
-
SvelteKit
A framework for building web apps
-
Tailwind CSS
Utility class-based CSS
-
TypeScript
Type-safe JavaScript code
-
Fastify
Tried & tested web server framework
-
Prisma
Database ORM, and much more
How to use Anvil?
Anvil is just a generator, so all you have to do is run the generation script through npx.
$npx
create-anvil-app my-app
It's also completely open-source, so feel free to check out the generation scripts on GitHub.
Source Code