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

# Developer Tools

Crypto space is exploding with multiple new projects with very real and productive use cases in DeFi, NFTs and web3 in the last two years. There is a frenzy of development activity on multiple L1 blockchains. Solana, specifically leading all the way with some very high quality projects.\
\
The transition to crypto world is currently is not very easy and have at least two chasms to cross

* The learning curve is steep&#x20;
* Lack of good developer tools

SolRazr Build aims to solve these two problems with a set of powerful developer tools for Solana. So, what is it really?

#### What is SolRazr Build?

It is a set of developer tools to manage your entire dApp development lifecycle on Solana. It will help you build, test, monitor, debug, document and publish your Solana dApps.

* **Build:** Define your apps, set your workspace, collaborate with your team members and more importantly, scale infinitely with custom SolRazr RPC endpoints.
* **Monitor:** Monitor your applications for response times, failed requests, rate limits and concurrent requests all from one dashboard
* **Debug:** Do a deep dive into issues for easy debugging
* **Webhooks:** Trigger notifications with a single click to your dApps based on specific triggers
* **Code templates and tutorials:** Access high quality code repositories and tutorials curated by the community to quickly start building
* **No-code tools:** Even non developers can quickly launch their dApps on Solana by simply interacting with our no-code platform

\
We have an ambitious roadmap ahead and are super stoked to get all of this into the hands of Solana developers. As we progress, we will share a detailed roadmap with the community. We would love to hear from all the Solana developers.\
\
Here’s to developer productivity!


---

# 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://solrazr.gitbook.io/solrazr/solrazr-introduction/developer-tools.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.
