Product · Changelog

What’s new

Every notable change to Top Concierge — features, improvements, and fixes. Updated as we ship.

Polish pass: uploads, fonts, contrast, hero

Small but visible fixes across the marketing site and admin uploads.

  • FixedImage uploads fall back to local filesystem when Vercel Blob isn't configured, so dev and self-hosted runs work without extra setup.
  • FixedMarketing fonts now load reliably across browsers.
  • FixedImproved text contrast on accent spans for readability.
  • FixedHero animation no longer overflows on narrow viewports.
Major

VIP concierge rewrite

End-to-end refresh of the VIP concierge experience — themes, plans, customization, and animations.

  • NewTheme system for VIP concierge with per-brand customization.
  • NewPlan tiers wired through the concierge flow.
  • ImprovedAnimations and transitions across the VIP journey.
  • ImprovedCustomization surface for brand-specific copy and assets.

Service-layer test coverage

Coverage jumped from 8% to 21% across phase 1 and 2 services.

  • ImprovedBackend services now have meaningful unit coverage on critical paths — fewer regressions reach staging.

AI tooling and governance

Codified how AI agents work in this repo so changes stay consistent.

  • NewTelemetry loop — analyzer plus review skill for AI-assisted work.
  • NewFeature-plan and feature-execute skills for structured feature delivery.
  • NewResource-builder agent for scaffolding new CRUD slices.
  • NewAdd-migration skill and tenancy-auditor agent for safe schema changes.
  • ImprovedSchema source of truth at db/schema.sql; agents registered in AGENTS.md.
Pilot

Pilot platform foundation

The base platform that pilot sellers run on.

  • NewSeller signup and onboarding flow.
  • NewSurveys — buyer-facing question sets with results capture.
  • NewLeads capture and management.
  • NewSuperadmin surface for platform operators.
  • NewTransactional email delivery via Resend.
  • FixedDatabase migrations now run automatically on Vercel deploys.

Marketing site upgrades

Premium landing experience and brand-landing reliability fixes.

  • NewPremium 'how it works' section and mega-menu header.
  • FixedBrand-landing preview guards against partial AI stream items.
  • FixedAI patches no longer overwrite existing copy on brand-landing.
  • ImprovedTightened AI prompts for brand-landing generation.

End-to-end test suite

Playwright e2e suite running in parallel CI.

  • NewExpanded Playwright e2e coverage of critical flows.
  • ImprovedParallelized CI runs and resolved every outstanding lint error.