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

Generated output

Canonical files and folders Arche writes into every serious preset.

1 min read

Agent context (TypeScript routes with agent support)

terminal
AGENTS.md              # Entry map — start here
CLAUDE.md -> AGENTS.md # Symlink when enabled
.docs/                 # Internal topics (architecture, deploy, features)
.plans/                # Approved in-flight work (one active plan)
arche.json             # Machine-readable scaffold metadata

Arche does not generate .cursor/rules/ or .claude/rules/ trees. Those duplicate context and drift quickly.

See Agent context for how agents should walk the map.

Workspace metadata

  • Root package.json with workspaces and scripts
  • Bun workspaces.catalog or pnpm catalog: from toolings/catalog/workspace-catalog.json
  • Rendered root turbo.json (not a static copy)—tasks match included apps
  • Per-app package.json files with scoped names derived from your project name

Optional bundles

ToggleOutput
--dockerDockerfiles / compose stubs for API and related services
--ciGitHub Actions workflows aligned with the preset
--deployment.docs/ deployment topics pointing at Vercel / Render / Railway patterns
--showcaseDemo routes + SHOWCASE.mdx for portfolio sync
--workerapps/worker BullMQ workspace (requires Redis in env)

Portfolio / showcase

With --showcase, fullstack presets may include:

  • SHOWCASE.mdx — frontmatter for kitsunekode.in sync
  • package.json#portfolio — tags and featured flags

See docs/portfolio-sync.md in the template repository.

arche.json

Records the exact command and choices used to produce the tree—treat it as reproducibility metadata, not runtime config.