Billia is a smart, all-in-one payment platform built for Nigerians to simplify bill payments, airtime and data top-ups, and virtual dollar card usage — all powered by Billia AI for a faster, smarter experience.
- Framework: Next.js (App Router)
- Bundler: Bun
- Styling: Tailwind CSS
- Fonts: Geist, Poppins
- Language: TypeScript
- Deployment: Vercel (recommended)
.
├── public/ # Static assets (images, icons)
├── src/
│ ├── app/ # Next.js App Router pages (home, about)
│ └── components/ # Reusable UI and shared components
│ ├── shared/ # Layout components like Navbar and Footer
│ └── ui/ # Page-specific UI components (Home, About)
├── package.json # Project dependencies
├── next.config.ts # Next.js config
├── tsconfig.json # TypeScript config
└── README.md # This file
git clone https://github.com/techstackspace/job-tasks.git
cd job-tasks
bun install
bun dev
Open http://localhost:3000
in your browser.
- Bill Payments: Electricity, TV, education, internet, and more
- Airtime & Data Top-up: Local and global mobile services
- Virtual Dollar Card: For subscriptions and international purchases
- Billia AI: Pay by typing commands, smart repeats, and chat
- Mobile-first Design: Optimized for all screen sizes
- Figma Accurate: Developed based on the official Figma file
No sensitive
.env
variables are required for this static demo. However, future versions may include:
NEXT_PUBLIC_API_BASE_URL=
NEXT_PUBLIC_ANALYTICS_ID=
Bello Osagie – LinkedIn • Twitter
- UI Design: Figma Billia File
- Icons: Custom + Heroicons
- Fonts: Geist & Poppins via Google Fonts
Check out the live deployment at https://job-tasks-drab.vercel.app
This project is hosted on Vercel, optimized for seamless deployment of Next.js applications.