# About

dApp Launchpad is a CLI tool to quickly initialise a fully-integrated DApp project, create a development environment, and deploy everything to production.

Every step of the way is automated! [🚀](https://emojipedia.org/rocket)

dApp projects are divided into two parts - Frontend (inside `./frontend`) and Smart contracts (inside `./smart-contracts`), with the frontend running on Next.js, and smart contracts running in a Hardhat environment.

The tool automates basic interactions, such as auto-updating contract artifacts and  (re)deploying contracts on code changes, HMR in frontend on code changes, and many more!

To get started, read [Quickstart](/dapp-launchpad/introduction/quickstart.md). To get in-depth about the capabilities of this tool, read [Workflow](/dapp-launchpad/workflow/frontend.md).


---

# 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://0xpolygon.gitbook.io/dapp-launchpad/introduction/about.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.
