A student-focused academic help platform built with Next.js 15, offering full stack projects, AI/ML solutions, assignments, presentations, and custom academic help.
- Full Stack Project — Complete, production-ready web applications
- AI/ML Project — Intelligent models and data pipelines
- Assignment — 100% original, plagiarism-free assignments
- Presentation — Professional academic presentations
- Custom Academic Help — Research papers, dissertations, case studies
- Framework — Next.js 15 (App Router)
- Styling — Tailwind CSS v4
- Animation — Framer Motion
- Database — MongoDB Atlas
- Form Handling — Formspark
- Content — MDX
- Font — Mona Sans
- Node.js 18+
- pnpm
# Clone the repository
git clone https://github.com/yourusername/upthrivewerk.git
# Navigate to project
cd UpthriveWork
# Install dependencies
pnpm install
# Create environment file
cp .env.example .env.localCreate .env.local in the root.
pnpm devOpen (http://localhost:3000) in your browser.
pnpm build
pnpm startMongoDB Atlas is used to store contact form submissions.
- Database:
UW - Collection:
UWT
The contact form collects:
- Name, Email, University, Phone
- Message, Project Deadline
- Service Required
Data is stored in MongoDB and forwarded to Formspark.
The easiest way to deploy is via Vercel:
- Push code to GitHub
- Import project in Vercel
- Add
MONGODB_URIin environment variables - Deploy!
This project is private and proprietary. © 2026 UpthriveWork Hub. All rights reserved.