prompt
stringlengths
30
179
completion
stringlengths
3.09k
63.4k
domain
stringclasses
14 values
complexity
stringclasses
3 values
source
stringlengths
18
42
Build a purchase order system with approval workflow
{ "name": "Purchase Orders", "version": "1.0.0", "orbitals": [ { "name": "PurchaseOrders", "entity": { "name": "PurchaseOrder", "collection": "purchase_orders", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
inventory
medium
synthetic_purchase_orders
Create a game view using inventory-panel for Player management
{ "name": "Player Management", "version": "1.0.0", "orbitals": [ { "name": "PlayerManagement", "entity": { "name": "Player", "collection": "players", "fields": [ { "name": "id", "type": "string", "primaryKey": true }, ...
game
simple
synthetic_pattern_inventory-panel
Build a player app with game-over-screen pattern
{ "name": "Player Management", "version": "1.0.0", "orbitals": [ { "name": "PlayerManagement", "entity": { "name": "Player", "collection": "players", "fields": [ { "name": "id", "type": "string", "primaryKey": true }, ...
game
simple
synthetic_pattern_game-over-screen
Create a layout view using hstack for Product management
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_hstack
Create a layout view using vstack for Product management
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_vstack
Generate schema using call-service with llm.generate
{ "name": "Llm Generate Demo", "version": "1.0.0", "orbitals": [ { "name": "LlmIntegration", "entity": { "name": "Request", "runtime": true, "fields": [ { "name": "id", "type": "string", "primaryKey": true }, ...
ai
medium
synthetic_integrator_llm_generate
Create a display view using detail-panel for Product management
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_detail-panel
Build a shopping cart system with quantity updates and checkout flow
{ "name": "Shopping Cart", "version": "1.0.0", "orbitals": [ { "name": "ShoppingCart", "entity": { "name": "CartItem", "collection": "cart_items", "fields": [ { "name": "id", "type": "string", "primaryKey": true }, ...
ecommerce
medium
synthetic_shopping_cart
Generate schema using call-service with llm.classify
{ "name": "Llm Classify Demo", "version": "1.0.0", "orbitals": [ { "name": "LlmIntegration", "entity": { "name": "Request", "runtime": true, "fields": [ { "name": "id", "type": "string", "primaryKey": true }, ...
ai
medium
synthetic_integrator_llm_classify
Build a task tracker with status workflow and priority levels
{ "name": "Task Tracker", "version": "1.0.0", "orbitals": [ { "name": "TaskTracker", "entity": { "name": "Task", "collection": "tasks", "fields": [ { "name": "id", "type": "string", "primaryKey": true }, { ...
productivity
medium
synthetic_task_tracker
Create a team member management system with roles
{ "name": "Team Members", "version": "1.0.0", "orbitals": [ { "name": "TeamMembers", "entity": { "name": "TeamMember", "collection": "team_members", "fields": [ { "name": "id", "type": "string", "primaryKey": true }, ...
productivity
medium
synthetic_team_members
Create Order Management, Customer Management, and Notification System for an order notification system with state transitions and event-driven communication - a ecommerce solution
{ "name": "Order Management, Customer Management, and Notification System for an order notification system with state transitions and event-driven communication", "version": "1.0.0", "orbitals": [ { "name": "Customer Management", "entity": { "name": "Customer", "collection": "custo...
ecommerce
complex
sexpr_effect_emit-e9d6da38
Build an SLA tracking system for support tickets
{ "name": "SLA Tracking", "version": "1.0.0", "orbitals": [ { "name": "SLATracking", "entity": { "name": "SLA", "collection": "slas", "fields": [ { "name": "id", "type": "string", "primaryKey": true }, { ...
support
medium
synthetic_sla_tracking
Generate schema with icon-button UI component for Products
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_icon-button
Build a product app with runtime-debugger pattern
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_runtime-debugger
Generate schema with stats UI component for Products
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_stats
Create a layout view using custom for Product management
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_custom
Create a wishlist feature for saving products
{ "name": "Wishlist", "version": "1.0.0", "orbitals": [ { "name": "Wishlist", "entity": { "name": "WishlistItem", "collection": "wishlist_items", "fields": [ { "name": "id", "type": "string", "primaryKey": true }, ...
ecommerce
medium
synthetic_wishlist
Build a product app with entity-detail pattern
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_entity-detail
Build a budget tracking app with spending categories
{ "name": "Budget Tracking", "version": "1.0.0", "orbitals": [ { "name": "BudgetTracking", "entity": { "name": "Budget", "collection": "budgets", "fields": [ { "name": "id", "type": "string", "primaryKey": true }, ...
billing
medium
synthetic_budget_tracking
Generate schema with entity-list UI component for Products
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_entity-list
Build a product app with popover pattern
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_popover
Build a product app with spinner pattern
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_spinner
Create a filter view using filter-group for Product management
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_filter-group
Generate schema with badge UI component for Products
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_badge
Build a product app with breadcrumb pattern
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_breadcrumb
Build a room reservation system for hotels
{ "name": "Room Reservations", "version": "1.0.0", "orbitals": [ { "name": "RoomReservations", "entity": { "name": "Reservation", "collection": "reservations", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
booking
medium
synthetic_room_reservations
Generate schema with modal UI component for Products
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_modal
Create a component view using button for Product management
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_button
I need a ecommerce app with Order
{ "name": "Order Management", "version": "1.0.0", "orbitals": [ { "name": "Order Management", "entity": { "name": "Order", "collection": "orders", "fields": [ { "name": "orderNumber", "type": "string", "required": true ...
ecommerce
medium
sexpr_guard_compound-25d1140e
Generate schema with radio UI component for Products
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_radio
Create an employee directory with search
{ "name": "Employee Directory", "version": "1.0.0", "orbitals": [ { "name": "EmployeeDirectory", "entity": { "name": "Employee", "collection": "employees", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
hr
medium
synthetic_employee_directory
Create a container view using modal-container for Product management
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_modal-container
Build a product app with card pattern
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_card
Create a game view using level-select for Player management
{ "name": "Player Management", "version": "1.0.0", "orbitals": [ { "name": "PlayerManagement", "entity": { "name": "Player", "collection": "players", "fields": [ { "name": "id", "type": "string", "primaryKey": true }, ...
game
simple
synthetic_pattern_level-select
Generate schema with turn-indicator UI component for Players
{ "name": "Player Management", "version": "1.0.0", "orbitals": [ { "name": "PlayerManagement", "entity": { "name": "Player", "collection": "players", "fields": [ { "name": "id", "type": "string", "primaryKey": true }, ...
game
simple
synthetic_pattern_turn-indicator
Build a subscription management system with billing cycles
{ "name": "Subscription Plans", "version": "1.0.0", "orbitals": [ { "name": "SubscriptionPlans", "entity": { "name": "Subscription", "collection": "subscriptions", "fields": [ { "name": "id", "type": "string", "primaryKey": true...
billing
medium
synthetic_subscription_plans
Build a leave request system with approval
{ "name": "Leave Requests", "version": "1.0.0", "orbitals": [ { "name": "LeaveRequests", "entity": { "name": "LeaveRequest", "collection": "leave_requests", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
hr
medium
synthetic_leave_requests
Create an FAQ management system with categories
{ "name": "FAQ Management", "version": "1.0.0", "orbitals": [ { "name": "FAQManagement", "entity": { "name": "FAQ", "collection": "faqs", "fields": [ { "name": "id", "type": "string", "primaryKey": true }, { ...
content
medium
synthetic_faq_management
Create a stock transfer system between locations
{ "name": "Stock Transfers", "version": "1.0.0", "orbitals": [ { "name": "StockTransfers", "entity": { "name": "Transfer", "collection": "stock_transfers", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
inventory
medium
synthetic_stock_transfers
Build an integration with youtube getChannel action
{ "name": "Youtube GetChannel Demo", "version": "1.0.0", "orbitals": [ { "name": "YoutubeIntegration", "entity": { "name": "Request", "runtime": true, "fields": [ { "name": "id", "type": "string", "primaryKey": true },...
media
medium
synthetic_integrator_youtube_getChannel
Build a calendar app for managing events
{ "name": "Calendar Events", "version": "1.0.0", "orbitals": [ { "name": "CalendarEvents", "entity": { "name": "CalendarEvent", "collection": "calendar_events", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
booking
medium
synthetic_calendar_events
Generate schema using call-service with youtube.getVideo
{ "name": "Youtube GetVideo Demo", "version": "1.0.0", "orbitals": [ { "name": "YoutubeIntegration", "entity": { "name": "Request", "runtime": true, "fields": [ { "name": "id", "type": "string", "primaryKey": true }, ...
media
medium
synthetic_integrator_youtube_getVideo
Create a layout view using center for Product management
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_center
Generate schema with input UI component for Products
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_input
Create a blog post management system with publishing workflow
{ "name": "Blog Posts", "version": "1.0.0", "orbitals": [ { "name": "BlogPosts", "entity": { "name": "Post", "collection": "posts", "fields": [ { "name": "id", "type": "string", "primaryKey": true }, { ...
content
complex
synthetic_blog_posts
Create a layout view using split-layout for Product management
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_split-layout
Generate schema with error-state UI component for Products
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_error-state
Create a component view using avatar for Product management
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_avatar
Create an app that uses twilio to send a whatsapp message
{ "name": "Twilio SendWhatsApp Demo", "version": "1.0.0", "orbitals": [ { "name": "TwilioIntegration", "entity": { "name": "Request", "runtime": true, "fields": [ { "name": "id", "type": "string", "primaryKey": true },...
messaging
medium
synthetic_integrator_twilio_sendWhatsApp
Build a product app with pagination pattern
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_pagination
Create an app that uses llm to summarize long text content
{ "name": "Llm Summarize Demo", "version": "1.0.0", "orbitals": [ { "name": "LlmIntegration", "entity": { "name": "Request", "runtime": true, "fields": [ { "name": "id", "type": "string", "primaryKey": true }, ...
ai
medium
synthetic_integrator_llm_summarize
Build a product app with tabs pattern
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_tabs
Create a quest tracking system for an adventure game
{ "name": "Quest System", "version": "1.0.0", "orbitals": [ { "name": "QuestSystem", "entity": { "name": "Quest", "collection": "quests", "fields": [ { "name": "id", "type": "string", "primaryKey": true }, { ...
game
complex
synthetic_quest_system
Create a payment transaction system with Stripe integration
{ "name": "Payment Transactions", "version": "1.0.0", "orbitals": [ { "name": "PaymentTransactions", "entity": { "name": "Transaction", "collection": "transactions", "fields": [ { "name": "id", "type": "string", "primaryKey": tr...
billing
medium
synthetic_payment_transactions
Build a task app with title-only pattern
{ "name": "Task Management", "version": "1.0.0", "orbitals": [ { "name": "TaskManagement", "entity": { "name": "Task", "collection": "tasks", "fields": [ { "name": "id", "type": "string", "primaryKey": true }, ...
general
simple
synthetic_pattern_title-only
Build a player app with board-grid pattern
{ "name": "Player Management", "version": "1.0.0", "orbitals": [ { "name": "PlayerManagement", "entity": { "name": "Player", "collection": "players", "fields": [ { "name": "id", "type": "string", "primaryKey": true }, ...
game
simple
synthetic_pattern_board-grid
Build an integration with email send action
{ "name": "Email Send Demo", "version": "1.0.0", "orbitals": [ { "name": "EmailIntegration", "entity": { "name": "Request", "runtime": true, "fields": [ { "name": "id", "type": "string", "primaryKey": true }, ...
messaging
medium
synthetic_integrator_email_send
Create a knowledge base with search and helpful ratings
{ "name": "Knowledge Base", "version": "1.0.0", "orbitals": [ { "name": "KnowledgeBase", "entity": { "name": "Article", "collection": "kb_articles", "fields": [ { "name": "id", "type": "string", "primaryKey": true }, ...
support
medium
synthetic_knowledge_base
I need a ecommerce app with Order
{ "name": "Order Management", "version": "1.0.0", "orbitals": [ { "name": "Order Management", "entity": { "name": "Order", "collection": "orders", "fields": [ { "name": "orderNumber", "type": "string", "required": true ...
ecommerce
medium
sexpr_guard_compound-3d4e8e8b
Generate schema with form-fields UI component for Contacts
{ "name": "Contact Management", "version": "1.0.0", "orbitals": [ { "name": "ContactManagement", "entity": { "name": "Contact", "collection": "contacts", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_form-fields
Build a product app with tooltip pattern
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_tooltip
Build a game leaderboard with rankings
{ "name": "Leaderboard", "version": "1.0.0", "orbitals": [ { "name": "Leaderboard", "entity": { "name": "LeaderboardEntry", "collection": "leaderboard", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
game
medium
synthetic_leaderboard
Build an onboarding task checklist for new hires
{ "name": "Onboarding Tasks", "version": "1.0.0", "orbitals": [ { "name": "OnboardingTasks", "entity": { "name": "OnboardingTask", "collection": "onboarding_tasks", "fields": [ { "name": "id", "type": "string", "primaryKey": tru...
hr
medium
synthetic_onboarding_tasks
Create a component view using float-button for Product management
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_float-button
Generate schema with game-canvas UI component for Players
{ "name": "Player Management", "version": "1.0.0", "orbitals": [ { "name": "PlayerManagement", "entity": { "name": "Player", "collection": "players", "fields": [ { "name": "id", "type": "string", "primaryKey": true }, ...
game
simple
synthetic_pattern_game-canvas
Build an integration with twilio sendSMS action
{ "name": "Twilio SendSMS Demo", "version": "1.0.0", "orbitals": [ { "name": "TwilioIntegration", "entity": { "name": "Request", "runtime": true, "fields": [ { "name": "id", "type": "string", "primaryKey": true }, ...
messaging
medium
synthetic_integrator_twilio_sendSMS
Generate schema with match3-grid UI component for Players
{ "name": "Player Management", "version": "1.0.0", "orbitals": [ { "name": "PlayerManagement", "entity": { "name": "Player", "collection": "players", "fields": [ { "name": "id", "type": "string", "primaryKey": true }, ...
game
simple
synthetic_pattern_match3-grid
Build a product app with wizard-container pattern
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_wizard-container
Create a component view using container for Product management
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_container
Build a player app with tilemap-renderer pattern
{ "name": "Player Management", "version": "1.0.0", "orbitals": [ { "name": "PlayerManagement", "entity": { "name": "Player", "collection": "players", "fields": [ { "name": "id", "type": "string", "primaryKey": true }, ...
game
simple
synthetic_pattern_tilemap-renderer
Create a product catalog for an e-commerce store with inventory tracking
{ "name": "Product Catalog", "version": "1.0.0", "orbitals": [ { "name": "ProductCatalog", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true }, ...
ecommerce
medium
synthetic_product_catalog
Build a product app with loading-state pattern
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_loading-state
Create a game view using dialogue-box for Player management
{ "name": "Player Management", "version": "1.0.0", "orbitals": [ { "name": "PlayerManagement", "entity": { "name": "Player", "collection": "players", "fields": [ { "name": "id", "type": "string", "primaryKey": true }, ...
game
simple
synthetic_pattern_dialogue-box
Create a navigation view using wizard-progress for Product management
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_wizard-progress
Create a project dashboard with progress tracking and team management
{ "name": "Project Dashboard", "version": "1.0.0", "orbitals": [ { "name": "ProjectDashboard", "entity": { "name": "Project", "collection": "projects", "fields": [ { "name": "id", "type": "string", "primaryKey": true }...
productivity
medium
synthetic_project_dashboard
Generate schema with page-header UI component for Tasks
{ "name": "Task Management", "version": "1.0.0", "orbitals": [ { "name": "TaskManagement", "entity": { "name": "Task", "collection": "tasks", "fields": [ { "name": "id", "type": "string", "primaryKey": true }, ...
general
simple
synthetic_pattern_page-header
Create a media library for managing images and files
{ "name": "Media Library", "version": "1.0.0", "orbitals": [ { "name": "MediaLibrary", "entity": { "name": "MediaFile", "collection": "media_files", "fields": [ { "name": "id", "type": "string", "primaryKey": true }, ...
content
medium
synthetic_media_library
Create a performance review system
{ "name": "Performance Reviews", "version": "1.0.0", "orbitals": [ { "name": "PerformanceReviews", "entity": { "name": "Review", "collection": "performance_reviews", "fields": [ { "name": "id", "type": "string", "primaryKey": tr...
hr
medium
synthetic_performance_reviews
Build a product app with heading pattern
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_heading
I need a general app with Note
{ "name": "Notes Management", "version": "1.0.0", "orbitals": [ { "name": "Notes Management", "entity": { "name": "Note", "collection": "notes", "fields": [ { "name": "title", "type": "string", "required": true }, ...
general
medium
ux_init_required-3599fdcb
Build a player app with game-controls pattern
{ "name": "Player Management", "version": "1.0.0", "orbitals": [ { "name": "PlayerManagement", "entity": { "name": "Player", "collection": "players", "fields": [ { "name": "id", "type": "string", "primaryKey": true }, ...
game
simple
synthetic_pattern_game-controls
Build a product app with master-detail pattern
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_master-detail
Generate schema with textarea UI component for Products
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_textarea
Build a game inventory system with equipment slots
{ "name": "Game Inventory", "version": "1.0.0", "orbitals": [ { "name": "GameInventory", "entity": { "name": "InventorySlot", "collection": "inventory_slots", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
game
medium
synthetic_game_inventory
Create a container view using drawer for Product management
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_drawer
Create a component view using accordion for Product management
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_accordion
Create a display view using entity-cards for Product management
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_entity-cards
Generate schema with simple-grid UI component for Products
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_simple-grid
Build an app for Notes Management with Note entity, list view in table format, and click-to-view details in drawer managing Note
{ "name": "Notes Management with Note entity, list view in table format, and click-to-view details in drawer", "version": "1.0.0", "orbitals": [ { "name": "Notes Management", "entity": { "name": "Note", "collection": "notes", "fields": [ { "name": "tit...
general
medium
ux_init_required-136d5a84
Create a game view using card-hand for Player management
{ "name": "Player Management", "version": "1.0.0", "orbitals": [ { "name": "PlayerManagement", "entity": { "name": "Player", "collection": "players", "fields": [ { "name": "id", "type": "string", "primaryKey": true }, ...
game
simple
synthetic_pattern_card-hand
Create a game view using collision-detector for Player management
{ "name": "Player Management", "version": "1.0.0", "orbitals": [ { "name": "PlayerManagement", "entity": { "name": "Player", "collection": "players", "fields": [ { "name": "id", "type": "string", "primaryKey": true }, ...
game
simple
synthetic_pattern_collision-detector
Create a barcode scanning app for inventory
{ "name": "Barcode Scanner", "version": "1.0.0", "orbitals": [ { "name": "BarcodeScanner", "entity": { "name": "ScanLog", "collection": "scan_logs", "fields": [ { "name": "id", "type": "string", "primaryKey": true }, ...
inventory
medium
synthetic_barcode_scanner
Build a customer review system with ratings and moderation
{ "name": "Customer Reviews", "version": "1.0.0", "orbitals": [ { "name": "CustomerReviews", "entity": { "name": "Review", "collection": "reviews", "fields": [ { "name": "id", "type": "string", "primaryKey": true }, ...
ecommerce
medium
synthetic_customer_reviews
Create a game view using puzzle-board for Player management
{ "name": "Player Management", "version": "1.0.0", "orbitals": [ { "name": "PlayerManagement", "entity": { "name": "Player", "collection": "players", "fields": [ { "name": "id", "type": "string", "primaryKey": true }, ...
game
simple
synthetic_pattern_puzzle-board
Generate schema with image UI component for Products
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_image
I need a ecommerce app with Product
{ "name": "Product Inventory Management", "version": "1.0.0", "orbitals": [ { "name": "Product Inventory Management", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "name", "type": "string", "requ...
ecommerce
medium
sexpr_guard_simple-ff302c44
Build a product app with grid pattern
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_grid
Build an invoice management system with payment tracking
{ "name": "Invoice Management", "version": "1.0.0", "orbitals": [ { "name": "InvoiceManagement", "entity": { "name": "Invoice", "collection": "invoices", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
billing
medium
synthetic_invoice_management
Build a product app with menu pattern
{ "name": "Product Management", "version": "1.0.0", "orbitals": [ { "name": "ProductManagement", "entity": { "name": "Product", "collection": "products", "fields": [ { "name": "id", "type": "string", "primaryKey": true ...
general
simple
synthetic_pattern_menu