Changelog

What we're
shipping.

April 22, 2026

Self-Serve Access + Lead Capture + Meta Publishing + Mobile

  • Self-serve workspace signup — email + password, bcrypt auth, rate-limited, credentialed session handoff from landing to app
  • Public lead-capture endpoint — rate-limited, durable persistence, referrer attribution; landing demo form now live into the workspace layer
  • Meta Page + Instagram Business content publishing — image posts with captions from the workspace to either or both targets
  • Mobile responsive pass — iOS Safari viewport stability, HIG-compliant touch targets, safe-area composer, horizontal-scrolling data tables, touch-first interaction states, no zoom-on-focus
  • Brand mark refresh — new 3-port hub to hex terminal logo rolled across both properties; full favicon set, apple touch icon, Navbar mark, scalable master SVG
April 9, 2026

Enterprise Tracking Stack + CAPI + GTM API

  • Meta Conversions API (CAPI) — 5 tools for server-side event tracking via facebook-nodejs-business-sdk
  • GA4 Measurement Protocol — 5 tools for server-side GA4 events with debug endpoint validation
  • GTM Tag Manager API — 11 tools: create/delete tags, triggers, variables, publish containers programmatically
  • Enterprise cross-domain tracking: GTM + GA4 + Meta Pixel on both nxflo.io and app.nxflo.io
  • 36 GTM data layer variables (transaction, user, UTM, engagement, attribution)
  • 28 native GTM tags (16 GA4 gaawe + 10 Meta Pixel + Conversion Linker + GA4 Config)
  • Looker Studio analytics dashboard embedded at /analytics
  • Google Ads developer token stored and wired to Cloud Run
April 9, 2026

UI Kit + Router Migration + Tailwind

  • Figma UI kit committed: 12 page components + 47 shadcn primitives + design spec
  • Tailwind CSS installed with build pipeline (7.7KB compiled output)
  • Router migration: BrowserRouter + AuthProvider + WebSocketProvider + SessionProvider
  • Monolith preserved as AppLegacy while new architecture layers in incrementally
  • Codebase hygiene: 9,793 lines of dead code removed
April 8, 2026

Ad Platform Integrations

  • Google Ads integration: GAQL queries, keyword insights, campaign analytics
  • TikTok, Pinterest, LinkedIn, Snapchat ad integrations (read-only analytics)
  • Meta Ads integration: campaigns, insights, audiences
  • Webhook system: send, receive, and manage HTTP webhooks
  • MCP server exposing 69+ marketing tools over Model Context Protocol
April 5, 2026

Core Platform

  • Multi-agent orchestration: researcher, copywriter, analyst, coordinator
  • 25+ marketing tools with Zod-validated inputs and concurrent execution
  • Persistent brand memory: voice, personas, offers, competitors, campaign history
  • Google Workspace integration: Calendar, Gmail, Drive, Sheets
  • Workspace isolation with HMAC-signed tokens and bcrypt auth
  • Cloud Run deployment with GCS-backed persistence