> For the complete documentation index, see [llms.txt](https://docs.gooddollar.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gooddollar.org/for-developers/developer-guides/deploy-your-own-gooddapp-ui.md).

# Deploy your own GoodDapp UI

GoodDollar is currently not running its frontend — making the system more decentralized and censorship-resistant.&#x20;

In the case of users who can't use any Community Deployed front-end, they can choose to deploy their own Gooddollar Protocol V2 User Interface (UI) by forking the ProtocolUI code from the Open-Sourced GoodDollar Github repository.

### Deploy your own GoodDollar UI Tutorial

#### This will be done by a few simple steps based on the open-source repository you can find [here](https://github.com/GoodDollar/GoodProtocolUI).

This tutorial will show you how to deploy it using Netlify, but you can use Vercel, Heroku, or other services.

1. Go to the [GoodProtocolUI repository on Github](https://github.com/GoodDollar/GoodProtocolUI) and fork it to your Github account.
2. Clone it locally and install the dependencies by running the command 'yarn' on your terminal.
3. Run the 'yarn start' command in your terminal in order to run it locally on your machine.
4. Make any changes relevant for you and push them to your repository on Github.
5. Go to [Netlify](https://www.netlify.com/) and log in using your Github account.
6. Go to your [Netlify app](https://app.netlify.com/) and click on "New site from Git":                                                      &#x20;
7. Select Github:                                                                                                                                                                                     <img src="/files/gcqQ3DFPNzAKXhDdzklI" alt="" data-size="original">
8. Choose the \<your\_github\_username>/GoodProtocolUI
9. Click on Show advanced button:                                                                                                                                                     <img src="/files/yiBmQDMm4TddrpHyfRMQ" alt="" data-size="original">
10. Add a new variable with this key-value pair:                                                                                                                                         ![](/files/oqc7VKz4xgTVT5mVViyF)
11. Deploy your site:                                                                                                                                                                              ![](/files/pmQJOdZyNQ4yhvOQSOmt) &#x20;
12. It will take a few minutes, you could see the progress here:                                                        ![](/files/IZ9ARgmE5NdHrUmYE8xQ)
13. After it's finished your site is basically on air and is accessible through the address shown at the top of the page, you could connect your own domain by clicking here:                                                        ![](/files/8AFTEsGD4Xax3oo9d8yw)&#x20;
14. Every change you will make and push to your 'master' branch on your forked repo will automatically be deployed to your website.

![](/files/x2YS6SqrQ78nGo9H8E7V)

### Community Deployed GoodDollar UI <a href="#community-ui" id="community-ui"></a>

* <https://gooddapp.org>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.gooddollar.org/for-developers/developer-guides/deploy-your-own-gooddapp-ui.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
