Quick Start Guide
Get Loopstack running locally in under a minute.
Prerequisites
- Node.js 18.0+
- Docker
- Git
Install
npx create-loopstack-app my-projectRun
cd my-project
npm run startYour application is now running at: http://localhost:5173
Set Up API Keys
To use AI features, create a .env file in your project root and add your Anthropic API key:
ANTHROPIC_API_KEY=your_anthropic_api_keyWhat’s Next
- Core Concepts — Understand the building blocks
- Your First Workflow — Build a real workflow step by step
Last updated on