Documentation
archkit uses three file types to give AI coding agents the context they need. Click each section to see the format, examples, and best practices.
Getting Started
Install archkit, initialize your project, and start sharing configs.
bash
npm install -g archkit
archkit init
# or use a preset from the marketplace:
archkit init --preset saas-starter-preset.jsonSee the full documentation at github.com/kenandrewmiranda/archkit