Playbooks

Step-by-step recipes for the situation you’re in.

7 playbooks. Each one is a focused walkthrough — prerequisites, numbered steps with time estimates, expected outcome, and troubleshooting.

Different from Help center (Q&A) and Docs (technical reference).

First-time visitors~12 min

Build a recipe manager web app in ~10 minutes — full walkthrough

Real-time recipe for your first end-to-end factory build. Same path the Recipe Manager Web case study took (first verified prod pass on 2026-05-18). No credit card, no local toolchain — just the operator and your keyboard.

5 steps · 2 prereqs · 3 troubleshooting tips
Lovable users who want code they can take elsewhere~20 min

Migrate from Lovable when you want a downloadable workspace

You shipped a web demo on Lovable but you want to host the app on your own infra, run it offline locally, or hand the code to a developer to extend. Here's how to recreate it on OOretz Factory with a downloadable Next.js + libSQL workspace and a real POST + GET smoke verification.

4 steps · 2 prereqs · 2 troubleshooting tips
Developers evaluating the API~3 minPlanned surface

Use the OOretz Factory API from Postman in 60 seconds

Import the Postman collection, set your API key, fire a build. No SDK install, no client library — just structured API calls. Today the public collection endpoints (manifest/openapi/templates/demo/status) work without a key; the private endpoints described here require the API key surface that is roadmap.

3 steps · 2 prereqs
Team leads on Team or Enterprise tier~30 minPlanned surface

Day-one onboarding for your team

You're a manager bringing OOretz Factory into your team. Here's the 30-minute path to "everyone's shipping their first build by end of day." Today Team and Enterprise tiers are planned (no billing flow ships) — these steps describe the intended shape, not what you can do at signup right now.

4 steps · 2 prereqs
v0 users hitting the components-only ceiling~25 min

Migrate from v0 when you need full apps, not components

v0 produces beautiful Next.js components. OOretz Factory produces full Next.js + libSQL apps — entity scaffolding, real persistence, per-entity CRUD and API routes, and a functional POST + GET smoke on the live server. Same Next.js target, more shipped.

5 steps · 2 prereqs · 2 troubleshooting tips
Bolt.new users who need a workspace they can take elsewhere~18 min

Migrate from Bolt.new when you need a real build pipeline

Bolt runs your app in a browser sandbox. OOretz Factory runs the build on a real Linux bridge node, actually launches the server, hits it with a POST + GET smoke, and gives you a downloadable Next.js + libSQL workspace. Same prompt, real artifact you own.

4 steps · 2 prereqs · 2 troubleshooting tips
Replit Agent users delivering to customers who cannot use a Replit-hosted URL~25 min

Migrate from Replit Agent when you need code you can host elsewhere

Replit Agent ships hosted apps inside Replit. OOretz Factory ships a downloadable Next.js + libSQL workspace you can run anywhere Next.js runs — no Replit account, no hosted dependency.

5 steps · 2 prereqs · 2 troubleshooting tips

Want a playbook for your situation?

Email [email protected]. If it’s a path enough people will reach for, we’ll write it.

© 2026 OOretz Factory · Recipes you can actually run