Skip to content

balabommablock-cpu/boredfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

163 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jugalbandi

A monorepo containing three products:

  1. Portfolio site (apps/web) — Personal portfolio and project showcase, live at boredfolio.com
  2. Client dashboard (apps/client) — Wealth management client interface for UHNI investors
  3. 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.


Architecture

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

Quick Start

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

Tech Stack

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

Portfolio Site Routes

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

License

Private.

About

India's most transparent mutual fund analysis platform. Built with Next.js 14, Claude AI, and real regulatory data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors