A modern web application that generates high-quality 3D models from images or text prompts using the Hyper3D API.
- Generate 3D models from images or text descriptions
- Real-time 3D model preview with orbit controls
- Multiple quality and format options
- Advanced configuration settings
- Responsive design for desktop and mobile
- Framework: Next.js 15 with App Router
- Rendering: React Three Fiber and Drei
- Styling: Tailwind CSS 4
- UI Components: shadcn/ui
- Form Handling: React Hook Form with Zod validation
- Development: Turbopack for faster builds
First, install the dependencies:
npm install
# or
yarn install
# or
pnpm install
# or
bun installThen, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the application.
- Enter a text prompt or upload images describing the 3D model you want to create
- Adjust advanced settings if needed (quality, format, etc.)
- Submit and wait for the model to generate
- View and interact with your 3D model
- Download the model in your preferred format
This project uses the Hyper3D API for 3D model generation. For more information about the API:
To learn more about the technologies used in this project: