Build Your First AI App in 15 Minutes
The smartest move? Don’t start from zero.
Pick the included app that’s closest to what you want, then reshape it. You’ll skip weeks of boilerplate and go straight to the fun part — making it yours.
Choose Your Starting Point
Assistants & Copilots
Schema-Based Tools
Vision & Analysis
Creative & Media
Audio & Voice
Start with: ChatBest for AI assistants, knowledge tools, copilots, and anything conversational. You get streaming, multi-model support, web browsing, PDF chat, and generative UI out of the box.Explore the Chat app Start with: Marketing Plan or Launch SimulatorBest for forms that return clean, structured AI data. Planners, analyzers, report generators, roast tools — anything where the output has a predictable shape.Explore Marketing Plan | Explore Launch Simulator Start with: VisionBest for “image in, structured data out” workflows. Upload a photo, get typed analysis back. Works for calorie tracking, receipt parsing, inspection tools, and more.Explore the Vision app Start with: Image Studio or Video StudioBest for AI creative tools, ad generators, social media asset tools, and anything visual. Full gallery workflow, model switching, and asset management included.Explore Image Studio | Explore Video Studio Start with: Audio or Voice StudioBest for transcription tools, voice apps, podcast utilities, music generators, and sound design products.Explore Audio | Explore Voice Studio
The Workflow
Pick the closest existing app
Don’t overthink it. Which app is 60-80% of what you want? Start there.
Rename and rebrand
Update the copy, metadata, and branding to match your product.
Remove what you don't need
Strip out models, features, or UI elements that don’t fit your use case.
Tighten the prompt and schema
This is where your product gets its personality. Write a focused prompt and define exactly what the AI should return.
Adjust credits and pricing
Decide which features are free and which cost credits. The credit system is already wired up.
Ship it
Update your landing page and docs to match the new product. You’re live.
Say you want to turn Vision into a different visual analysis product — like a skincare analyzer or a receipt parser.
Update the config
Edit app/(apps)/vision/toolConfig.ts with your new app name and settings.
Rewrite the prompt
Edit app/(apps)/vision/prompt.ts to tell the AI what to analyze and how.
Replace the schema
Edit app/(apps)/vision/schema.ts to define the new output structure.
Update the UI
Edit app/(apps)/vision/components/* to display your new data beautifully.
That’s it. You just built a custom AI vision product without wiring up uploads, storage, auth, or result pages from scratch.
Example: Build a Niche Schema-Based Generator
Want a focused AI tool that outputs clean JSON? Like a business plan generator, SEO auditor, or pitch deck outliner?
Duplicate a schema app
Copy either app/(apps)/marketing-plan or app/(apps)/launch-simulator.
Replace the schema
Define the exact shape of the data you want back from the AI.
Replace the prompt
Tell the AI what kind of output to generate.
Tailor the form and output
Update the form fields and the output component to match your product.
Update the toolConfig
Set the app name, model selection, and credit pricing.
This is one of the fastest ways to ship a focused AI micro-SaaS. Schema in, structured data out, beautiful UI on top.