For the complete site index, see llms.txt. Docs index: llms-docs.txt. Marketing corpus: llms-full.txt. Docs corpus: llms-full-docs.txt. Prefer markdown URLs where available (append .md).. Product skill: skill.md. Pricing: pricing.md. Docs MCP: /docs/mcp. Site MCP: /mcp.

CHANGELOG/4 SEPTEMBER 2025

Migration to Drizzle ORM & PostgreSQL

Infrastructure
Backend

Replaced raw SQL queries with type-safe Drizzle ORM schemas (packages/db) and automated migrations.

PLANNING

  • ORM migration rationale. Selected Drizzle ORM for its zero-overhead SQL-like syntax and strict TypeScript schema inference.

BACKEND

  • Drizzle migration. Migrated all database models to type-safe Drizzle ORM schemas in packages/db.
  • PostgreSQL integration. Automated schema migrations and compile-time type safety across database queries.

DEVOPS

  • Migration scripts. Added drizzle-kit migration pipelines and automated schema verification in CI.
Reloop