@askable-ui/create-app
v0.15.0
Published
Scaffold an AI-native app with askable-ui — React, Vue, Svelte, or Next.js in one command
Maintainers
Readme
@askable-ui/create-app
Scaffold a runnable React + Vite + CopilotKit + askable-ui starter app.
Usage
npm create @askable-ui/app my-app
cd my-app
npm install
npm run devThe generated app includes:
- a small analytics dashboard annotated with
data-askable useAskable()pre-wired for hover + click focus tracking- a
useAskableSource()example that exposes full deal data beyond the selected row - region, circle, and lasso capture buttons for explicit page-area context
- highlighted-text capture for "use this copy" prompts
useCopilotReadable()pushing current and recent Askable context into CopilotKit- a local Express runtime wired to
@copilotkit/runtime - a starter README and
.env.example
Notes
- The scaffold writes files only. It does not auto-run
npm install. - If
OPENAI_API_KEYis missing, the generated runtime still starts so the app boots locally, but Copilot responses stay disabled until you add a real key.
