Writing clear and descriptive prompts helps Dashwave AI understand your intent and generate accurate code. The better your prompt, the more aligned the output will be with what you expect.

Here are best practices and prompt examples to help you get the most out of Dashwave AI.


โœ… Be Clear with Navigation Instructions

If you're creating a new screen or component, specify how it should connect with the rest of the app.

Example Prompt:

๐Ÿ“ โ€œOn click of the โ€˜Loginโ€™ button, it should navigate to the Home screen.โ€


โœ… Mention the Purpose of the Feature

Start by telling the AI what youโ€™re trying to build. This sets the context.

Example Prompt:

๐Ÿ“ โ€œCreate a profile edit screen where users can update their name, email, and profile picture.โ€


โœ… Specify the Screen or Component Name

Naming helps AI organize your project structure better.

Example Prompt:

๐Ÿ“ โ€œAdd a new screen called 'SettingsScreen' under the navigation stack.โ€


โœ… Indicate Where the Feature Belongs

Let AI know where to place the new logic or UI component in the codebase.