objectstack-quickstart

Installation
SKILL.md

Quickstart — ObjectStack Project Bootstrap

Expert instructions for creating, configuring, and bootstrapping ObjectStack projects. Covers project scaffolding, defineStack() configuration, driver selection, adapter integration, and the runtime boot sequence.


When to Use This Skill

  • Creating a new ObjectStack project from scratch.
  • Choosing the right project template (minimal-api, full-stack, plugin).
  • Writing or modifying objectstack.config.ts (defineStack() config).
  • Selecting a database driver (Memory, SQL, Turso).
  • Integrating with a web framework (Hono, Express, Fastify, Next.js, etc.).
  • Understanding the runtime boot sequence and plugin loading order.
  • Setting up multi-app composition with composeStacks().
  • Answering "how do I get started?" questions.
Installs
7
GitHub Stars
9
First Seen
Apr 14, 2026
objectstack-quickstart — objectstack-ai/framework