What’s new
Every notable change to Top Concierge — features, improvements, and fixes. Updated as we ship.
On-brand concierge and email link fix
Your AI concierge now greets buyers automatically in your brand colors, product images line up cleanly, and production email links point to the right place.
- ImprovedThe AI concierge opens automatically on your landing page and matches your brand's accent colors.
- ImprovedProduct images display as uniform squares in the carousel for a cleaner, more consistent look.
- FixedVerification and survey email links now always use your live site address in production.
- FixedPilot leads are now visible only to platform admins.
Email templates, CSV preview, live knowledge base
Edit your transactional emails, see what a CSV upload will do before committing, and add knowledge sources without leaving the dashboard. Chat is faster and admin pages feel snappier.
- NewEmail templates editor — customize welcome, verification, redemption, survey, and member emails. Send a test to yourself with one click.
- NewCSV upload preview — see how many rows are valid, how many are duplicates, and what will actually insert before you commit.
- NewKnowledge base card on the brand dashboard — add a URL and watch it ingest live.
- NewTake-survey-now offer on the opt-in success page — buyers earn points immediately instead of waiting three days.
- ImprovedChat replies now stream to the screen as they're generated, instead of waiting for the full answer.
- ImprovedAdmin pages load faster — especially brand dashboards, customer lists, and chat history on large brands.
- ImprovedCSV upload rejects bad files (wrong type, empty, missing columns) before writing anything, and blocks accidental double-uploads.
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.
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 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.