Skip to content

Cifras Backend Documentation

Welcome. This site is the engineering reference for the Cifras Strawberry backend.

The current focus is the PAC (Proveedor Autorizado de Certificación) integration — the flow that turns an internal invoice into a legally-valid Panamanian electronic invoice authorized by the DGI.

Where to start

Running these docs locally

uv sync --group dev
uv run mkdocs serve

Then open http://127.0.0.1:8000.

To build a static site:

uv run mkdocs build

The output lives in site/.