Submit a widget

Once your widget is ready, submit it to the Appinapp gallery.

Requirements

Before submitting, make sure your widget meets these requirements:
  1. Public GitHub repo ending with .widget (branch must be main)
  2. widget.json with name, description, author, email
  3. index.jsx (your widget code)
  4. screenshot.png (preview image for the gallery)
  5. README.md (docs for users)

How to submit

  1. Go to the Submit page
  2. Paste your GitHub repo URL
  3. The app validates your widget automatically
  4. 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