Soleprint

Cada paso deja huella

Pluggable stuff to tackle any challenge Piezas enchufables para cualquier desafio

Try the Demo Ver Demo

The Three Systems Los Tres Sistemas

Quick Start

# Clone
git clone https://git.mcrn.ar/soleprint
cd soleprint

# Setup (once)
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt

# Option 1: Build standalone (soleprint only)
python build.py --cfg standalone
cd gen/standalone && ./ctrl/start.sh
# Visit http://localhost:12000

# Option 2: Build managed room (soleprint + your app)
python build.py --cfg myroom
cd gen/myroom && ./ctrl/start.sh
# Visit http://myroom.spr.local.ar

# Option 3: Use the installer (coming soon)

Minimal config example: Ejemplo de config minima:

// cfg/myroom/config.json
{
  "room": "myroom",
  "artery": {
    "veins": ["google", "jira", "slack"],
    "shunts": ["mercadopago"]
  },
  "atlas": {
    "books": ["gherkin", "feature-flow"]
  },
  "station": {
    "tools": ["tester", "modelgen"],
    "monitors": ["databrowse"]
  }
}

Architecture Arquitectura

Deep dive into how soleprint works.

Profundizando en como funciona soleprint.