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/24 NOVEMBER 2025

Attachment Upload & S3 Storage Service

Infrastructure
Backend

Built dedicated upload microservice (apps/backend/upload) to store email attachments with presigned URLs.

PLANNING

  • Attachment storage design. Designed S3 and MinIO storage abstraction with upload status tracking in packages/db/src/schema/upload.ts.

BACKEND

  • Upload service. Built apps/backend/upload with S3 and MinIO compatibility for secure attachment file handling.
  • Presigned URLs. Generated short-lived presigned upload URLs and authenticated attachment stream downloads.
Reloop