Project templates for Stackable Labs cli.
| Template | Description | Usage |
|---|---|---|
| app-extension | Full-stack extension starter with preview host | npx @stackable-labs/create-extension my-extension |
The easiest way to use these templates is through the Stackable CLI:
npx @stackable-labs/create-extension my-extensionThis will scaffold a new extension project with:
packages/extension/— Your extension source codepackages/preview/— Local preview host app for development- Preconfigured Vite, TypeScript, and Turborepo setup
- Hot-reload development workflow via
pnpm dev
See individual template directories for license information.