Every meaningful update, in reverse chronological order. Subscribe via RSS or email to get notified when something ships.
AllNew featuresImprovementsFixesInfrastructure
May 2026
·Phase 1New feature
Authentication & onboarding
Email and Google sign-in available on all accounts — no additional setup required.
7-day Pro trial automatically provisioned at account creation. No credit card required to start.
Brand profile onboarding wizard guides you through niche, target audience, tone of voice, brand archetypes, content pillars, and never-say rules.
Completeness meter in the brand profile editor shows how much of your profile the AI can use — higher completeness yields sharper output.
Row-Level Security enforced on every user-scoped table from day one. Your brand data is never visible to any other account, regardless of application-layer bugs.
Welcome email delivered immediately on sign-up, with lifecycle nudge emails at days 3 and 6 of the Pro trial.
·Phase 0.5New feature
Marketing site
Public landing page at trendsuite.ai — full product walk-through covering the trend engine, content plans, Studio, Agency mode, and pricing.
All 11 content pages live: changelog, guides, playbooks, API reference, about, careers, contact, legal hub, terms, privacy, and security.
Accessible, reduced-motion-safe entrance animations throughout. Respects prefers-reduced-motion at the system level.
Pricing section with four tiers (Free, Pro, Agency, White Label) including detailed feature comparisons.
CI gate: typecheck + lint + unit tests must pass before any page deploys.
·Phase 0Infrastructure
Foundation scaffold
TrendSuite v2 rebuilt from scratch on Next.js 14 (App Router), TypeScript strict mode, Supabase, and Tailwind CSS.
Observability wired from day one: Sentry for error tracking and performance monitoring.
Health endpoint at /api/health for uptime monitoring.
CI pipeline in place: typecheck, lint, Vitest unit tests, and build gate on every push to main.
Environment-variable schema validated at startup — the server refuses to boot with a misconfigured environment.
Tailwind design token system established: fg, fg-muted, fg-subtle, surface, elevated, line, brand, all referencing CSS custom properties so light/dark mode is one variable swap.