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.

Start free, upgrade when you need more. No credit card required.

Free
€0

Explore with a live demo. No credit card required.

Get Started Free
  • 1 project
  • Up to 3 members
  • 1 analysis per month
  • 5 syncs per month
  • Repos up to 200 MB
  • Standard analysis quality
Recommended
Team
€59/mo

Connect your repos and keep your spec in sync on every release.

Get Started
  • Up to 5 projects
  • Up to 10 members
  • 5 analyses per month
  • 50 syncs per month
  • Repos up to 1 GB
  • Enhanced analysis with verification pass
Business
€179/mo

For growing teams that need more capacity and unlimited members.

Get Started
  • Up to 15 projects
  • Unlimited members
  • 15 analyses per month
  • 200 syncs per month
  • Repos up to 5 GB
  • Premium analysis with verification + large repo support
Business BYOK
€89/mo

Unlimited everything. Use your own Anthropic API key.

Get Started
  • Unlimited projects
  • Unlimited members
  • Unlimited analyses & syncs
  • Your own Anthropic API key
  • Unlimited repo size
  • Premium analysis with verification + large repo support
  • Choose analysis model (Sonnet or Opus)
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.