Deck engine
Brand-aligned decks for Monthly and internal presentations — built as
data, rendered on the shared Inly core. Write a deck.json,
push, and it’s live here.
Everything lives in the inly-3.0 monorepo under apps/slides.
git clone git@github.com:InlyTechnology/inly-3.0.git cd inly-3.0
/slides skill
Tell it what the deck is — e.g. “Monthly för juli: följ upp
Q2-målen, MRR och nya Core-avtal.” It scaffolds
apps/slides/monthly/<month>/, writes
deck.json from your numbers, and follows the Inly voice.
Hand it the real figures — it never invents a metric.
Serve the slides root and open your folder. Edit deck.json and refresh — no build step.
python3 -m http.server -d apps/slides 8000 # → http://localhost:8000/monthly/<month>/
Once merged, Vercel deploys it automatically. Your deck is at slides.inly.se/monthly/<your-folder>/. Decks aren’t listed anywhere — share the direct link with whoever needs it. Export a print-sharp PDF alongside it with:
bash apps/slides/scripts/build-pdf.sh monthly/<month>