schemd engineering vectors

01 / 11

Make your first diagram

Write a few lines of text and turn them into accessible SVG for circuits or UML.

01 / Install

Compile text into SVG

Open in playground

Install the core package:

sh

Compile a bounded document:

ts

Schemd runs on a server or during a build. It does not need a DOM, a font-loading pass, or a client-side layout library.

02 / Markdown

Keep Markdown in your app

Open in playground

Core does not ship a Markdown parser. Keep your parser on the server, recognize schemd fences, and send the fence body to the compiler.

sh
ts

Use that function from Marked, markdown-it, unified, or your own build pipeline. The website uses this exact server-only boundary, so no compiler or Markdown code reaches the browser.