🧬 Blueprint Preview
{
"app": {
"name": "My New App",
"description": "Generated from prompt: \"An app that helps [type of user] achieve [goal] by providing [key features], with simple screens for onboarding, the main workflow, and a summary or dashboard.\"",
"category": "generic_service",
"features": {
"technicians": [
{
"id": 1,
"name": "Staff A",
"specialty": "General"
},
{
"id": 2,
"name": "Staff B",
"specialty": "General"
}
],
"booking": {
"availability": {
"days": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday"
],
"hours": "09:00-18:00"
},
"online_payment": {
"enabled": false,
"payment_methods": [
"Credit Card"
]
},
"sms_reminders": {
"enabled": true,
"reminder_time": "24 hours before"
},
"upsell": {
"enabled": true,
"options": [
{
"id": 1,
"name": "Priority scheduling",
"price": 10
},
{
"id": 2,
"name": "After-hours premium slot",
"price": 20
}
]
}
}
}
}
}