Web3 Native Portfolio & Proof-of-Work Platform
One clean, shareable link for crypto professionals — traders, community managers, researchers, airdrop hunters and builders.
- Next.js 15 (App Router)
- TypeScript
- Tailwind CSS (dark theme)
- Supabase (Auth + Postgres + Storage)
- Vercel (hosting)
- Project structure
- Dark theme + brand palette
- Supabase client setup
- Landing page
- Sign up / Login
- Protected dashboard shell
- Profile system (Stage 1)
- Proof of Work sections (Stage 1)
- Clone the repo
git clone https://github.com/Dwise3310/pow3folio.git
cd pow3folio
npm install- Create
.env.local
NEXT_PUBLIC_SUPABASE_URL=https://qdpzxshuxyrzamdkjeha.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_anon_key
NEXT_PUBLIC_SITE_URL=http://localhost:3000- Run
npm run devOpen http://localhost:3000.
| Token | Value | Use |
|---|---|---|
| Background | #09090b |
Page bg |
| Surface | #18181b |
Cards |
| Primary | #10b981 |
Brand / proof accent |
| Accent | #22d3ee |
Secondary highlights |
| Text | #fafafa / #a1a1aa |
Hierarchy |
See project brief for full stages. Stage 1 = Profile + Writing + Trading + Community.