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

Stack links

Official docs for the main technologies Arche presets reference.

1 min read

Use this page as a bookmark sheet. Versions in generated projects follow the workspace catalog (toolings/catalog/workspace-catalog.json), not this list.

Core (TypeScript fullstack)

TechnologyDocs
BunRuntime and package manager (default)
pnpmAlternative package manager (first-class where verified)
TurborepoMonorepo task orchestration
Next.jsWeb app (App Router)
ExpressAPI host
tRPCTyped API layer
Better AuthAuthentication
PrismaORM and migrations
ZodValidation

Data & infra (recommended in deployment docs)

ServiceDocs
NeonServerless Postgres
UpstashServerless Redis
VercelWeb (and optional API Path A)
RenderDocker API (Path B)
RailwayDocker API (Path C)

Rust presets

TechnologyDocs
RustLanguage
AxumHTTP framework (API preset)
SQLxAsync SQL (where enabled)
CargoWorkspaces

Convex preset

TechnologyDocs
ConvexBackend and realtime

Solana presets

TechnologyDocs
SolanaChain
AnchorPrograms
ExpoMobile (solana-mobile / product)

Arche project

ResourceURL
GitHubgithub.com/KitsuneKode/arche
Bootstrap CLI (repo docs)docs/bootstrap-cli.md in template
Verification matrix.docs/product/verification-matrix.md in template