Same core, with or without a UI
Boot a trimmed core instance: headless REST API on the left, a pluggable UI reading the same data on the right.
Headless · REST API
Editing: -
Equivalent curl
curl -X POST http://localhost:5000/api/demo/eval -d '{"tier":"standard","action":"list"}'
minimal-ui
Example UI plugged onto the standard core
Swappable
This UI only talks to the wiki store API. Unplug it and swap in the official UI or your own.
Measured sizes
Tier
Includes
Raw
gzip
Shape
nano
boot kernel + tiddler store + module loader
48,212 B
17,934 B
headless script / embedded
lite
+ storage adaptors (filesystem / tiddlyweb) + autosave + browser savers ×15
327,680 B
89,455 B
headless REST API
standard
+ filter engine + wikitext parser + renderer + widgets
1,124,396 B
318,742 B
headless API + pluggable UI
full
+ full official UI (Story / sidebar / themes)
2,684,110 B
742,368 B
Full single-file wiki
Demo instances run for real in the backend sandbox. Changes take effect instantly and are discarded on stop (unless saved to disk on lite+).