Hello from your Mist — Fluid's lite cloud 🌫️
Connect your Fluid account to identify the visitor. The home page is public — only the routes you choose to gate require a session.
What you have
lib/db.ts— environment-aware Postgres client (PGlite locally, Postgres in production).app/droplet/connect/route.ts— starts the Fluid auth handshake.app/api/auth/[...fluid]/route.ts— Fluid auth callback that sets the session cookie.app/api/health/route.ts— try /api/health right now.
Next steps
- Edit
app/page.tsx. - Call
getFluidSession()from any route or page that needs the visitor's identity. fluid mist pushwhen you're happy.