Plans & Account Management
Understand what's included in each plan and how to manage your Composure account.
Plans & Account Management
Composure is free for personal use, education, and nonprofits. Pro adds production architecture patterns for individual developers. Commercial licensing is available for teams.
Plans
Free — $0
Everything you need for code quality enforcement:
- 5 plugins — Composure, Sentinel, Testbench, Shipyard, Design Forge
- 33 skills — architecture, blueprinting, security scanning, test generation, CI/CD, audits
- 17 automated hooks — code quality, secret detection, type safety, decomposition
- 13 MCP graph tools — semantic search, dependency chains, blast radius, audits
- 8 indexed languages — TypeScript, JavaScript, SQL, JSON, YAML, Markdown, ENV, Prisma
- 7 enforced languages — TypeScript, Python, Go, Rust, C++, Swift, Kotlin
No credit card. No time limit. No feature walls on the core product.
Pro — $39 (one-time)
Everything in Free, plus 22 production architecture patterns and a schema guard hook:
| Category | Patterns | What Claude learns |
|---|---|---|
| Bootstrap | 1 | Foundation migration sequence — enum catalog, function authority, dependency order |
| DB Foundation | 5 | Entity registry, ID prefixes, 4-level auth, privacy roles, contact-first linking |
| Conventions | 1 | JSONB metadata naming, entity.relationship templates |
| Infrastructure | 3 | Google Places pipeline, trigger-driven denormalization, DB-to-TypeScript type generation |
| Optional Modules | 3 | Device registry, unified inbox, OAuth token storage |
| RLS Policies | 5 | Row-level security patterns, role hierarchy, migration checklist (90+ items) |
| Frontend | 4 | Query key factories, component patterns, loading system, multi-tenant OrgSwitcher |
Plus a schema guard hook that blocks: boolean status columns, inline role definitions, missing tenant columns, missing RLS, and computed privacy groups — citing the exact pattern doc in each violation message.
One-time purchase. Existing customers get 50% off major version upgrades.
Commercial — $99 (one-time)
Everything in Pro, licensed for commercial use. One purchase covers your entire team.
Most AI code review tools charge $20-30/seat/month — Composure is a flat fee, per major version.
Account Commands
Manage your account from any Claude Code session:
/composure:auth login # Sign in (opens browser)
/composure:auth status # Check your plan, features, token expiry
/composure:auth upgrade # Open the pricing page
/composure:auth logout # Sign outWhat happens when you sign in
- Your browser opens to
composure-pro.comfor OAuth authentication - You sign in with GitHub, Google, or email
- A secure token is stored locally at
~/.composure/credentials.json - Your plan and features are validated
Tokens refresh automatically. You only need to sign in once per device.
What happens when you sign out
Your local credentials are cleared. Cached content remains on disk until it expires (24 hours). You can sign back in anytime — your plan and data are tied to your account, not your device.
Offline Access
Composure works offline for most features:
| Feature | Offline? | Notes |
|---|---|---|
| Enforcement hooks | Yes | Run locally, no network needed |
| Code graph | Yes | SQLite database, fully local |
| Skills (cached) | Yes | Cached content serves for 24h |
| Skills (fresh) | No | Requires API to fetch new/updated content |
| Account validation | No | Periodic check, degrades gracefully |
Run composure-cache sync while online to pre-download all skill content for your plan. This ensures full offline access for the next 24 hours.
FAQ
Can I use the free tier without signing in? The enforcement hooks and code graph work without an account. Signing in unlocks the full skill library and enables content caching for offline use.
What if I cancel Pro? You keep Pro access for the version you purchased. Future major version upgrades require a new purchase (50% off for existing customers).
Is there a team plan? The Commercial license ($99) covers your entire team. No per-seat pricing.
Where is my data stored?
Credentials at ~/.composure/credentials.json. Cached content at ~/.composure/cache/. Project config at .claude/no-bandaids.json. Nothing leaves your machine except authentication tokens and API requests for skill content.