Introduction
Learn how to get started your application with our framework.
Use the CLI to scaffold your project. It sets up TypeScript, Tailwind CSS, and routing automatically with sensible defaults.
Overview
Our framework is designed with developer experience in mind. It provides a set of primitives and conventions that let you build fast, accessible web applications without the configuration overhead.
The architecture is built around file-based routing, server components, and an extensible plugin system that lets you add functionality as you need it.
npx create-acme-app my-project
cd my-project
npm run devInteractive Guide
Flip through the interactive book below to learn the basics step by step.
Welcome to Docs
This documentation covers everything you need to build with our framework.
Start with the Quick Start guide to get your first project running in under 5 minutes.