This example shows how to build an application that does not allow users to operate under a Personal Workspace and uses middleware to ensure that a user's session has an active organization.
cp .env.local.example .env.local
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.