2026-04-14 10:32:05 -03:00
2026-04-12 05:52:46 -03:00
2026-04-12 12:34:25 -03:00
2026-04-14 10:32:05 -03:00
2026-04-12 12:34:25 -03:00
2026-04-12 05:50:08 -03:00
2026-04-12 05:50:08 -03:00
2026-01-20 05:31:26 -03:00
2026-04-14 10:32:05 -03:00
2025-12-24 05:38:37 -03:00

soleprint

Development workflow platform. Wraps existing applications with tools, testing, and documentation — without touching source code.

Cada paso deja huella.

Quick Start

# Create a room
python -m init.cli myroom

# Build
python build.py --cfg myroom

# Run
cd gen/myroom/soleprint && docker compose up

# Visit http://localhost:12000

Or use the browser wizard: python -m init.webhttp://localhost:9000

Docs

cd docs && python -m http.server 8080
# http://localhost:8080

Structure

spr/
├── soleprint/          # Core framework
│   ├── artery/         # Connectors (veins, shunts, pulses)
│   ├── atlas/          # Documentation (books, templates)
│   └── station/        # Tools (tester, datagen, modelgen)
├── cfg/                # Room configurations
├── init/               # Room setup (CLI + web wizard)
├── docs/               # Documentation site
├── ctrl/               # Build/deploy scripts
├── build.py            # Build tool: cfg/ → gen/
└── gen/                # Built instances (gitignored)
Description
No description provided
Readme 9.8 MiB
Languages
Python 53%
HTML 37.8%
Vue 3.7%
Shell 2%
TypeScript 2%
Other 1.4%