Skip to content
Specsight
How It WorksLive DemoBlogResearchPricing
Log InGet Started
Authentication
ContextActionOutcome
HappyValid credentialsClicks Sign InRedirected to dashboard
ErrorAccount lockedAttempts loginLockout message shown
Payments
ContextActionOutcome
HappyValid card on fileConfirms purchaseOrder placed successfully
EdgeCard expires mid-checkoutSubmits paymentPrompted to update card
Onboarding
ContextActionOutcome
HappyNew user signed upCompletes wizardLands on first project
EdgeInvited to existing orgAccepts invitationJoins org, skips setup
Notifications
ContextActionOutcome
HappySpec updated on mergeEmail sent to teamChange summary delivered
ErrorEmail delivery failsRetry triggeredQueued for next attempt
Search
ContextActionOutcome
HappyQuery matches scenariosTypes in search barFiltered results shown
Stop asking developers what shipped

Product specs that
write themselves

Your codebase already knows what the product does. Now everyone else can too.

Get Started FreeLive Demo

Sound Familiar?

“Let me check with engineering”

That question costs your team hours every week. The truth lives in the code — but the people who need it most can't read it.

The Fix

Source of truth, in plain English

Your developers write code. Specsight writes the spec. Everyone stays on the same page.

auth.ts
1async function login(email, pass, session) {
2 if (session.active)
3 return redirect('/dashboard')
4 
5 const user = await findUser(email)
6 if (!user)
7 throw new AuthError('Not found')
8 
9 if (!verify(pass, user.hash))
10 throw new AuthError('Bad password')
11 
12 const token = createSession(user)
13 notify(user.email, 'login')
14 return { token }
15}
Developers only
Login — 4 scenarios
Context
Action
Outcome
User has a valid account
Signs in with email and password
Logged in and notified by email
User is already signed in
Opens the login page
Redirected to dashboard
Email doesn’t exist
Tries to sign in
Told account not found
Password is wrong
Tries to sign in
Told password is incorrect
Everyone

Context, Action, Outcome — three columns that tell your whole team what the product does.

Continuous Sync

Your spec evolves with your product.

Every time your team ships a release, Specsight detects what changed and updates the spec. Your product knowledge grows alongside the product itself — automatically.

New release

v2.4.0 → production

Analysing changes

Reading 4 changed files

Spec updated

+2 · ~1 · -1

Your spec is always the truth. Not a snapshot from last quarter — a living document that evolves with every release.

Product Map

Your entire product. Mapped.

Browse your product like a product person. Every feature mapped to scenarios, with flow diagrams that show how everything connects.

ShopWave — Specsight
Features
Product Catalogue11
Search4
Filters3
Product Page4
Checkout15
Cart4
Payment4
Coupons3
Shipping4
Orders4
Returns4
Account4
Project Map·5 features · 4 connections
Add to cartOrder placedRequest returnSave payment infoProductCatalogueCheckoutOrdersReturnsAccount
Checkout/Payment

4 scenarios · 5 states

Context
Action
Outcome
Items in cart
Completes checkout
Order confirmed
Order confirmed
System sends email
Receives order details
Saved card on file
Selects saved card
Skips card entry step
At payment step
Card declined
Returned to cart with error
Completes checkoutSends emailSelects saved cardCard declinedCartOrderConfirmedEmailSentSavedCardPaymentError
Project Map·5 features · 4 connections
Add to cartOrder placedRequest returnSave payment infoProduct CatalogueCheckoutOrdersReturnsAccount

Built for Your Role

Not for developers. For everyone else.

If your job depends on knowing what the product does, this is for you.

Product Managers

“I see what shipped without asking a developer.”

  • Know the true state of the product
  • See what changed this sprint in one click
  • Share with stakeholders instantly
Customer Success

“I answer customer questions without guessing.”

  • Know exactly what the product can do
  • See what changed before customers ask
  • Share feature details with confidence
Engineering Managers

“I onboard new members in hours, not weeks.”

  • Onboard new hires with one link
  • Docs that never go stale
  • Stop answering the same questions

Ask Your Product

Don't search the spec. Just ask it.

Connect Specsight to any AI assistant. Ask a question in plain language, get an answer grounded in what the code actually does.

ClaudeChatGPTCursorWindsurfCopilot
AI Assistant

Try it yourself — no account required

https://specsight.app/api/mcp/demo/mcp
Or explore the live demo

Connect any MCP-compatible tool in under a minute. Specsight's live spec becomes the source of truth for every AI assistant in your workflow.

What's Included

The spec is just the start.

The features that make the difference between a document nobody reads and a source of truth everyone trusts.

Flow Diagrams

LoginDashboardProductsAnalyticsCheckoutConfirmationLoginDashboardProducts

Changelog

14 MarAdded
Export validation
12 MarUpdated
Login timeout
10 MarRemoved
Legacy redirect

Smart Categories

Happy Path
0%
Edge Case
0%
Error
0%

Change Reports

Sprint 14 Report1 — 14 Mar
+0Added
~0Updated
-0Removed

Annotations

S
Payment fails → retry up to 3 times
Only retry on timeout, not declined
Y

AI Assistants

Scenarios

Context
Action
Outcome
Items in cart
Completes checkout
Order confirmed

Pricing

Simple pricing. Per organisation, not per seat.

Every plan includes the full Specsight AI pipeline. Tiers differ on capacity only.

Free
Free

For trying Specsight

Get a feel for the product on a small personal project.

Start Free
  • 1 project
  • Up to 3 members
  • Full Specsight AI pipeline
  • 1 full analysis per month
  • 10 syncs per month
  • 1 report per month
Starter
€39/mo

For solo devs & indie SaaS

Everything a solo founder needs to keep one product's spec in sync.

Get Started
  • 2 projects
  • Up to 5 members
  • Full Specsight AI pipeline
  • 2 full analyses per month
  • 100 syncs per month
  • 5 reports per month
Most popular
Team
€149/mo

For funded startups

For small engineering teams who need specs that stay current across a real product.

Get Started
  • 5 projects
  • Unlimited members
  • Full Specsight AI pipeline
  • 5 full analyses per month
  • 300 syncs per month
  • 15 reports per month
Business
€449/mo

For scaleups & mid-market

Multiple products, larger codebases, many syncs per month.

Get Started
  • 15 projects
  • Unlimited members
  • Full Specsight AI pipeline
  • 15 full analyses per month
  • 1,000 syncs per month
  • 50 reports per month
BYOK
€79/mo+ your API costs

For heavy users with their own Anthropic key

Pay a flat platform fee, bring your own API key.

Get Started
  • Unlimited projects
  • Unlimited members
  • Unlimited analyses & syncs
  • Unlimited reports
  • Unlimited codebase size
  • Your own Anthropic API key
Need higher limits or a custom plan?Get in Touch

FAQ

Common questions

You already have the best documentation ever written — it's your code

Specsight just makes it readable for everyone else.

Get Started Free

Not ready yet? Help shape what we build next

Specsight

Product specs that write themselves.

Product

  • How It Works
  • Features
  • Pricing
  • Live Demo

Compare

  • vs Confluence
  • vs Notion
  • vs Mintlify
  • All comparisons

Resources

  • Blog
  • Glossary
  • Research

Account

  • Log In
  • Sign Up
  • Live Demo

Legal

  • Security
  • Privacy Policy
  • Terms of Service
  • Contact Us

© 2026 Specsight. All rights reserved.