## 1. Create app
![[get-started-1.png]]
1. Choose a name for your HTML App
2. Click "create site"
## 2. Paste your HTML code
![[get-started-2.png]]
1. Open the code editor by clicking "Edit Code" in the app's menu
2. Paste in your HTML
## 3. Include starter kit script (optional)
![[get-started-3.png]]
1. Paste Hyperclay's starter kit script:
```html
<script src="https://hyperclay.com/js/hyperclay-starter-kit.js" type="module"></script>
```
2. Save the page
## 4. Visit your published page
![[get-started-4.png]]
1. Go to https://{your-app}.hyperclay.com
2. Make updates using your page's UI or DevTools
3. Share it with friends