Changelog

Everything we've shipped, newest first. Buildy is built in public.

Shipped

Password reset over email, plus Terms and Privacy

  • Forgot your password? A reset link now arrives by email, built on better-auth.
  • Transactional email runs over direct SMTP for delivery we control end to end.
  • Terms of Service and a Privacy Policy are now live.
  • SEO foundation landed too: page metadata, Open Graph image, sitemap, and robots.
Shipped

Stripe billing: Free, Pro, Max, Enterprise — with a self-serve portal

  • Four tiers are live: Free (100k tokens/mo), Pro (€25/mo), Max (€50/mo), and Enterprise (contact sales).
  • Upgrade, downgrade, manage your card, download invoices, and cancel from the Stripe-hosted customer portal — no email to support required.
  • Usage now meters three resources independently — tokens, preview stream minutes, and builds — so your plan limits are clear and honest.
  • Pricing displays in euros to match what you're actually charged.
Improved

Prompt caching cuts generation cost and latency

  • We now cache the stable parts of every generation prompt — your project's system rules, workspace conventions, and file context — against Anthropic's prompt cache.
  • Repeated edits in the same project reuse cached context instead of re-sending it, which lowers token cost and shortens time-to-first-token.
  • No change to how you work: same chat, same results, less spent against your monthly token budget.
Security

Security Scanner and the Buildy AI Gateway

  • One-click Security Scanner flags risky patterns in generated code — hardcoded secrets, unsafe token storage, and insecure network calls — before you ship.
  • The new AI Gateway lets apps you build call Claude through a Buildy-issued, per-project token, so your own Anthropic key never ends up baked into a client binary.
  • Guided Supabase integration wires auth and data into a generated app without hand-editing config.
Shipped

Plan mode, starter templates, and native-API mocks

  • Plan mode: Buildy proposes a build plan you can review and edit before any code is written, with a request queue and clearer transparency into each step.
  • Starter templates get new projects off a blank screen and onto a working Expo scaffold faster.
  • Native-API mocks let the server-side preview render features that depend on device APIs (camera, location, notifications) without real hardware — the preview stays on our servers, never inside your app.
  • Workspace rules and a project knowledge panel let you set conventions Buildy follows across every edit.