Two products that work together: Lattice Core for guardrails, Lattice Architect for project planning.
Add AI guardrails to any existing project. One command generates version-aware rules, verification scripts, and keeps 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 generate version-aware rules for Cursor and Claude Code.
Generates .cursor/rules.md for Cursor and CLAUDE.md for Claude Code. Both stay in sync.
Injects your exact stack versions into AI context. Prevents AI from using outdated APIs.
Run `npm run verify` for fast lint + typecheck. Add `--full` for complete validation.
Run `npm run verify -- --watch` to continuously check your code as you make changes.
Run `npx latticeai status` to view project health, compliance score, and 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.
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 Architect project includes full Lattice Core setup with guardrails and verification.
| Feature | Core Free | Architect Paid |
|---|---|---|
| Add to existing projects | ||
| Version-aware AI rules | ||
| Verify command | ||
| Watch mode & status | ||
| Cursor & Claude Code 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 --bundle <id>
Core is free and adds AI guardrails to existing projects. Architect is paid and generates complete project plans for new projects. Architect includes Core automatically, so you get both when you use Architect.
No. If you have an existing project, use Core (free). If you're starting a new project, use Architect (paid, includes Core). You can't use Architect 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. Architect 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). Use them with `npx latticeai --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 Architect (project planning).
Core generates rules for Cursor (.cursor/rules.md) and Claude Code (CLAUDE.md). Both files stay in sync and are updated together when you run `npx latticeai update`.
Try Lattice Core free on any project, or use Architect to start something new.