Skip to main content
Noah lets you launch a full dApp from a single conversation. In this guide, you will go from a blank idea to a live app using the Noah chat interface — no local setup or manual scaffolding required. Noah home screen

Before you start

  • Create or log into your Noah account: Visit https://trynoah.ai and sign in.
  • Use a modern browser: We recommend a Chromium-based browser like Chrome or Brave for the best experience.
  • Have a wallet ready (optional): If you plan to deploy on-chain or interact with Solana programs, make sure you have a compatible wallet installed and funded on the right network (for example, Devnet for testing).

Launch your first Noah project

You can build many different experiences with Noah — from token launchpads to NFT marketplaces — but the flow to create them is always similar. Follow these steps to ship your first app.
1

Open Noah and start a new build

Go to https://trynoah.ai and click the main call-to-action to open the chat workspace. This is where you describe what you want to build and see your app come to life.
2

Describe the dApp you want to build

In the chat box, describe your idea in natural language. Be specific about what the app should do, who it is for, and which chain you want to use (for example, Solana).Example prompt:
Build a meme coin launchpad dApp on Solana where users can create their own tokens, configure supply and fees, and see a dashboard of launched coins. Include wallet connect, a responsive UI, and a simple analytics section.
Noah uses this prompt to generate your web app, backend, and onchain logic where applicable.
3

Review the generated app

Once Noah finishes generating, use the preview to click through the main screens. Check that the navigation, forms, and flows match what you had in mind. If something feels off, just write a follow-up message like “Make the hero section more compact” or “Add a confirmation step before launching a token” — Noah will update the app accordingly.
4

Add or connect on-chain programs (optional)

For onchain functionality, ask Noah to generate and wire up a Solana program or smart contract. Noah will create the program, generate tests, and guide you through deployment to Devnet so you can safely try it out before going to mainnet.You can always refine the onchain logic with additional prompts (for example, adding new launch parameters or changing how fees work).
5

Test and publish

When you are happy with the experience, run through a final test in the preview: connect your wallet, perform a sample transaction, and confirm that the UI updates as expected.When everything looks good, use the publish controls in Noah to deploy your app and get a live URL you can share with others.

Prompting tips for better results

Great prompts lead to cleaner apps. Use these patterns to get the most out of Noah.
  • Be explicit about user actions: Describe what users should be able to click, fill in, and see on each screen.
  • Specify the chain and environment: Mention whether you want to start on Solana Devnet, mainnet, or another supported network.
  • Call out key business rules: Include details like fee structure, limits, and access control in your prompt instead of leaving them implied.
  • Iterate in small steps: After the first version, ask Noah for focused changes like “add pagination to the dashboard table” or “simplify the launch form”.
For more detailed guidance, read the full Prompting Best Practices guide.

What’s next?

Build a dApp from scratch

Follow a step-by-step tutorial to create a Meme Coin Launchpad dApp using Noah.

Explore what you can build

See popular project types and ideas for your next dApp.

Learn the basics of dApps

Get a quick primer on what dApps are and why they matter.