How It Works
From prompt to reviewable app
WandGx takes a natural language description and generates an application project with validation, preview, source, and publish status attached. Here is what happens at each stage of the build pipeline.
The build pipeline
Write a prompt
Describe the app you want to build in natural language. Be as specific or as high-level as you like — WandGx resolves ambiguity through structured generation. Include the target platform, key features, data needs, and user types.
Tip: Better prompts produce better apps. Include context about your users and the core problem your app solves.
Choose an engine
Select the output type for your build. Each lane is optimized for its target platform: web app, mobile, connected app, game, and more.
Tip: The selected lane determines the output shape and validation rules applied to your build.
Generation
WandGx generates project output with file structure, components, routing, API integrations, authentication, database schema, and deployment context when requested. This is a project handoff, not a code snippet.
Tip: Generation typically completes in 2–5 minutes depending on app complexity.
Automated validation
Configured build lanes run validation before readiness claims are surfaced. Validation checks for broken imports, missing pages, dependency mismatches, launch errors, and accessibility issues.
Tip: When validation runs, you receive a detailed report regardless of pass/fail status.
Delivery and deployment
The build is delivered with preview, publish status, and source handoff when artifact evidence exists. A public hosted path should appear only after publish and hosting checks support it.
Tip: You own exported source code. WandGx has no claim on your output.
Engines and output types
Each lane produces a different output type with validation tailored to that product shape.
FAQ
What happens if the generated app has issues?
WandGx validation is designed to catch issues before readiness claims are surfaced. If something gets through, you can resubmit with an updated prompt that describes the fix. Each build is independent — iterate until the output meets your requirements.
Can I customize the generated code?
Yes when source export evidence exists. The generated output is standard source code for the app lane you chose. Open it in any editor, modify it, add to it, and deploy it like any other project.
Does WandGx remember my previous builds?
Your build history is available in the Projects section of your account. You can view past builds, their validation reports, and their delivery status at any time.
What source format does WandGx output?
The source format depends on the selected build lane. WandGx keeps the output reviewable and tied to the requested app type.
Related