What's new

A timeline of features, enhancements, and platform updates.

March 20, 2026feature

Dashboard mega build

  • 22+ live charts across 5 dashboard tabs: Overview, Network, Venues, Analytics, and Meraki
  • Real Meraki API integration — connect your API key for live data from MR42 access points
  • Hourly client area charts, SSID donut charts, 7-day trend lines, OS distribution breakdowns
  • AP grid view with signal strength indicators and client table with search
  • ConnectorBadge components with SVG vendor logos for visual hardware identification
March 18, 2026feature

Better Auth integration

  • GitHub, Google, and email/password authentication via Better Auth v1.5.5
  • Sign-in and sign-up pages with OAuth social login buttons
  • Auth-aware navigation — Dashboard link and sign-out shown when logged in
  • Next.js 16 proxy.ts middleware protecting /dashboard, /onboarding, /billing, /playground
  • Session-based auth with gn.session_token cookie and 30-day expiry
March 17, 2026feature

REST API complete

  • Full CRUD on /api/venues with soft delete and operator-scoped data isolation
  • /api/venues/:id/zones — zone management with venue ownership chain validation
  • /api/venues/:id/integrations — hardware connector management with discriminated Zod union schemas
  • POST /ingest — event ingestion with 100 req/min rate limiting per operator
  • POST /api/operators — admin-only operator creation with one-time API key generation
  • POST /api/billing/checkout and webhook — Stripe integration stubs (501 until key configured)
March 15, 2026enhancement

Meraki connector enhanced

  • CMX v3 webhook handler for real-time location data (handleCmxWebhook static method)
  • Polling methods: getDevices(), getClients(), getClientHistory() for REST API data
  • Meraki API proxy route at /api/meraki for server-side API calls with 60s caching
  • 17 comprehensive tests covering webhook validation, polling, and error handling
  • Config schema export for Zod-validated Meraki configuration fields
March 13, 2026launch

Platform launch

  • MCP server deployed to Fly.io with 15 registered tools for venue intelligence
  • TimescaleDB hypertable for event storage with continuous aggregates (1min, 1hr, 1day)
  • 7-day compression policy and 90-day retention for raw events
  • 7 hardware connectors: Meraki, UniFi, Aruba, MyWiFi, Square, Density, Verkada
  • AES-256-GCM encryption at rest for all connector credentials
  • HMAC-SHA256 device pseudonymization with per-operator salts
  • Portal deployed to Vercel at guestnetworks.com

Stay updated

Follow our blog for detailed writeups on new features and architecture decisions.

Read the Blog