Keshav Digital is a full-stack web application built for a textile manufacturing company in Surat, India. The platform includes a dynamic landing page for customers and an admin dashboard for managing inquiries and products.
🌐 Live Site: https://keshav-digital.vercel.app
- 🧾 Company Overview – Professionally designed homepage describing Keshav Digital's services and offerings.
- 🖼️ Gallery Section – Highlight textile machinery and process visuals.
- 🛍️ Product Listing – Cards showing products with title, images, price, and description.
- 📩 Inquiry Form – Collects user data (name, email, mobile number, message).
- 🔑 Secure Login – Email-based login using NextAuth.
- 📥 Inquiry Management – View all received inquiries in a structured table format.
- ⬇️ Export to Excel – Download inquiries as an Excel file with one click.
- 🛒 Product Management:
- Add/Edit/Delete products
- Upload product data with title, description, price, and multiple image URLs.
| Layer | Technology |
|---|---|
| Frontend | Next.js, Tailwind CSS |
| Backend | Next.js API routes (with Prisma ORM) |
| Auth | NextAuth (Email authentication) |
| Database | PostgreSQL (via Railway) |
| Deployment | Vercel |