Skip to main content

Administrator & deployment guide Work in progress

Work in progress (WIP)

This section contains technical documentation for system administrators, DevOps engineers, and developers hosting or contributing to the LITEFile application.

LITEFile is built as a lightweight, production-grade Django ASGI web application designed for high security, low operational overhead, and straightforward deployment on modern container platforms like Fly.io, AWS ECS, or Kubernetes.


Technical stack at a glance

  • Backend runtime: Python 3.12 with Astral uv package manager
  • Web framework: Django 5.2 (ASGI) with Gunicorn and Uvicorn workers
  • Database: SQLite (local development) / PostgreSQL with connection pooling (staging & production)
  • Static assets: WhiteNoise with compression and cache manifests
  • Document storage: AWS S3 with pre-signed URLs and IAM least-privilege policies
  • E-filing integration: Tyler Technologies EFM / EFSP REST API
  • AI / OCR engine: OpenAI-compatible LLM gateway with MarkItDown PDF processing

Guides in this section