The financial super-app that connects the global crypto economy to everyday Nigerian commerce.
Quick Links | |
---|---|
🚀 Live App Demo | bundle.splashycm.xyz (Optimized for mobile) |
🎬 Watch the 3-Min Video Pitch | Watch on YouTube |
📊 View the Pitch Deck | Pitch Deck Link |
(Click the image to watch the 3-minute video)
For the growing class of Nigerian crypto-earners, Bundle is the financial super-app that acts as a universal router, allowing them to instantly spend their digital assets on any real-world service, from airtime to bank transfers, without ever touching a traditional off-ramp.
Nigeria has one of the world's most vibrant crypto economies. Yet, using this digital value for daily life is slow, expensive, and complex. The bridge between Web3 earnings and real-world expenses is broken. Bundle fixes this.
Bundle is a non-custodial web app built on Hedera. Our backend acts as an intelligent routing engine:
- User Pays in Crypto: A user initiates a payment for a N10,000 bank transfer using USDC.
- Hedera Confirms: We confirm the transaction in 2-3 seconds on the Hedera network.
- Router Executes in Fiat: Our backend instantly makes a N10,000 Naira payment to the recipient from our corporate account via the Paystack API.
- The Result: The recipient gets Naira instantly. They have no idea crypto was involved. It's fast, secure, and regulator-friendly.
This MVP is a fully functional demonstration of the core 'OpenRouter for Fiat' technology. The user interface has been optimized for a mobile-first experience, which is the primary target for our consumer app.
For the best experience, please view the live app on a mobile device or by using your browser's responsive mobile viewer.
Bundle is designed as a super-app ecosystem to address all four hackathon tracks:
- Onchain Finance: Flawless stablecoin off-ramping for real-world assets.
- DLT for Operations: Our B2B API (vision) will automate corporate expenses.
- Immersive Experience: Our roadmap includes NFT loyalty badges and DeFi savings vaults.
- AI & DePIN: Our core moat is an AI-powered routing engine that ensures the cheapest, most reliable payment path.
- Frontend: React, Vite, TypeScript, Tailwind CSS
- Wallet Integration: AppKit React (@reown/appkit-react)
- Backend: Node.js, Express
- Blockchain: Hedera Network (Testnet)
- Fiat Payments: Paystack API (Sandbox)
- Deployment: AWS EC2 (Frontend & Backend)
To run this project locally, please follow these steps:
- Clone the repository:
git clone https://github.com/boadley/bundle.git
- Install backend dependencies:
cd backend && npm install
- Install frontend dependencies:
cd frontend && npm install
- Create and configure your
.env
files in both directories using the.env.example
as a guide. - Run the backend:
cd backend && npm start
- Run the frontend:
cd frontend && npm run dev