Browser
Studio interface, Firebase sign-in, GLB inspection, and downloads.
Renderivo Docs / product map
Renderivo is a browser-based AI 3D workbench for early asset ideation. These docs explain the user workflow, the application boundary, and what must be configured before live generation or billing is opened to the public.
Provider access and commerce are independently gated. The bundled samples remain available without spending generation credits.
Quick start
Renderivo is intended for concept meshes and first-pass forms. Final retopology, rigging, print preparation, and art direction stay in specialist 3D software.
Choose an input
Describe one object with clear materials and proportions, or upload a clean JPG, PNG, or WebP reference.
Set the mesh brief
Choose Rapid or Pro, then set topology, target polycount, symmetry, style, and optional PBR output.
Generate
An authenticated live job reserves credits before provider submission. Private-beta access remains fail-closed until enabled.
Inspect and export
Orbit the GLB in the browser and download the provider-returned files for Blender, a game engine, or another 3D tool.
Architecture
The browser never receives provider or server credentials. Authentication, cost-bearing submission, job ownership, and credit transitions are enforced on the application server.
Studio interface, Firebase sign-in, GLB inspection, and downloads.
Input validation, access gates, credit reservation, job ownership, and result normalization.
Rapid and Pro model execution through the configured fal.ai queue.
Firestore job and ledger records, with optional Vercel Blob copies of provider output.
Polar subscription checkout and signed webhooks when an operator-owned product catalog is configured.
Application API
These endpoints support the Renderivo web application. Authenticated routes require a Firebase bearer token and may change until a versioned external API is published.
/api/configPublic product limits and non-secret readiness flags.
/api/generate/accessAuthenticated beta-access check for the current user.
/api/generateAuthenticated text/image job submission and credit reservation.
/api/generate/status?generationId=…Authenticated provider polling and terminal result handling.
/api/generations/{jobId}Authenticated, owner-scoped generation record.
Launch gate