Wealth-Sync is a unified financial dashboard that seamlessly syncs data from multiple stock and crypto exchangesβlike Binance, Trading212, and moreβand displays it in a beautifully designed, responsive interface.
Built using the powerful T3 Stack (Next.js, tRPC, TailwindCSS, Prisma), Wealth-Sync offers a full-stack TypeScript experience with blazing-fast performance and type safety from front to back. Hosted on Vercel for zero-config deployments and global availability.
-
π Real-Time Market Data
Pulls live pricing data from sources like Binance (more to come). -
π Multi-Exchange Support
View assets from various platforms in one clean UI. -
π¨ Beautifully Crafted UI
Minimal, modern, and responsive design using TailwindCSS. -
β‘ Powered by the T3 Stack
Type-safe, scalable architecture with tRPC and Prisma. -
βοΈ Deployed on Vercel
Fast, serverless, and auto-scaling deployments.
- Visit Wealth Sync App
- Sign up using your preferred authentication method
- Connect your exchange accounts
- Start tracking your portfolio in real-time
- Next.js
- tRPC
- TailwindCSS
- Prisma
- TypeScript
- Vercel for deployment
# 1. Clone the repo
git clone https://github.com/BoyanK95/wealth-sync.git
cd wealth-sync
# 2. Install dependencies
yarn install
# 3. Apply migrations to the database
yarn prisma migrate dev
# 4. Start the dev server
yarn dev