# Loopstack Studio

This is the frontend for Loopstack AI. It is the main application where users can start and manage their workflows.

## Development

### Prerequisites

- Node.js 18+
- npm or pnpm

### Getting Started

```bash
# Install dependencies
npm install

# Start development server
npm run dev

# Run tests
npm test

# Lint code
npm run lint

# Format code
npm run format
```

### Building

```bash
# Build application
npm run build

# Build as library
npm run build:lib
```

## Docker

The Docker image is available at: `ghcr.io/loopstack-ai/loopstack-studio`
