> For the complete documentation index, see [llms.txt](https://docs.paytweed.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paytweed.com/developer-tools/example-projects.md).

# Example Projects

#### Live examples:

* Tweed's Demo: <https://demo.paytweed.com> (Recommended)\
  Incorporates both wallet and payment products, showcases both free-minting and paid checkout with ERC20 settlement. (see also [source code](https://github.com/paytweed/demo-v2-next/))
* Tweed's Events: <https://events.paytweed.com>

  Similar to the Tweed's Demo, both wallets and payments.\
  Showcases Freeminting.
* Intel Ignite Events: <https://events.intelignite.com>\
  A project with **Intel Ignite** - showcasing user wallets, and free minting.

#### Sourcecode examples:

* Tweed Demo: [Tweed Demo Source Code](https://github.com/paytweed/demo-v2-next/) (Recommended)\
  Includes example for how to implement both Wallets and Payments products.\
  Also its live on <https://demo.paytweed.com>
* Additional Wallets and Payments integration example: <https://github.com/paytweed/waas-and-payments-nextjs-example>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.paytweed.com/developer-tools/example-projects.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.
