ARCHE
FamiliesDocsExamplesBlogGitHub ↗
Documentation

Start

  • Getting started
  • Philosophy

Guides

  • First hour
  • Agent context
  • Verification
  • Package managers
  • Scaffold lifecycle
  • Showcase & portfolio

Walkthroughs

  • TypeScript fullstack
  • Convex product
  • Rust API & fullstack
  • Solana family
  • Customize & experiments
  • Automation (JSON/MCP)

CLI

  • Overview
  • Flags
  • Subcommands
  • Generated output

Presets

  • Preset catalog

Stack

  • TypeScript architecture
  • Convex
  • Rust
  • Solana
  • Authentication
  • Prisma store
  • tRPC

Operations

  • Deployment
  • Environment variables
  • Workers & queues
  • CI & testing
  • Scaling
  • Security
  • Troubleshooting

Reference

  • Stack links
  • Capabilities
  • This source repo
  • Code examples
← Documentation

First hour

Generate, enter, install, and verify a new workspace.

1 min read

  1. Step 1
    Scaffold

    Run from the Arche source checkout until the published CLI is trusted.

    Command•••
    bun run dev:cli -- my-app --yes --preset=typescript-fullstack
  2. Step 2
    Enter
    Command•••
    cd my-app
  3. Step 3
    Install and verify

    CI is the preset verification harness—fix env URLs before blaming the scaffold.

    Command•••
    bun install bun run ci

If something fails

When CI fails

Re-read the generated root AGENTS.md, confirm .env.example values, then check database and Redis URLs before migrations or API startup.

  • Re-read the generated root AGENTS.md for preset-specific commands.
  • Confirm environment variables using the .env.example files shipped with the preset.
  • Check database and Redis URLs before running migrations or the API.

Next

  • Deployment paths for Vercel + Docker + Neon/Upstash
  • Choosing a preset