Semantic Product Runtime · Enterprise-Ready
Your product has
a memory now.
Specor is where your team defines, versions, and understands your product — together. So context never walks out the door, engineers never guess, and nothing is ever lost.
Think of it as Git for product managers, combined with an always-on AI analyst, and a live product brain your developers' AI tools read directly.
The status quo
Sound familiar?
These are the problems product teams face every day.
Context walks out the door
When a PM leaves, the decisions, rationale, and history go with them. Nobody knows why it was built that way.
Six tools, zero sync
Product lives across Notion, Jira, Confluence, Miro, and Slack. Change one — the other five go stale immediately.
Developers still have to guess
Engineers read a two-sentence Jira ticket, ask a PM in Slack, and ship code that doesn't match what product intended.
One structured home for everything your product is
Every feature, user need, business rule, user flow, success metric, and decision — stored in one place. Connected, versioned, and always consistent.
These aren't isolated notes — they are connected. Change one, and Specor knows what else is affected.
Live Examples
See what a real product structure looks like
We've modelled six real-world products in Specor — features, rules, flows, metrics, and decisions, all connected. Click any example to explore it live in the app.
Uber
Ride-hailing platform — trip lifecycle, driver matching, surge pricing rules, and safety flows.
Explore in Specor →
Social media product — feed ranking, stories, creator monetisation, and content moderation rules.
Explore in Specor →
Nubank
Digital bank — credit card lifecycle, payment flows, fraud detection rules, and limit management.
Explore in Specor →
iFood
Food delivery marketplace — order lifecycle, restaurant onboarding, delivery SLA rules, and promotions.
Explore in Specor →
PayPal
Payments platform — send/receive money flows, buyer protection rules, dispute resolution, and KYC.
Explore in Specor →
Mercado Livre
E-commerce marketplace — listing lifecycle, bidding rules, seller reputation, and shipping flows.
Explore in Specor →
A free account is required to browse — no credit card or subscription needed.
These examples are illustrative product structures created by the Specor team for demonstration purposes only. They are not affiliated with, endorsed by, or representative of the actual products or companies depicted. All trademarks belong to their respective owners.
Full Version Control
Git for product — without the engineering degree
Branch off to explore a new direction. Merge when you're ready. Roll back anything if you change your mind. See exactly what changed between any two versions — in plain English, not code.
- ✓ Product Branches — Explore a pivot without touching main. Multiple squads work independently, then merge.
- ✓ Sealed Milestones — End-of-sprint snapshots with author stamps. Your product changelog writes itself.
- ✓ Non-destructive Rollback — Reverse any milestone safely. History is never deleted — rollback creates a new record.
- ✓ Full Immutable History — Every field, relationship, and decision — permanently recorded. Time-travel to any past state.
Semantic diff — plain English
+ Feature "Guest Checkout" introduced
+ Rule "Pix expires after 15 minutes" added
~ Feature "Standard Checkout" — status: active → deprecated
- Flow "Legacy Checkout Flow" removed
AI-written impact summary
Affected capabilities: Commerce › Checkout
Affected metrics: Checkout Conversion Rate (likely impacted)
Affected actors: Guest User (new), Returning Customer (unchanged)
Affected flows: 2 modified, 1 added, 1 removed
Every diff is a shareable link you can paste into Slack or a PR.
Always-On AI
Six AI agents watching your product 24/7
They run in the background, review every change, and surface suggestions to your Product Health inbox. They never change anything automatically — every fix requires your approval.
Coverage Agent
Fires when a node is created or updated
""Guest Checkout has no Metric. Without a metric, success cannot be measured.""
Conflict Detection Agent
Fires when a rule is created, updated, or linked
""Rule A says Pix expires in 15 min; Rule B says payment links are valid for 30 min. These conflict.""
Flow Consistency Agent
Fires when flow steps are added, removed, or reordered
""This flow has no terminal step. Users have no exit point.""
Product Impact Agent
Fires when a node is archived, deprecated, or unlinked
""Checkout Conversion Rate is linked to a feature now archived. Is this metric still valid?""
Dependency Agent
Fires when a feature or capability is linked or unlinked
""Guest Checkout depends on Identity — which has 2 open conflicts.""
Naming & Consistency Agent
Fires when a node title or description is created or updated
""'Guest Checkout' and 'Checkout (Guest)' may refer to the same feature. Consider merging.""
Available agents vary by plan. Custom agents built to your vocabulary on Enterprise.
MCP Integration
Your engineers' AI tools read your product definition live
Specor ships an MCP server (Model Context Protocol) that connects to Cursor, Claude, VS Code Copilot, and any compatible AI coding tool. Once connected, the developer's AI reads your feature definitions, business rules, acceptance criteria, and user flows — automatically, in the background.
-
Implement a feature
AI reads your rules, ACs, and flows — writes code that matches what product intended.
-
Write tests
AI reads your acceptance criteria — generates one test per AC, grounded in your definition of done.
-
Debug a regression
AI reads recent milestones — surfaces the rule or decision that changed and caused the break.
-
Onboard to a new area
AI reads the domain overview — full product architecture before writing a single line.
Configure once in your editor
// ~/.cursor/mcp.json
{
"mcpServers": {
"specor": {
"url": "https://mcp.specor.ai/",
"headers": {
"Authorization": "Bearer spk_live_...",
"X-Workspace-ID": "your-workspace-uuid"
}
}
}
} After that — nothing. The AI assistant calls Specor automatically every time a developer starts implementing a feature. No copy-pasting docs, no interrupting PMs, no guessing.
Read the MCP docs →Not another doc tool
Every tool below tracks things. None of them know how those things relate.
| Specor | Notion / Confluence | Jira / Linear | ProductBoard / Aha! | |
|---|---|---|---|---|
| Structured semantic graph | ✓ | ✗ Unstructured docs | ✗ Tickets and tasks | ~ Some relationships |
| Full immutable history | ✓ Every field, forever | ~ Last edited by | ~ Ticket log | ✗ Limited |
| AI detects gaps & conflicts | ✓ 6 background agents | ✗ | ✗ | ~ Basic copilot |
| Semantic branching | ✓ | ✗ | ✗ | ✗ |
| Business-readable diffs | ✓ | ✗ | ✗ | ✗ |
| Safe rollback | ✓ Non-destructive | ✗ Manual undo | ✗ | ✗ |
| Time-travel to any past state | ✓ | ✗ | ✗ | ✗ |
| AI coding tools read it live (MCP) | ✓ | ✗ | ✗ | ✗ |
| Single source of truth, always in sync | ✓ | ✗ Docs go stale | ✗ Tickets diverge | ✗ Roadmap ≠ reality |
Built for the whole product team
One source of truth, one tool, every role.
Product Manager
- — Defines features, needs, rules, and acceptance criteria
- — Creates branches to explore alternatives before committing
- — Reviews AI suggestions in the Product Health inbox
- — Seals milestones at end of sprint — changelog writes itself
Head of Product / CPO
- — Real-time view of the full product across all domains
- — Reads the automatic changelog instead of chasing status updates
- — Reviews branch merges as a governance checkpoint
- — Exports full product state for board reporting or audits
Developer
- — Connects AI coding tool to Specor via MCP once
- — AI reads live product context automatically before generating code
- — Generates tests directly from acceptance criteria
- — Never interrupts a PM to understand what a feature is supposed to do
Design & Engineering
- — Designers see exact user flows and actor assignments
- — Engineers see business rules and ACs linked to features
- — Anyone can query "what did this feature look like 3 months ago?"
- — Read access is always free — no seat required
Enterprise
Enterprise-ready from day one
The multi-tenant foundation - with full data isolation per tenant — is already in place. Enterprise contracts include the full compliance stack.
SSO / SAML
Okta, Azure AD, Google Workspace. Auto-provisioning: new hires added in Okta appear in Specor automatically.
Audit Log & Compliance Export
Immutable record of every action. Who accepted which AI suggestion, who merged which branch — exportable to CSV or SIEM. SOC 2 ready.
Self-Hosted Option
Docker Compose packaging. Data never leaves your infrastructure. Bring your own AI (Azure OpenAI or self-hosted models).
MFA
Multi-factor authentication via authenticator app (TOTP) included. Required by most enterprise security policies.
Data Residency
EU hosting available. Region documented per tier. Required for regulated industries.
Custom AI Agents
Bespoke agents built by the Specor team, tailored to your product vocabulary, business rules, and organizational conventions.
Simple, transparent pricing
Monthly total = org plan fee + (active editor seats × seat rate). AI credits are included per plan. Viewer seats are always free.
Starter
Small teams — get started
$0 / 1st editor
+$25/additional editor · up to 5 editors total
- ✓1 workspace, up to 5 editor seats
- ✓200 AI credits/month
- ✓Coverage agent
- ✓Full history, no limits
- ✓MCP server access
- ✓All core features
Team
Product teams shipping together
$99/org/mo
+ $25/editor/month · unlimited editors
- ✓Up to 10 workspaces
- ✓Unlimited editor seats
- ✓1,000 AI credits/month
- ✓All 6 proactive agents
- ✓Priority support
- ✓Slack integration
Enterprise
Multi-product organizations
Custom
Custom contract · volume AI credits or BYOA
- ✓Unlimited workspaces & seats
- ✓SSO / SAML (Okta, Azure AD)
- ✓Audit log & compliance exports
- ✓Self-hosted option
- ✓Bring your own AI (BYOA)
- ✓Custom AI agents for your ontology
- ✓Data residency (EU available)
- ✓99.95% SLA + status page
- ✓Dedicated Customer Success Manager
Additional AI credits available at $0.03 / credit (minimum 100 credits per purchase), no expiry. Proactive agents are event-driven and never consume credits.
Enterprise & Teams
Book a team walkthrough
We'll walk through Specor with your team, answer your questions, and scope the right plan for your organization. Usually 30 minutes.
✓
Request received!
We'll reach out within one business day to schedule your walkthrough.
Give your product a permanent memory
Start with your first product for free. Upgrade when your team grows.