Guides

How-to guides

Step-by-step guidance for getting the best results from WandGx — from prompt writing to deployment.

Prompts

How to write effective prompts

Learn the structure of a good WandGx prompt. Include the right level of detail — enough for accurate generation, not so much that you constrain the output unnecessarily.

  1. 1Start with the core purpose: what the app does in one sentence
  2. 2Describe your target user: who will use it and in what context
  3. 3List key features: the 3–7 things the app must do
  4. 4Specify data requirements: what gets stored, read, or processed
  5. 5Note integrations: APIs, databases, or external services needed
Web Apps

Building web apps with WandGx

Web app builds use Next.js 15 with the App Router. Understand what to include in your prompt for the best web app output.

  1. 1Describe the page structure: what routes exist and their purpose
  2. 2Include auth requirements: who can access what
  3. 3Specify the data model: what entities exist and their relationships
  4. 4Note styling preferences: any design system or brand requirements
  5. 5List third-party integrations: payment, analytics, email, etc.
Mobile Apps

Building mobile apps with WandGx

Mobile builds use React Native with Expo. Include platform-specific details in your prompt for the right output.

  1. 1List the screens: home, detail, settings, onboarding, etc.
  2. 2Specify device APIs needed: camera, location, push notifications
  3. 3Describe navigation: tab bar, stack, drawer, or hybrid
  4. 4Include auth requirements: social login, email, biometrics
  5. 5Note offline requirements: what should work without network
Validation

Reading and resolving validation reports

Every build includes a validation report. Learn how to read it and resolve issues.

  1. 1Check the severity level: critical blocks delivery, warnings and info do not
  2. 2Find the affected file and line number in each issue
  3. 3Read the plain-language description and suggested fix
  4. 4For critical issues: resubmit with a prompt that addresses the root cause
  5. 5For warnings: evaluate if the issue affects your use case before ignoring
Games

Building games and interactive experiences

Game builds support Three.js (browser) and Godot 4 (cross-platform). Choose the right engine for your use case.

  1. 1Pick the engine: Three.js for browser-first, Godot for full games
  2. 2Describe gameplay: core loop, objectives, controls, and win/lose conditions
  3. 3List visual requirements: art style, perspective (2D/3D), color palette
  4. 4Specify audio: background music, sound effects, silence
  5. 5Note difficulty and progression: levels, unlocks, scoring

Apply what you've learned

Start a build and put these guides into practice.