Shipflash logoDocs

Documentation Coverage

Use this release inventory to confirm that every shipped product domain has an owning guide and code-backed evidence.

On this page

Current coverage

13 documented, 0 partial, and 0 undocumented product domains.

Product domainStatusPrimary guidesSource roots
Account and authenticationDocumented/docs/auth-and-account, /docs/app-authsrc/features/account, src/lib/auth
AnalyticsDocumented/docs/analytics, /docs/app-dashboardsrc/features/analytics, src/app/api/analytics
Billing and customer financeDocumented/docs/billing, /docs/customer-billing, /docs/payments-guidesrc/features/billing, src/app/api/billing, src/app/api/webhooks
BrandingDocumented/docs/branding, /docs/configuration-guidesrc/features/branding
Compliance and auditDocumented/docs/compliance, /docs/production-safetysrc/features/compliance
Contact and support inboxDocumented/docs/contact, /docs/communications-and-emailsrc/features/contact, src/app/api/contact
Customer operationsDocumented/docs/customers, /docs/customer-billingsrc/features/customers
Customer documentation starterDocumented/docs/documentation, /docs/documentation-coveragesrc/features/docs, src/app/docs
Notifications and emailDocumented/docs/notifications, /docs/communications-and-email, /docs/background-jobssrc/features/notifications, src/app/api/notifications
Content and publishingDocumented/docs/posts, /docs/app-editor, /docs/app-marketingsrc/features/posts
Application settingsDocumented/docs/settings, /docs/configuration-guide, /docs/environment-variablessrc/features/settings
Team and permissionsDocumented/docs/team, /docs/security-access-and-adminsrc/features/team
WaitlistDocumented/docs/waitlist, /docs/app-publicsrc/features/waitlist, src/app/api/waitlist

Coverage evidence

Representative feature boundaries

Coverage starts from real domain ownership rather than marketing claims.

  • src/features/account/server/queries/account.ts
  • src/features/billing/server/checkout/service.ts
  • src/features/posts/server/posts/services/editor-upsert.ts

Runtime and route boundaries

Reference coverage includes configuration, API health, and request safety.

  • src/lib/config.ts
  • src/app/api/health/route.ts
  • src/lib/security/rate-limit/policy.ts

Database contract

Table coverage comes from the canonical migration and generated application types.

  • supabase/migrations/20260426000000_init.sql
  • src/lib/supabase/types.ts

Release rule

  • A new src/features domain must be assigned to a customer-facing guide before release.
  • Partial or undocumented domains fail the documentation coverage contract.
  • Environment variables, API methods and paths, and migration tables must match the checked-out application source.
  • Stale code evidence is checked during documentation release validation.