Projects in ChiniotProjects in ChiniotApp Name: GigPulse
Category: ๐ Dashboard + ๐ค Social/Community
What it does:
GigPulse is a personal freelance project tracker built for independent professionals who juggle multiple platforms. Freelancers can log their projects, track earnings per platform, monitor project status, and attach video demos of their work all in one private dashboard. The community benchmarking layer lets users see anonymized stats from other freelancers in their niche, so you always know how you stack up.
How I built on top of the AI-generated base:
Bubble AI generated the core dashboard structure and data architecture. From there, I manually engineered the video upload and playback system per project, built privacy-filtered data workflows so each user only sees their own data, added platform-specific earnings tracking with status badges, and designed a clean dark UI with collapsible video players. The AI gave me the skeleton, I built the muscles.
This is the Bubble AI-generated base after my initial prompt 'Build a freelance analytics dashboard app called "GigPulse" where
freelancers can track their gigs, proposals sent, earnings per platform,
client response rates, and monthly revenue goals. Include a community
benchmarking section where users can see anonymized stats from other
freelancers in their niche. Add user authentication, a personal stats
dashboard with charts, a goal-setting tracker, and a community feed
where freelancers share weekly wins.'
Everything you see in the final build beyond this point was manually engineered. One of my recent full-stack projects: Prestige Ice Works
What started as a business website has grown into a complete ordering and operations platform.
Customers can now:
โข Place retail and bulk orders with or without logging in
โข Create an account and manage their profile
โข View previous orders and invoices
โข Access secure invoice links
โข See delivery zones and applicable delivery fees
โข Order different ice products directly through the platform
On the operations side, the system includes separate portals and permissions for:
โข Super Admin
โข Admin
โข Marketer
โข Customer
Admins can manage orders, customers, invoices, products, users, roles, payment information, and platform access.
We also added server-side pricing, bulk-order rules, invoice generation, delivery-zone logic, user access controls, and secure authentication.
Built with Next.js, TypeScript, Clerk, Supabase/PostgreSQL, with the focus on making the whole process easier for both customers and the internal team.
A good example of turning a simple company website into a proper business platform.
Live: http://prestigeice.ng/
#FullStackDevelopment #NextJS #Supabase #SaaS #WebDevelopment #Automation A full-stack HR platform I designed and built for a company running its entire payroll on manual spreadsheets โ slow, error-prone, and impossible to audit. The goal was one accurate, role-based system to manage attendance, payroll, and reporting in a single place.
I developed the complete stack: a Laravel 11 REST API and a React single-page app, with separate access levels for admins, managers, and staff. Key modules include a daily attendance grid, an automated payroll engine (overtime, deductions, advances, net pay), PDF payslips, staff loans, a security-fund ledger, bank-account management, CSV exports, and a full audit trail with before/after history.
The toughest challenge was payroll accuracy. A naive overtime sum overpaid employees, so I built a net-overtime engine where daily shortfalls offset extra hours, and centralized every rule in a dedicated service layer for consistency and easy testing.
I also handled live deployment with CI/CD and built-in privacy safeguards โ masked salaries, protected routes, and instant lockout of deactivated users.
The result: a fast, reliable system that turns recorded attendance into accurate monthly payroll in just a few clicks.