Soleprint

Cada paso deja huella / Each step leaves a mark

Documentation

Quick Start

Build & Run

# Build standalone
python build.py dev
cd gen/standalone && .venv/bin/python run.py

# Build with room config
python build.py dev --cfg amar
cd gen/amar && .venv/bin/python run.py

# Visit http://localhost:12000

What Soleprint Solves

Freelance Work Standardization

Consistent framework across projects. Build once, reuse everywhere.

Missing Infrastructure

Mock external systems locally when you can't access client infrastructure.

Testing Environment

BDD -> Gherkin -> Tests. Explore behavior first, then generate tests.