What problem does it solve?
Forge removes the repetitive wiring work for waitlists, branching onboarding, multi-step quizzes, and lightweight screen recordings by giving you drop-in React components that call back into your own backend.
Core Features & Use Cases
- Branching form flows: Build Typeform-style branching forms, including multi-step quizzes and lead-capture with conditional routes.
- Screen recording component: Add a Loom-style recorder with a backend-agnostic uploader callback.
- Backend-agnostic integration: You provide the Submitter/Uploader so storage, auth, and persistence can match your existing stack.
Use cases: “wire a waitlist”, “build a branching onboarding quiz”, “send a quick walkthrough recording”, or “replace a Typeform/Loom flow with your own implementation”.
Quick Start
Ask the AI to add the Forge packages to your project, then wire the Form schema with an onSubmit callback pointing to your waitlist or quiz endpoint and use the Recorder uploader callback to send the recording blob to your storage.