# Templates & Scaffolds

#### Scaffold Templates (Instant - 5 seconds)

**Web2 Templates:**

| Template            | Description              | Stack                        |
| ------------------- | ------------------------ | ---------------------------- |
| SaaS Landing        | Startup landing page     | React + Tailwind + shadcn/ui |
| E-commerce Shop     | Full shopping experience | React + Tailwind + Cart      |
| Developer Portfolio | Professional portfolio   | React + Animations           |
| Financial Dashboard | Multi-page finance app   | React + Recharts             |
| Analytics Dashboard | Metrics visualization    | React + Charts               |

**Web3 Templates:**

| Template         | Description            | Stack                 |
| ---------------- | ---------------------- | --------------------- |
| NFT Marketplace  | Trading platform       | Wagmi + Viem + AppKit |
| Token Deployer   | ERC-20 creation        | Wagmi + Viem          |
| Web3 Escrow      | Trustless transactions | Wagmi + Viem          |
| Crypto Dashboard | Price tracking         | CoinGecko API         |

**Solana Templates:**

| Template              | Description          | Description     |
| --------------------- | -------------------- | --------------- |
| Solana Token Deployer | SPL token creation   | @solana/web3.js |
| Solana NFT Minter     | Metaplex NFT minting | Metaplex SDK    |

***

#### Using Templates

`User: "Create a SaaS landing page"`\
`AI: [Loads scaffold in 5 seconds]`

`User: "Create a custom booking platform"`\
`AI: [Generates from scratch in 30 seconds]`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.eitherway.ai/documentation/reference/templates-and-scaffolds.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
