Submit a widget
Once your widget is ready, submit it to the Appinapp gallery.
Requirements
Before submitting, make sure your widget meets these requirements:
- Public GitHub repo ending with
.widget(branch must bemain) - widget.json with name, description, author, email
- index.jsx (your widget code)
- screenshot.png (preview image for the gallery)
- README.md (docs for users)
How to submit
- Go to the Submit page
- Paste your GitHub repo URL
- The app validates your widget automatically
- Once approved, your widget appears in the gallery
Repo URL format
Your repo URL must follow one of these patterns:
Standard repo:
https://github.com/owner/MyWidget.widget
Monorepo (widget as subdirectory):
https://github.com/owner/repo/tree/main/MyWidget.widget