Changelog

What's new
in ExtractVibe.

Follow the development of ExtractVibe. New features, improvements, and fixes are documented here as they ship.

/v0.3.0
Feature

SEO pages and marketing site

Launched 20 new SEO-optimized pages covering features, use cases, AI technology, pricing, and more.

  • 7 feature pages: colors, typography, voice, buttons, logos, gradients, design system
  • 5 use case pages: design agencies, developers, brand monitoring, competitive analysis, design tokens
  • 3 AI technology pages: overview, voice analysis, vibe synthesis
  • Pricing page with Free, Starter, and Pro tiers
  • About, changelog, CLI, and open source pages
  • Updated sitemap with all new pages
  • Marketing layout with comprehensive footer navigation
/v0.2.0
Feature

Rate limiting and anonymous access

Added rate limiting for API endpoints and anonymous extraction support for the landing page.

  • Rate limiting middleware for all API endpoints
  • Anonymous extraction: 3 free extractions per day without sign-up
  • Real-time extraction progress on landing page via WebSocket
  • Automatic redirect to brand page on extraction completion
/v0.1.0
Feature

Initial scaffold

Complete project scaffold with all Cloudflare bindings, API routes, auth, and frontend skeleton.

  • Hono API with CORS, auth, and extraction endpoints
  • Better Auth with D1 Kysely dialect
  • React Router v7 SSR on Cloudflare Workers
  • ExtractBrandWorkflow and JobProgressDO stubs
  • Credit system with monthly reset via cron trigger
  • shadcn/ui primitives: Button, Card, Input, Badge
  • API documentation page with full endpoint reference