Create your first app
Let’s build a simple deal tracker to see Gainable in action. This will take about 5 minutes.Step 1: Start a new project
- Go to build.gainable.dev
Step 2: Describe what you want
In the input bpx, type your first prompt:Step 3: Watch it build
Gainable will show you a plan of what it’s going to build, and if you choose to accept it will generate your entire application. You’ll see:- Plan preview - What features will be created; if Gainable finds the requet ambigious it will ask follow up questions
- Build progress - Watch the build being generated
- Your app - A working application appears in the preview panel along with a message telling you what’s been done
Step 4: Use your app
Once the build completes, you can:- Add a deal - Click the “Add Deal” button and fill in the form
- View your dashboard - See your data visualized in charts
- Edit or delete - Click on any deal to modify it
Your app updates in real-time. If you add a deal, the dashboard chart updates automatically.
Try adding a feature
Now let’s add something new. In the chat, type:Tips for success
Be specific about your data
Be specific about your data
Instead of “track customers”, say “track customers with name, email, company, and signup date”
Describe relationships
Describe relationships
If things are connected, say so: “each project has many tasks” or “contacts belong to companies”
Iterate incrementally
Iterate incrementally
Start simple and add features one at a time. Don’t try to build everything in one prompt.
Request features by name
Request features by name
Ask for specific features: “add a pie chart”, “add a kanban board”, “add real-time updates”