Renderivo Docs / product map

One brief in. An inspectable 3D asset out.

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.

LIVE APPLICATION PATHOWNER-SCOPED
01INPUTText or image
02RESERVEAuth + credits
03GENERATERapid or Pro
04INSPECTGLB + files

Provider access and commerce are independently gated. The bundled samples remain available without spending generation credits.

Quick start

From concept to export in four deliberate moves.

Renderivo is intended for concept meshes and first-pass forms. Final retopology, rigging, print preparation, and art direction stay in specialist 3D software.

  1. 01

    Choose an input

    Start with a sentence or reference image.

    Describe one object with clear materials and proportions, or upload a clean JPG, PNG, or WebP reference.

  2. 02

    Set the mesh brief

    Select quality and geometry controls.

    Choose Rapid or Pro, then set topology, target polycount, symmetry, style, and optional PBR output.

  3. 03

    Generate

    Submit one controlled job.

    An authenticated live job reserves credits before provider submission. Private-beta access remains fail-closed until enabled.

  4. 04

    Inspect and export

    Review the model before production cleanup.

    Orbit the GLB in the browser and download the provider-returned files for Blender, a game engine, or another 3D tool.

Architecture

Clear boundaries around expensive work.

The browser never receives provider or server credentials. Authentication, cost-bearing submission, job ownership, and credit transitions are enforced on the application server.

01

Browser

Studio interface, Firebase sign-in, GLB inspection, and downloads.

02

Application server

Input validation, access gates, credit reservation, job ownership, and result normalization.

03

Generation provider

Rapid and Pro model execution through the configured fal.ai queue.

04

Persistence

Firestore job and ledger records, with optional Vercel Blob copies of provider output.

05

Commerce

Polar subscription checkout and signed webhooks when an operator-owned product catalog is configured.

Application API

Internal routes, documented without pretending they are a public SDK.

These endpoints support the Renderivo web application. Authenticated routes require a Firebase bearer token and may change until a versioned external API is published.

GET/api/config

Public product limits and non-secret readiness flags.

GET/api/generate/access

Authenticated beta-access check for the current user.

POST/api/generate

Authenticated text/image job submission and credit reservation.

GET/api/generate/status?generationId=…

Authenticated provider polling and terminal result handling.

GET/api/generations/{jobId}

Authenticated, owner-scoped generation record.

Launch gate

Configure accounts before opening the cost path.