Documentation Index
Fetch the complete documentation index at: https://help.notis.ai/llms.txt
Use this file to discover all available pages before exploring further.
Notis Apps are in beta. See Build and Ship Apps for the local coding-agent path.
- Install apps from the App Store with one click.
- Build your own apps, either by chatting with Notis or by coding them with your favorite local agent.
- Publish what you built to your team or to the public App Store.
What an app contains
An app is a single bundle that can include:- A UI — a small Vite + React app that renders inside the Notis Portal sidebar.
- Databases — first-class data stores the app owns (tasks, notes, contacts, deals…).
- Routes — the pages and sub-views you see in the sidebar.
- Automations — workflows the app sets up for you when installed.
- Skills — instructions and prompts the app brings along.
- Listing metadata — cover image, screenshots, tagline, category, version notes.
Where apps live
- App Store (
/store) — browse and install apps, public or shared with your team. - Your sidebar — installed apps appear under Apps in the sidebar, with their own routes and sub-pages.
- App Details (
/apps/[appId]) — cover, resources (views, databases, automations, skills), visibility settings, publish controls.
Visibility
Every app you create has a visibility setting on its App Details page:| Visibility | Who can install it |
|---|---|
| Personal | Only you. |
| Team | Members of your Notis team. |
| Public | Anyone with a Notis account, after the listing is approved. |
Two ways to build an app
There’s one entry point — the + Create app button in the App Store or the+ shortcut next to Store in the sidebar’s Customize section — and two paths from there:
- Build with Notis — describe what you want in chat, and Notis builds it for you in a sandbox.
- Build with your local code agent — you, Cursor, Claude Code, Codex, or another agent write the code locally.
Installing apps from the store
See Install apps from the store for browsing, installing, resetting, and uninstalling.Publishing apps you built
See Publish an app for the publish-to-team and publish-to-public flows.Related
- Ship Apps — use a coding agent to build and deploy apps to Notis Cloud.
- With Notis — the no-code/chat path.
- With your coding agent — the developer path.
- Publish — ship your app to team or public.

