notis-apps

Installation
SKILL.md

Notis Apps Skill

Use this skill when the user wants a packaged Notis app -- task manager, CRM, dashboard, internal tool, etc. Notis apps are Vite + React projects that deploy into the Notis portal as installed apps for the current user or team.

Run the Notis CLI through NPX, for example npx --package @notis_ai/cli@latest -- notis apps list. Sign the CLI in once with notis login; each account you authorize is a profile you can switch between with notis profile use. The CLI bundles this notis-apps base skill and refreshes its canonical copy under ~/.notis/skills/base/ on every launch. It is independent of account-skill sync, feature flags, target selection, and cloud deletion.

How Apps Are Built

All Notis apps are built using the Notis CLI, either locally in a repo workspace or inside a Vercel Sandbox. The platform contract is the same in both cases:

  • the app is a Vite + React project
  • the app uses @notis/sdk
  • the app is packaged as an ES module bundle
  • the portal renders it as a React component inside the portal's React tree

App Workspace Tool Rules

Installs
34
First Seen
Aug 8, 2026
notis-apps — mindtheflo/notis-skills