# Zero to App in 5 Minutes

Jump straight into building on Verona with ready-made app templates that require little to no setup. These guides are designed to give developers an instant hands-on experience with building on Verona, without needing to write or compile code, set up a local dev environment, configure complex Treasury contracts, or build out a frontend.

## What’s Included in Each Guide

Each App guide provides:

* **A working smart contract** — already instantiated and ready to use.
* **A configured Treasury contract** — already set up with:
  * **Fee Grants** to enable gasless transactions for users.
  * **Authorization Grants** that allow your frontend to execute transactions on the user’s behalf.
* **A prebuilt frontend** — all you need to do is deploy it (or run it locally) to interact with the smart contract.

Within minutes, you’ll go from nothing to a fully live, interactive app on Verona, complete with a **Meta Account** login experience and transaction-ready frontend.

The following guides are currently available:

<table data-view="cards"><thead><tr><th></th></tr></thead><tbody><tr><td><a href="/pages/QU95rXuvPMsyY46g6i5s"><strong>Launch a User Map App on Verona in 5 Minutes</strong></a><br>Go from nothing to a fully live, interactive dapp on Verona in 5 minutes.</td></tr><tr><td><a href="/pages/fcZ5BZxlCbwr4BYQnoiJ"><strong>React Native Mobile App on Verona in 5 Minutes</strong></a><br>Create a Mobile app on Verona in 5 minutes.</td></tr><tr><td><a href="/pages/E0mMxtVdYekFQkxclQIZ"><strong>Build a TODO App using the Collection-Document Storage Smart Contract</strong></a><br>Create a TODO Mobile app on Verona in 5 minutes.</td></tr></tbody></table>


---

# 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.burnt.com/verona/build-on-verona/computation/quick-start/zero-to-dapp-in-5-minutes.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.
