ForgePrint is a modern 3D model catalog application built using Next.js, TypeScript, and Tailwind CSS. It allows users to explore 3D models organized by categories, with fast and dynamic page rendering using the App Router.
- 🔍 Category-based model filtering
- 🧩 Dynamic routing for models and categories
- ⚡ Server-side rendering with async data fetching
- 💅 Styled with Tailwind CSS
- 🧠 Type-safe codebase with TypeScript
- Framework: Next.js
- Language: TypeScript
- Styling: Tailwind CSS
- Version Control: Git + GitHub
# Clone the repository
git clone https://github.com/kikoolz/forgeprint.git
cd forgeprint
# Install dependencies
npm install
# Run the development server
npm run dev