Product updates
Changelog
The path from first API to today: what we shipped, what we fixed, and how the product and site came together — newest first.
- Marketing site, content & public accessStophy is explorable without an account: landing, pricing, blog, legal, and changelog — plus motion, API demo, and integrations.Added
Landing page with hero, scroll motion, live API request/response demo (Matrix-style typing), features grid, integrations logo cloud (n8n, Zapier, LangChain, and more), pricing aligned with credit packs, FAQs, and footer.
AddedBlog powered by MDX under content/blog, with shared MDX components, front matter, and post metadata.
AddedLegal hub at /tos: Terms of Service, Privacy Policy, and Cookie Policy in one place.
AddedPublic routing: home, /pricing, /blog, /changelog, and /tos load without signing in (app and dashboard remain authenticated).
ImprovedShared JSON/code highlighting (lib/code-highlight) reused by the landing demo and playground for consistent colors.
ImprovedChangelog page: timeline layout, release cards, and entry badges (Added / Improved / Fixed / Bug).
- Playground polish & API hardeningFaster iteration in the playground, stricter validation, and safer handling of large payloads.Added
Inline request history in the playground — replay and debug recent API calls without leaving the page.
AddedFormatted JSON response preview for quicker inspection.
ImprovedAPI validation tightened — clearer errors for invalid video IDs and malformed requests.
ImprovedLarge responses truncated safely with warnings to avoid UI crashes.
FixedModel selection persists when switching tabs mid-session.
BugFixed rare crash when pasting very large JSON into the inspector.
- Billing, usage & creditsCredit packs, Polar checkout, and visibility into how you spend credits.Added
Usage views with daily request volume and CSV export.
AddedCredit balance updates surfaced after API usage.
ImprovedClearer per-request credit usage in activity logs.
FixedInvoice PDF tax lines corrected for EU customers.
BugPrevented applying the same coupon twice in one checkout session.
- Authentication, sessions & API keysBetter Auth, dashboard shell, and the path from sign-in to first API call.Added
Sign-in with social OAuth; session handling via Better Auth and Drizzle.
AddedDashboard layout: playground, API keys, usage, billing, settings, activity logs.
AddedAPI key create/revoke/reveal flows for authenticating against the Stophy API.
AddedSession expiry guard for protected routes so stale sessions redirect to sign-in.
ImprovedFaster session validation on hot paths.
FixedOAuth redirect loop on Safari with strict tracking prevention.
BugSign-out now clears session cookies reliably.
- Stophy API foundationThe first slice: YouTube-structured data for agents — transcripts, metadata, JSON — behind API keys and credits.Added
REST API for video details and transcripts, designed for LLMs, n8n, Zapier, and custom agents.
AddedCredit-based metering and per-key activity logging.
ImprovedStructured JSON responses with predictable shapes and explicit errors (no brittle HTML scraping).