# Full Examples

Here's a list of full examples of the Widget in action. You can download the source code for each example and run it locally.

# Table of contents

Tech stack Situation
HTML/JS EVM + wallet
HTML/JS Near + wallet
Create React App EVM + wallet
Next.js EVM + wallet
Gatsby EVM + wallet

# HTML/JS with EVM web wallet support

Live example
/integration-examples-built/evm-no-react

Download source code
evm-no-react.zip

:::code source="../../integration-examples/evm-no-react/index.html" title="index.html" :::

# HTML/JS with Near Wallet support

Live example
/integration-examples-built/near-no-react

Download source code
near-no-react.zip

:::code source="../../integration-examples/near-no-react/index.html" title="index.html" :::

# Create React App with EVM web wallet support

Live example
/integration-examples-built/evm-cra-example

Download source code
evm-cra-example.zip

# Next.js with EVM web wallet support

Live example
/integration-examples-built/evm-next-example

Download source code
evm-next-example.zip

# Gatsby with EVM web wallet support

Live example
/integration-examples-built/evm-gatsby-example

Download source code
evm-gatsby-example.zip