create-atlas-agent
v0.2.7
Published
Create a new Atlas text-to-SQL agent project
Maintainers
Readme
create-atlas-agent
Scaffold a new Atlas text-to-SQL agent project.
Usage
bun create atlas-agent my-app
cd my-app
bun run devThe interactive setup asks for your database (SQLite or PostgreSQL), LLM provider, and API key. SQLite is the default — zero setup, no Docker required.
Non-interactive mode
Skip all prompts with sensible defaults (SQLite + Anthropic + demo data):
bun create atlas-agent my-app --defaultsRequirements
- Bun v1.3+
- An LLM API key (Anthropic, OpenAI, or another supported provider)
What you get
A self-contained Next.js 16 project with:
- Text-to-SQL agent with multi-layer SQL validation
- Auto-generated semantic layer (YAML) from your database schema
- Chat UI with streaming responses
- Docker, Railway, Fly.io, Render, and Vercel deployment configs
- SQLite (default) or PostgreSQL support
License
MIT
