> ## Documentation Index
> Fetch the complete documentation index at: https://insight-flow.potatodog.cc/llms.txt
> Use this file to discover all available pages before exploring further.

# Deployment

> Local development and service startup notes

The repository currently focuses on local development and Docker-backed runtime setup.

## Local Development

Recommended commands:

```bash theme={null}
make bootstrap
make doctor
make dev-local
```

## Start Services Separately

```bash theme={null}
make infra-up
make migrate
make backend
make frontend
```

## Main Dependencies

* Postgres
* Redis
* Python 3.12+
* Node.js 18+

## Verification

* Frontend: `http://localhost:3018`
* Backend OpenAPI: `http://localhost:8000/docs`
* Health check: `http://localhost:8000/health`

## Notes

* Browser collection support requires `make backend-browser-deps`
* The first backend startup initializes the default user and preset sources
