Pages & Routing
FluxPay uses Next.js 14’s App Router. Pages are organized by user role.
Public Pages
| Route | Page | Description |
|---|---|---|
/ | Landing | Hero, features, testimonials |
/explore | Explore | Browse jobs & creators |
/about | About | About FluxPay |
/how-it-works | How It Works | Platform guide |
/smart-escrow | Smart Escrow | Escrow explainer |
/faqs | FAQ | Frequently asked questions |
/team | Team | Team members |
/brands | Brands | Brand directory |
/creators | Creators | Creator directory |
Auth Pages
| Route | Page | Description |
|---|---|---|
/auth/login | Sign In | Web3Auth wallet login |
/auth/signup | Sign Up | Role selection + wallet connect |
Onboarding
| Route | Page | Role |
|---|---|---|
/onboarding/creator | Creator Setup | Creator |
/onboarding/organization | Brand Setup | Organization |
Creator Dashboard
| Route | Page | Description |
|---|---|---|
/creator/dashboard | Dashboard | Browse deals, track apps |
/creator/deals | Active Deals | Milestone delivery |
/creator/applications | Applications | Track sent applications |
/creator/wallet | Wallet | USDC balance + transactions |
/creator/reputation | Reputation | On-chain score |
/creator/profile | Profile | Edit creator profile |
Organization Dashboard
| Route | Page | Description |
|---|---|---|
/organization/dashboard | Dashboard | Active campaigns |
/organization/jobs | Manage Jobs | Post / manage deals |
/organization/approvals | Approvals | Review submissions |
/organization/wallet | Wallet | Escrow balance + top-up |
/organization/reputation | Reputation | Brand reputation |
/organization/profile | Profile | Brand profile editor |
Last updated on