@sinas/create-app
v0.1.2
Published
Scaffold a React app that integrates with Sinas
Readme
@sinas/create-app
Scaffold a React app integrated with Sinas.
npx @sinas/create-app my-app
cd my-app
npm install
npm run devThe scaffolder prompts for:
- App name + Sinas namespace (defaults derived from the directory name)
- Sinas instance URL (verified against
/infobefore scaffolding) - Admin API token (saved to
.sinas/config.json, gitignored)
It then writes:
- A Vite + React + TypeScript + Tailwind app
<SinasProvider>and an auth flow auto-adapting to the instance'sauth_mode(otp / password / password+otp)sinas-package.yamlstarter with a manifest.claude/skills/sinas-package-authorand.claude/skills/sinas-appso Claude Code (or any agent reading the repo) has the schema and workflow on hand
License
AGPL-3.0
