๐Ÿ“ฆ Template Packs

Installable application blueprints with pre-configured primitives, experiences, and schemas

๐Ÿš€ What are Template Packs?

Template Packs are pre-configured application blueprints that give you:

  • โœ“Primitives - Pre-installed UI components
  • โœ“Experiences - Context-aware variant mappings
  • โœ“Context Schemas - Dimension definitions (actor, tenant, device)
  • โœ“Memory Schemas - Portable user data structures
  • โœ“Policies - Access control rules

The category-defining UX:

"Stay on the same screen while the system reshapes around you"

  • โ†’ User logs in โ†’ Sidebar appears
  • โ†’ User upgrades โ†’ Features unlock live
  • โ†’ User switches device โ†’ Layout adapts

All without navigation, all context-driven.

Template Library

Choose a template pack to instantly set up your app with pre-configured primitives, experiences, and schemas

๐Ÿš€

SaaS Application

saasยทv1.0.0

Multi-tenant SaaS with onboarding, dashboard, billing

  • โœ“User authentication
  • โœ“Admin dashboard
  • โœ“Role-based access
  • โœ“Settings panel
  • +2 more features
Includes:
๐Ÿ“ฆ5 primitivesโœจExperiences๐ŸŽฏContext๐Ÿ’พMemory๐Ÿ”’Policies
Click to select
๐Ÿ‘ฅ

Community Platform

communityยทv1.0.0

Social platform with feeds, profiles, and user interactions

  • โœ“Activity feed
  • โœ“User profiles
  • โœ“Content moderation
  • โœ“Social interactions
  • +2 more features
Includes:
๐Ÿ“ฆ6 primitivesโœจExperiences๐ŸŽฏContext๐Ÿ’พMemory๐Ÿ”’Policies
Click to select
๐ŸŽฌ

Media Platform

mediaยทv1.0.0

Content streaming and media platform with playback

  • โœ“Content streaming
  • โœ“Watch history
  • โœ“Personalized recommendations
  • โœ“Multi-device support
  • +2 more features
Includes:
๐Ÿ“ฆ5 primitivesโœจExperiences๐ŸŽฏContext๐Ÿ’พMemory๐Ÿ”’Policies
Click to select
๐Ÿ›’

Marketplace

marketplaceยทv1.0.0

E-commerce marketplace with buyers, sellers, and payments

  • โœ“Product listings
  • โœ“Shopping cart
  • โœ“Seller dashboard
  • โœ“Order management
  • +2 more features
Includes:
๐Ÿ“ฆ6 primitivesโœจExperiences๐ŸŽฏContext๐Ÿ’พMemory๐Ÿ”’Policies
Click to select

๐Ÿ’ปSDK Usage

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);

๐Ÿ“š Documentation

Learn more about template packs and how to create your own.

๐ŸŽฏ This is Massive

You now have the first OS for context-aware internet apps:

  • โœ“ Portable app runtime
  • โœ“ Capability negotiation
  • โœ“ Visual experience builder
  • โœ“ Installable app blueprints

"Shopify + Figma + Segment for portable apps"