A contributor funding dashboard for Web3 open-source projects, built on the Drips protocol.
🔴 Live Demo: https://fundflow-app.vercel.app
FundFlow lets open-source contributors connect their wallet and see:
- Live funding streams — real-time DAI/ETH streams flowing to/from your address on Drips
- Contributor profile — merge your GitHub identity with your on-chain wallet into a single view
- GitHub repositories — your repos displayed alongside your on-chain funding activity
- Project explorer — browse Web3 projects actively funding contributors via Drips
| Layer | Tech |
|---|---|
| Frontend | SvelteKit + TypeScript |
| Styling | TailwindCSS + custom CSS |
| Web3 | ethers.js, ENS resolution |
| Data | Drips GraphQL API, GitHub REST API |
| Deploy | Vercel |
git clone https://github.com/Ugasutun/fundflow.git
cd fundflow
npm install
npm run devOpen http://localhost:5173 in your browser. You need a browser wallet (MetaMask, Rabby).