Two products that work together: Lattice Project Builder for new project blueprints, and Lattice Core for guardrails inside existing repos.
Start new projects in minutes, not hours. Describe what you're building, get a complete plan with PROJECT_GUIDE.md, tech stack, CI/CD workflows, and a custom setup command.
Complete architecture document with milestones, requirements, and technical decisions.
GitHub Actions workflow that runs verify on every push. Quality gates from day one.
A single npx command that sets up your entire project with all configurations.
Fast single-pass generation. Great for straightforward projects.
Multi-model AI deliberation. Deeper analysis for complex projects.
Every Project Builder project includes full Lattice Core setup with guardrails and verification.
Add AI guardrails to any existing project. One command generates AGENTS.md, editor-specific rules, verification commands, and repo safety workflows that keep your AI assistant up to date.
Run in any project directory. Lattice Core auto-detects your stack.
Run `npx latticeai` to detect your stack and apply AGENTS.md, Cursor rules, Claude settings, Copilot instructions, and Codex guidance.
Generates .cursor rules, AGENTS.md, docs/rules/codex.md, CLAUDE.md, .claude/settings.json, and GitHub Copilot instruction files so Cursor, Claude Code, GitHub Copilot, and Codex run with aligned guardrails.
Injects your exact stack versions into AI context. Prevents AI from using outdated APIs.
Run `npx latticeai verify` or `npm run verify` for the standard quality loop. Add `--full` for complete validation.
Run `npm run verify -- --watch` to continuously check your code as you make changes.
Run `npx latticeai status`, `npx latticeai drift`, or `npx latticeai doctor --agents` to review project health, compliance score, and generated file drift.
Works on Windows, macOS, and Linux. Tested across all platforms in CI.
Run `npx latticeai update` to refresh rules while preserving your customizations.
Get 6 AI playbooks: feature, bugfix, refactor, test, polish, and security.
| Feature | Core Free | Project Builder Paid |
|---|---|---|
| Add to existing projects | ||
| Version-aware agent rules | ||
| Verify command | ||
| Watch mode & status | ||
| Cursor, Claude Code, GitHub Copilot, and Codex support | ||
| AI project planning | - | |
| PROJECT_GUIDE.md generation | - | |
| Custom bootstrap command | - | |
| CI/CD workflow generation | - | |
| Pro multi-model planning | - |
Version-pinned, tested stacks. Use with npx latticeai setup --bundle <id>
Core is free and hardens existing projects with AGENTS.md, editor-specific rules, verification, drift detection, and security workflows. Project Builder is paid and generates complete project plans for new projects. Project Builder includes Core automatically, so you get both when you use Project Builder.
No. If you have an existing project, use Core (free). If you're starting a new project, use Project Builder (paid, includes Core). You can't use Project Builder on existing projects-it generates everything from scratch.
Core works with any JavaScript/TypeScript project: Next.js, React, Vue, Node.js, Expo, React Native, and more. Project Builder can generate projects for web (Next.js), mobile (Expo), and API projects.
Bundles are pre-configured, version-pinned stacks like Next.js SaaS, Expo Mobile, Next.js Landing, Next.js + tRPC, and Expo + Supabase. Use them with `npx latticeai setup --bundle <id>`. They're tested and production-ready out of the box.
Yes! Core works entirely locally with no account required. Just run `npx latticeai` in your project. You only need an account for Project Builder (project planning).
Core supports Cursor, Claude Code, GitHub Copilot, and Codex by generating both human-readable and structured guardrails (.cursor/rules.md, .cursor/rules/lattice-core.mdc, AGENTS.md, docs/rules/codex.md, CLAUDE.md, .claude/settings.json, .github/copilot-instructions.md, and .github/instructions/lattice-core.instructions.md).
Try Lattice Core free on any project, or use Project Builder to start something new.