Documentation Site

Documentation Template

View Components
Loading template...
Components used:
interactive-bookfolder-previewline-hover-linkflip-fade-text
Acme Docsv3.2
Search documentation...⌘K
GuidesAPIBlog

Getting Started

Core Concepts

API Reference

Guides

DocsGetting StartedIntroduction

Introduction

Learn how to get started your application with our framework.

Quick Tip

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.

Terminal
npx create-acme-app my-project
cd my-project
npm run dev

Interactive Guide

Flip through the interactive book below to learn the basics step by step.

1 / 3

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.

On This Page

  • Overview
  • Installation
  • Quick Start
  • Interactive Guide
  • Project Structure

Project Structure

Related

API Reference
Migration Guide
Release Notes
Contributing
Community Discord
GitHub Repository
Previous

Configuration

Next

Architecture