Get up and running in 5 minutes!
cd fiber
npm install✨ Latest Tech: Uses React 19, React Three Fiber v9, and Tailwind CSS v4!
Create .env.local file:
cp ENV.example .env.localEdit .env.local with your credentials:
NEXT_PUBLIC_OAUTH_CLIENT_ID=your_client_id
NEXT_PUBLIC_REDIRECT_URI=http://localhost:3006/callback
NEXT_PUBLIC_AUTH_URL=http://localhost:3001Getting OAuth Credentials:
- Go to Hypery dashboard
- Create/select an app
- Copy Client ID
- Set redirect URI to
http://localhost:3006/callback
npm run devVisit: http://localhost:3006
- Click "Sign In"
- Authorize the app
- Start chatting to create 3D models
- "Make a girl on a pony"
- "Add a red sphere"
- "Make the pony purple"
- "Add a blue cone"
- "Clear everything"
Can't sign in?
- Check your OAuth credentials in
.env.local - Make sure redirect URI matches exactly
3D scene blank?
- Check browser console for errors
- Ensure WebGL is enabled
- Try Chrome or Firefox
Chat not responding?
- Verify Hypery URL
- Check you have credits in your account
- Ensure OpenRouter is enabled
- Read the full README.md
- Customize the system prompt in
app/api/chat/route.ts - Add more shapes in
src/components/Scene.tsx - Integrate real 3D model generation APIs
Enjoy creating! 🎨✨