Markdown notes backed by a GitHub repository. The product code lives in app/; mobile shells live under platforms/.
app/- Svelte app sourceplatforms/ios/- Capacitor iOS shellplatforms/android/- Capacitor Android shell
npm install
npm run dev
npm run build
npm run check
npm run test:e2e
npm run mcp:notitMobile builds:
npm run ios
npm run androidThe app ships with the public GitHub OAuth client id in app/.env:
VITE_GITHUB_CLIENT_ID=...NOTIT_REPO_DIR=/absolute/path/to/your/notit-notes-repo npm run mcp:notitUse this for local Codex integration. ChatGPT mobile should read the same GitHub notes repo through the Notit GPT or a GitHub connector.