Helper Buddy is a professional service provider based in Surat, Gujarat. We specialize in house, office, and AC cleaning services, as well as installations and other related services. Our top-quality, eco-friendly solutions are tailored to meet each customer's unique needs. We focus on delivering exceptional service through our trusted team that ensures your spaces are spotless, fresh, and well-maintained.
- ✅ SEO-optimized platform with 90%+ Lighthouse score
- ✅ User-friendly service booking system
- ✅ Advanced search with smart filtering
- ✅ Secure payment integration with Razorpay
- ✅ Referral & wallet reward system
- ✅ Service partner management
- ✅ Admin dashboard with analytics
- ✅ Email notifications for users and service partners
- Frontend: Next.js
- Authentication: NextAuth.js with JWT
- Database: Postgres (NeonDB) with Prisma ORM
- Styling: Tailwind CSS
- Email Service: EmailJS
- Deployment: Vercel
# Clone the repository
git clone https://github.com/your-username/helper-buddy.git
# Navigate to the project directory
cd helper-buddy
# Install dependencies
npm install
# Set up environment variables
# Create a .env.local file with the following variables:
# DATABASE_URL=your_neondb_postgres_url
# NEXTAUTH_SECRET=your_nextauth_secret
# RAZORPAY_KEY_ID=your_razorpay_key
# RAZORPAY_KEY_SECRET=your_razorpay_secret
# EMAILJS_SERVICE_ID=your_emailjs_service_id
# EMAILJS_TEMPLATE_ID=your_emailjs_template_id
# EMAILJS_PUBLIC_KEY=your_emailjs_public_key
# Run the development server
npm run dev
- Google Developer's Club, SVNIT
📢 This project was developed for the Google Winter of Code 2025 competition conducted by SVNIT's Google Developer's Club (GDGC).