Declarative 3D UIs — React components meet WebGL
React Three Fiber System bridges the gap between React component architecture and Three.js 3D rendering. It encodes R3F best practices, Drei helper patterns, and performance optimization into prompt sequences that generate reusable, composable 3D React components. Build the 3D web the React way.
Full Access Unlocked
All 38 prompts · All 4 modules
"Finally a framework that treats R3F like a real React library. The component architecture prompts ge..."
Yuki T. · React Developer
Need expert implementation?
Hire an OrchestratorConnect with a certified Prompt.Doctor Orchestrator to deploy this framework for you.
No coding required. You will use ChatGPT or Claude as your AI tool. Follow these steps in order — do not skip ahead.
Purchase & download the framework
Click the buy button on this page. After checkout, go to the and hit Download .zip. Unzip it — you'll get a .md file (the full framework) and a .pdf (easy to read reference). Keep both open.
Open your project — new or existing
This dashboard is designed to integrate into any existing project or be built as a standalone app. If you already have a site in Airo (or Cursor, Bolt, etc.), open that project. If you're starting fresh, create a new project. The Orchestrator Prompt handles both cases — it scans what's already there and adds only what's missing.
Paste the Orchestrator Prompt into your builder's chat
Open the on this page. Copy the Orchestrator Prompt and paste it into your AI builder's chat. It will scaffold the full admin system — secure login, email marketing module, booking engine, and CMS — on top of your existing codebase. This takes 2–5 minutes.
Add your API keys as secrets
Critical — Novice UsersIn your builder, go to Settings → Secrets and add the keys your app needs. For this framework: STRIPE_SECRET_KEY (for booking payments — get it from your Stripe dashboard), ANTHROPIC_API_KEY (for AI-assisted content — get it from console.anthropic.com), and DATABASE_URL (your MySQL connection string). No key is needed for the admin login, CMS, or email modules — those run on your existing infrastructure.
Don't have a MySQL server?
You can purchase a shared hosting plan with cPanel and MySQL at host.esgwon.dev. Once your account is set up, follow the step-by-step guide to create your database and connect it to your AI website builder.
How to set up cPanel MySQL & connect to your AI website →Need help with Stripe?
Get your STRIPE_SECRET_KEY and STRIPE_PUBLISHABLE_KEY from your Stripe dashboard. The guide covers test keys, webhook setup, and going live.
Need help with Anthropic?
Get your ANTHROPIC_API_KEY from console.anthropic.com. The guide covers model selection, cost management, and troubleshooting.
Prompting Airo after setup — always name the file
When asking Airo to add tables, columns, or features to the admin dashboard, always include src/server/lib/admin-db.ts in your prompt. Without it, Airo may target the wrong database. Example: "Add a bookings table in the admin database (src/server/lib/admin-db.ts) — do not touch any other database connection in this project."
Run the framework prompts inside your live app
Your app is now running in the builder's preview panel. Open the on this page, copy each prompt one at a time, and paste it into your builder's chat. Replace every [BRACKET] with your real data before sending. Work through the stages in order — each stage output feeds the next.
Test end-to-end, then publish or hand off to your client
Walk through the admin as a real user: log in, create a booking, send a test email campaign, update a CMS image, and run the Safe-to-Publish gate. Once everything passes, click Publish in your builder. Because this is a white-label dashboard, your client accesses it at /admin on their own domain — no Prompt.Doctor branding, no third-party login required.
4 modules · 38 prompts · 5 workflow stages
R3F Component Architecture
Generate reusable R3F components following React best practices: props, refs, useFrame hooks, and forwardRef patterns.
9 promptsDrei Integration System
Prompt sequences for every major Drei helper: Environment, ContactShadows, Float, Text3D, Html, MeshReflectorMaterial, and more.
10 promptsPost-Processing Pipeline
EffectComposer setup with Bloom, ChromaticAberration, DepthOfField, Vignette, and custom effects.
8 promptsState & Interaction System
Zustand store patterns for scene state, pointer events, hover states, and animation triggers in R3F.
11 promptsGenerate a reusable React Three Fiber component called [ComponentName] that renders [DESCRIBE 3D OBJECT]. Props: [LIST PROPS with types]. Include: useRef for the mesh, useFrame for animation (if needed), pointer event handlers (onPointerOver, onPointerOut, onClick), and proper TypeScript types. The component should be composable and follow React best practices. Export as named export.
Set up a @react-three/postprocessing EffectComposer for a [MOOD: cinematic / neon / clean / dreamy] aesthetic. Include: Bloom (with selective bloom on emissive materials), ChromaticAberration (subtle), DepthOfField (focused on [SUBJECT]), and Vignette. All values should be tweakable via props with sensible defaults. Add a comment explaining what each effect contributes to the mood.
system
9 prompts
prompts
10 prompts
workflow
8 prompts
architecture
11 prompts
"Finally a framework that treats R3F like a real React library. The component architecture prompts generate code I'm proud to ship."
Yuki T.
React Developer
All 38 prompts across 4 modules are unlocked for your account.
Lifetime access