Examples
What teams build
with WandGx
Real examples of apps generated from natural language prompts. See the prompt, the output type, and the features each build produced.
AI Recipe Generator
A Next.js web app that generates recipes based on ingredients. Users input what they have, the app suggests dishes with nutritional info and step-by-step instructions.
Prompt
"Build a web app where users can input ingredients they have at home and get AI-generated recipe suggestions with nutritional information and cooking instructions."
Features generated
- Ingredient input form
- AI recipe generation
- Nutritional breakdown
- Saved recipes list
Customer Support Dashboard
A fullstack admin panel for a support team. Ticket management with status tracking, agent assignment, priority levels, and a customer-facing ticket submission form.
Prompt
"Build an internal support ticket management system with customer-facing submission, agent assignment, priority levels, and status tracking. Support staff need an admin view."
Features generated
- Ticket submission portal
- Agent assignment
- Priority and status management
- Admin dashboard with metrics
Fitness Tracker
A React Native / Expo fitness tracking app. Log workouts by type and duration, track weekly progress, and set personal goals with reminders.
Prompt
"Build a fitness tracking mobile app where users can log workouts, track weekly progress toward goals, and receive push notification reminders. Support multiple workout types."
Features generated
- Workout logging
- Weekly progress charts
- Goal setting
- Push notification reminders
Research Summarizer
An AI agent that accepts a research topic, searches the web, reads relevant sources, and produces a structured summary with citations.
Prompt
"Build an AI agent that takes a research topic, searches for recent information, reads the top results, and produces a structured summary with key findings and source citations."
Features generated
- Web search tool use
- Multi-source reading
- Structured summary output
- Citation tracking
Interactive Product Viewer
A browser-based 3D product configurator. Users can rotate a product model, change colors, and see different finishes in real time before purchase.
Prompt
"Build a Three.js 3D product viewer where users can rotate an object, select from color options, and see different material finishes in real time."
Features generated
- 3D model viewer
- Orbit camera controls
- Color selector
- Real-time material switching
Project Scaffolder
A CLI tool that scaffolds new project directories from templates. Select a project type, name the project, and get a pre-configured file structure.
Prompt
"Build a CLI tool that scaffolds project directories from templates. Support Next.js, React, and Node API templates. Accept project name and template as arguments."
Features generated
- Template selection
- Project naming
- File structure generation
- Package manifest output