Reassemble the TiddlyWiki core at the size you need
Split the 2.6MB monolithic core into layered modules you can toggle freely: data, filters, wikitext, UI — each layer pluggable on its own.
nano
48
KB
—
headless / embedded
boot kernel + tiddler store + module loader
lite
320
KB
—
API server
nano + storage adaptors (filesystem / tiddlyweb) + autosave + REST server + browser savers ×15
standard
1.1
MB
—
renderable content
lite + filter engine + wikitext parse/render + base widgets
full
2.6
MB
—
full experience
standard + full official UI
Module list
Grouped by module type · representative modules per group; full list in the module graph
Build panel
87
modules
42
filter ops
38
widgets
Size estimate
raw 1.1 MB · gzip ~310 KB
nano
lite
standard
full
Target
Single-file HTML
open in a browser
Node.js core lib
require() it
Last build
#12
tw-standard-1.1mb.html
1,124,396 B · gzip 318,742 B
2024-05-18 14:32
Zero dependencies
No frameworks or third-party modules in the output
Two targets
One core, switch freely between single-file browser build and Node.js
Ecosystem compatible
Official plugins and themes install as usual