May 1, 2026
Feature
Onboarding Phase 2 — Stripe paywall + provisioning
- Real Stripe Elements paywall replaces Phase-1 stub (3 plans: Starter $19, Starter+ $39 featured, Pro $99)
- PaymentIntent created per pick with idempotency key
- Stripe webhook receives payment_intent.succeeded and provisions atomically (tenant + user + persona prompt + magic link)
- Funnel polls /api/v2/onboarding/status and redirects to /?onboarding-token=…
- App detects the token, shows a provisioning splash with the agent avatar, then strips the token from the URL
May 1, 2026
Feature
Onboarding funnel Phase 1
- 6-step modal funnel (name, industry, goals, preview, message, early-access)
- Lead capture POST → Nerve /api/v2/onboarding/save-progress
- No payment yet — Phase 2 lands Stripe Elements
April 26, 2026
Fix
Improvement
Site Quality Sweep — Mockups, Guides, Navigation
- Fixed landing page demo mockups not loading — JS syntax error in iframe srcdoc generation
- Removed placeholder testimonials — replaced with honest comment (will add real ones when earned)
- Guides page auto-counting — guide and category counts now update automatically from actual DOM
- Improved guide card readability — larger font, better contrast, more line spacing
- Fixed Build Loop dropdown on guides page — missing toggleBuildLoop() function added
- Guides page footer added with full site navigation
- Guides page nav updated — consistent links across desktop and mobile
- Renamed guides header to "JahFeel's Guides" for clearer branding
- Workshop links standardized across all pages
- Updated batch count and guide count to accurate numbers across the site
April 25, 2026
Fix
Feature
Netlify Build Fix and Agent Communication Overhaul
- Fixed all Netlify builds failing since Batch 128 — added @netlify/plugin-functions-install-core for function-level dependencies
- Retired Cowork Typer daemon — Jeff now uses direct desktop control for Claude Desktop messaging
- Added thread verification to Jeff's heartbeat — prevents messages going to wrong Cowork thread
- Session-start protocol added to CLAUDE.md — critical rules now survive context compaction
- New cross-links between related industry guides for better navigation
- Three new industry guides added: accounting, event planning, photography
April 20, 2026
Feature
Improvement
Services Pages, Academy Redesign, and Dashboard Polish
- Services pages launched — professional service offerings now accessible from main nav
- Workshop and Academy pages redesigned to match new site-wide dark theme
- Dashboard glass-morphism card styles and updated typography
- Schedule tab layout fixed — compact cards with less wasted space
- Website Viewer tab added to dashboard — embedded browser for real-time agent viewing
- Settings page safety improvements — emergency stop always visible
April 15, 2026
Feature
Security
Rate Limiting, Service Worker, Error Handling
- Rate limiting added to all Netlify functions — prevents abuse and runaway costs
- Service worker for dashboard offline caching — works even with spotty connection
- Global error handler with user-friendly error messages
- Analytics event tracking for key user actions
- Health check endpoint for monitoring
- Custom 404 page with helpful navigation
- Welcome email system for new signups
- Mobile-specific layout fixes across the site
April 10, 2026
Feature
Improvement
Security
Apps Ecosystem, Jen V2, and Local Mode
- Apps Ecosystem launched — 6 premium business tools included with your plan (Appointments, Invoices, Estimates, Reviews, Client Portal, Social Scheduler)
- New /api/apps backend endpoint with tier-based access control — apps unlock as you upgrade
- Apps page in Agent HQ rebuilt with category filters, upgrade prompts, and custom app support
- Jen V2 production backend with full conversation memory and response pipeline
- Tailscale local mode — access Agent HQ from your phone on your home network
- Hardcoded admin credentials removed from Client Portal — now uses Agent HQ auth
- All proprietary data (app catalog, pricing, tier logic) moved server-side
- Landing page Apps Ecosystem showcase section with tier badges and descriptions
- Automated morning and evening handoff system for continuous development
April 9, 2026
Feature
Improvement
Onboarding Tour, Notifications, and Pricing Audit
- Interactive onboarding tour — new users get a guided walkthrough of every major feature
- Notification center with real-time alerts for agent activity, system events, and updates
- 4-tier pricing locked: Starter ($29), Starter+ ($49), Pro ($99), Business ($199)
- All pricing buttons funnel to $10 deposit flow — founding members lock in prices forever
- Landing page polish — stats counter, social proof section, improved mobile nav
- BYOK (bring your own key) moved to by-request only — AI is included on all plans
April 8, 2026
Feature
Fix
6 New Apps, Workshop, and Academy
- 6 standalone business apps built: Appointment Scheduler, Invoice Generator, Quick Estimates, Review Request Tool, Client Portal, Social Media Scheduler
- Workshop SPA — interactive coding playground for learning to build with Agent HQ
- Academy landing page for course content and tutorials
- White-label system renamed to Apps Ecosystem — better reflects the product direction
- All apps match the Agent HQ dark theme with glassmorphism and gradient accents
- Mobile-responsive layouts across all new pages (375px minimum, 44px touch targets)
April 7, 2026
Feature
Fix
Improvement
Cloud Chat, File Uploads, and Tier Enforcement
- Cloud chat messaging now works end-to-end — messages send and receive reliably
- File uploads work in cloud mode — drag-and-drop or click to upload from any device
- Message retry button appears when a send fails — no retyping needed
- Chat history falls back to local cache when the cloud is temporarily unreachable
- Settings now sync across devices — gateway URLs, security preferences, setup state all persist
- Tier enforcement blocks locked pages regardless of how you navigate (URL, back button, deep links)
- Skeleton loading states on every page — smooth shimmer animations while content loads
- Removed debug console.log statements from production build
April 6, 2026
Feature
Security
Backend Hardening and Email Onboarding
- Welcome email flow — new users get a branded getting-started guide via Brevo
- Sentry error tracking integrated on the backend — crashes get logged automatically
- Rate limiting on all API endpoints with progressive backoff headers
- Privacy policy updated to cover all services (Firebase, Stripe, Discord, Sentry)
- Sitemap and robots.txt added for SEO
- Fixed backend file corruptions (server.js, discord.js, provision.js)
April 5, 2026
Feature
Improvement
Full Cloud Architecture + Discord Bot
- Firebase authentication — sign in with Google, email, or anonymous
- Full state sync between cloud and local — your agent works the same everywhere
- Stripe checkout integration with dynamic pricing (no pre-created products needed)
- Keygen license provisioning — automatic license creation after payment
- Jeff's Assistant Discord bot — auto-moderation, XP/levels, polls, reminders
- Agent HQ Discord server structure with 10+ channels across 5 categories
- CORS support for both cloud and local mode