> ## Documentation Index
> Fetch the complete documentation index at: https://docs.celo.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Build with Celo

How to build and deploy a dApp with Celo.

***

## Using Celo Composer

[Celo Composer](https://github.com/celo-org/celo-composer) allows you to quickly build, deploy, and iterate on decentralized applications using Celo. It provides a number of frameworks, examples, and Celo specific functionality to help you get started with your next dApp.

```jsx theme={null}
npx @celo/celo-composer@latest create
```

<Tip>
  Learn more about Celo Composer in the [README](https://github.com/celo-org/celo-composer) and [Documentation](https://celo-composer.gitbook.io/docs/)
</Tip>

## Using EVM Tools

```mdx-code-block theme={null}
Developers can build with Celo using many [Ethereum](https://ethereum.org/en/) compatible tools including Remix, Hardhat, and others. By making a few adjustments to your project’s network configuration settings, you can deploy your new or existing dApp on Celo.
```

* [Using thirdweb](/developer/deploy/thirdweb/overview)
* [Using Remix](/developer/deploy/remix)
* [Using Hardhat](/developer/deploy/hardhat)
