Atlas Workforce

Next.js + Supabase role-based dashboard built for Cloudflare Pages

Use this repo as the baseline for enterprise dashboards with multi-tier permissions. Admins can manage roles, staff members get operational views, and visitors (hourly teammates) only see the pages they need.

Supabase Auth

Email/password flow enforced through Supabase sessions.

Role-aware UI

Admin, member, and visitor layouts with shared guard logic.

Cloudflare ready

Zero serverless functions required—Pages can host everything.

Deployment tip

Push this repo to GitHub, connect it to Cloudflare Pages, and configure Supabase keys as environment variables. No Workers required unless you need privileged APIs.