> For the complete documentation index, see [llms.txt](https://docs.eitherway.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eitherway.ai/prompting-guide/eitherway-prompting-guide/build-mode-guide.md).

# Build Mode Guide

<div data-with-frame="true"><figure><img src="/files/fV2mCpR8SER0ALtr8PUe" alt=""><figcaption></figcaption></figure></div>

#### Web2 Mode

Use for applications that don't require blockchain interaction.

Best for:

* SaaS tools and dashboards
* Authentication and user management
* Payment processing with Stripe
* Content platforms and marketplaces
* Internal tools and analytics

<div data-with-frame="true"><figure><img src="/files/k6zhmuM9Mb0Eg0csFDOY" alt=""><figcaption></figcaption></figure></div>

#### Web3 Mode

Use for applications that interact with the blockchain.

Best for:

* Wallet integration and management
* Token creation and SPL token support
* Smart contract deployment
* NFT minting and collections
* DeFi interfaces and swap execution
* On-chain data and transaction history

#### Combining Both

The real leverage comes from combining Web2 and Web3 in the same application.

Example: A DeFi dashboard that uses Supabase for user accounts and preferences (Web2) while connecting to Solana for live portfolio data and swap execution (Web3).

Always specify which layers you need in your prompt.
