Isolated second project

TanStack Start admin fixture

This second app now has its own Better Auth users, its own Drizzle notes, and its own Redis-backed auth cache to prove the VPS isolation story with a more realistic stack.

Platform bindings

Different app, different stack, same binding ergonomics.

{
  "postgresUrl": "postgresql://platform:564b06ea99470a11b4071c26741fe599@platform-tanstack-start-admin-postgres:5432/platform_tanstack_start_admin",
  "redisUrl": "redis://platform-tanstack-start-admin-redis:6379/0",
  "redisSdk": [
    "url",
    "client",
    "get(key)",
    "setKey(key, value)"
  ]
}

Admin auth demo

Create operator account
Sign in

Admin notes

Each admin note also updates Redis through redis.setKey() on this project's isolated cache.

No admin notes yet. Save one after signing in to prove this second project writes into its own isolated Postgres instance.