Using AI to Hubleto vibe-code
Hubleto is nicely recognized by AI agents. Try using them to speed up your development.
In this tutorial we will show you examples of prompts that can help you with Hubleto development. Simply copy&paste these prompts to your AI agent or just read them and get inspired.
The prompts were used by our developers to test out the AI code generation tool. They are not sorted by relevance or by any other property.
Real estate management app
Read https://developer.hubleto.com/v0/, especially the part about models and record managers.
Read https://developer.hubleto.com/v0/docs/erp/conventions thoroughly.
Always doublecheck your code to match these conventions.
Create me a full file and folder structure including app's loader, manifest and controllers+views to CRUD all models.
Create me a set of models with its record manager for managing real estate company.
Add a data structure to store following properties for each estate of type 'land': surface area, price per square meter, total price.
Add model callbacks to automatically recalculate the total price based on the surface area when a land is created or updated.
Read https://developer.hubleto.com/v0/docs/erp/conventions thoroughly and doublecheck your code to match these conventions.
