Installable application blueprints with pre-configured primitives, experiences, and schemas
Template Packs are pre-configured application blueprints that give you:
The category-defining UX:
"Stay on the same screen while the system reshapes around you"
All without navigation, all context-driven.
Choose a template pack to instantly set up your app with pre-configured primitives, experiences, and schemas
Multi-tenant SaaS with onboarding, dashboard, billing
Social platform with feeds, profiles, and user interactions
Content streaming and media platform with playback
E-commerce marketplace with buyers, sellers, and payments
import { loadTemplatePack, installTemplatePack } from '@stacklive/template-pack-sdk';
// Load a template pack
const pack = await loadTemplatePack('saas');
// Install to builder state
const state = installTemplatePack(pack);
// Apply to your app
setInstalledPrimitives(state.installedPrimitives);
setConfigs(state.configs);
setExperiences(state.experiences);
setContextSchema(state.contextSchema);
setMemorySchema(state.memorySchema);
setPolicies(state.policies);Learn more about template packs and how to create your own.
You now have the first OS for context-aware internet apps:
"Shopify + Figma + Segment for portable apps"