Changelog

New features, improvements, and fixes.

Passkey authentication

Sign in with biometrics or hardware security keys. Register and manage passkeys from the Security tab in Settings.

Security

App detail page with code snippets

View credentials, copy integration snippets for client SDK, auth routes, and publish endpoints — all scoped to your app key.

Security

Webhook management per application

Configure webhook endpoints on each app to receive channel lifecycle events (occupied, vacated, member changes).

Channels

Dark and light mode

Theme toggle in the user menu cycles between dark, light, and system preference.

Design
Other
  • Real password change flowThe Security settings tab now has a working password change form instead of a placeholder.
  • Pro plan capped at 10 applicationsThe Pro tier now allows up to 10 applications instead of unlimited, aligning with sustainable platform limits.

Stripe billing integration

Full checkout flow for Pro plan upgrades, webhook-driven subscription persistence, and Stripe Customer Portal access from Settings.

API

Better Auth with email and password

Replaced hardcoded demo credentials with real authentication. Separate login and signup pages with first/last name collection and password confirmation.

Security

Neon Postgres database

Production database provisioned via Vercel Marketplace. Prisma schema covers users, sessions, apps, channel policies, subscriptions, and webhooks.

Channels

Applications CRUD

Create, list, and delete realtime applications. Each app gets a unique key and secret for SDK integration.

API

Channel policies

Define pattern-based rules for channel types (public, private, presence, encrypted) scoped to each application.

Channels

Active channels monitor

Live polling view of channel traffic across your applications, refreshing every 10 seconds.

Channels

Settings with profile, security, and billing tabs

Edit your name, manage passkeys, change password, view subscription status, and access Stripe portal — all in one place.

Security

Marketing site launch

Landing page, pricing, documentation with 10+ pages covering quickstart, architecture, channels, auth, encryption, deployment guides, and API reference.

Security

Client SDK documentation

Full API reference for @summoniq/summon-flow including constructor options, channel methods, connection events, and presence.

Channels

Open source repository

Monorepo published to GitHub with MIT license. Includes client SDK, console app, and marketing site.

API