https://github.com/boyank95/wealth-sync
A financial app that syncs different stock exchanges and displays you the result in combined and beautifully crafted ui
https://github.com/boyank95/wealth-sync
express html-css-javascript investing javascript nextjs nodejs postgresql prisma-orm shadcn-ui sqlite t3-stack tailwindcss trading typescript vercel
Last synced: about 1 month ago
JSON representation
A financial app that syncs different stock exchanges and displays you the result in combined and beautifully crafted ui
- Host: GitHub
- URL: https://github.com/boyank95/wealth-sync
- Owner: BoyanK95
- Created: 2025-04-04T15:05:18.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-04-23T08:43:41.000Z (10 months ago)
- Last Synced: 2025-04-23T16:16:52.756Z (10 months ago)
- Topics: express, html-css-javascript, investing, javascript, nextjs, nodejs, postgresql, prisma-orm, shadcn-ui, sqlite, t3-stack, tailwindcss, trading, typescript, vercel
- Language: TypeScript
- Homepage:
- Size: 512 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 💰 Wealth-Sync
**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.
## ✨ Features
- 🔄 **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.
## 🚀 Quick Start
1. Visit [Wealth Sync App](https://wealth-sync-lime.vercel.app/)
2. Sign up using your preferred authentication method
3. Connect your exchange accounts
4. Start tracking your portfolio in real-time
## 🔗 Links
- [Documentation](https://wealth-sync.vercel.app/docs)
- [Report Bug](https://github.com/boyank95/wealth-sync/issues)
---
## 🛠 Tech Stack
- [Next.js](https://nextjs.org/)
- [tRPC](https://trpc.io/)
- [TailwindCSS](https://tailwindcss.com/)
- [Prisma](https://prisma.io/)
- [TypeScript](https://www.typescriptlang.org/)
- [Vercel](https://vercel.com/) for deployment
---
## 📦 Local Development
```bash
# 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