Back to home

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 access
    Stophy 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.

    Added

    Blog powered by MDX under content/blog, with shared MDX components, front matter, and post metadata.

    Added

    Legal hub at /tos: Terms of Service, Privacy Policy, and Cookie Policy in one place.

    Added

    Public routing: home, /pricing, /blog, /changelog, and /tos load without signing in (app and dashboard remain authenticated).

    Improved

    Shared JSON/code highlighting (lib/code-highlight) reused by the landing demo and playground for consistent colors.

    Improved

    Changelog page: timeline layout, release cards, and entry badges (Added / Improved / Fixed / Bug).

  • Playground polish & API hardening
    Faster 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.

    Added

    Formatted JSON response preview for quicker inspection.

    Improved

    API validation tightened — clearer errors for invalid video IDs and malformed requests.

    Improved

    Large responses truncated safely with warnings to avoid UI crashes.

    Fixed

    Model selection persists when switching tabs mid-session.

    Bug

    Fixed rare crash when pasting very large JSON into the inspector.

  • Billing, usage & credits
    Credit packs, Polar checkout, and visibility into how you spend credits.
    Added

    Usage views with daily request volume and CSV export.

    Added

    Credit balance updates surfaced after API usage.

    Improved

    Clearer per-request credit usage in activity logs.

    Fixed

    Invoice PDF tax lines corrected for EU customers.

    Bug

    Prevented applying the same coupon twice in one checkout session.

  • Authentication, sessions & API keys
    Better 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.

    Added

    Dashboard layout: playground, API keys, usage, billing, settings, activity logs.

    Added

    API key create/revoke/reveal flows for authenticating against the Stophy API.

    Added

    Session expiry guard for protected routes so stale sessions redirect to sign-in.

    Improved

    Faster session validation on hot paths.

    Fixed

    OAuth redirect loop on Safari with strict tracking prevention.

    Bug

    Sign-out now clears session cookies reliably.

  • Stophy API foundation
    The 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.

    Added

    Credit-based metering and per-key activity logging.

    Improved

    Structured JSON responses with predictable shapes and explicit errors (no brittle HTML scraping).