A monorepo containing three products:
- Portfolio site (
apps/web) — Personal portfolio and project showcase, live at boredfolio.com - Client dashboard (
apps/client) — Wealth management client interface for UHNI investors - RM command center (
apps/rm) — Relationship manager intelligence platform
The client dashboard and RM command center share a single intelligence layer — behavioral signals from the client feed the RM's context, and the RM's knowledge makes the client's experience feel personally built.
apps/
web/ Portfolio site — Next.js 15, App Router
client/ Client dashboard — Next.js 15, App Router
rm/ RM command center — Next.js 15, App Router
packages/
ai/ Context synthesis engine — briefings, pattern detection, council mode
intelligence/ Client Intelligence Graph — signal processing, context snapshots
finance/ Financial calculations — XIRR, CAGR, tax, SIP, multi-custodian
shared/ Types, utilities, constants, formatters, design tokens
supabase/ Typed Supabase client, migrations, RLS policies
ui/ Design system — components, typography, tokens
comms/ Communication channels — WhatsApp, email, voice
perception/ Data ingestion — Account Aggregator, broker APIs, SMS parsing
understanding/ Portfolio analysis — fitness scoring, pattern detection
multi-agent/ Multi-agent orchestration framework
git clone https://github.com/Boredfolio/boredfolio.git
cd boredfolio
npm install
# Run individual apps
npm run dev:web # Portfolio site on :3000
npm run dev:client # Client dashboard on :3001
npm run dev:rm # RM command center on :3002
# Build everything
npm run build| Layer | Technology |
|---|---|
| Framework | Next.js 15 (App Router) |
| Language | TypeScript (strict) |
| Styling | Tailwind CSS |
| Database | Supabase (Postgres + RLS) |
| AI | Claude (synthesis), multi-provider LLM routing |
| Build | Turborepo |
| Deploy | Vercel |
The portfolio (apps/web) includes:
| Route | Project |
|---|---|
/ |
Landing page — interactive strings, animated sphere, project grid |
/jugalbandi-thesis |
Jugalbandi wealth intelligence thesis |
/jugalbandiarchitecture |
Technical architecture deep-dive |
/boredfolio/agents |
Claude agent systems and orchestration |
/boredfolio/cv |
Resume with the truth |
/sarvam |
Sarvam BFSI — multilingual AI for Indian banking |
/mudda |
Civic issue tracking system |
/titli |
Financial butterfly effects — 3D globe visualization |
/suno |
Songs written and composed |
/benclaude |
Multi-model AI chat — 9 providers, 38 models |
/why-hire |
Why you should hire me |
/why-date |
Why you should date me |
/creation |
Creative experiments |
Private.