SocratessTutorials in Law

Open source

The source

Everything that builds this site is published here under the MIT licence — free to read, use, modify and redistribute. No account, no sign-up.

Download the source · 478 KB

60 files · commit 0399ec5 · built 17 August 2026

What is in it

The complete site: the markdown parser, the scroll- and press-reactive WebGL backdrop, the essay submission Function, and the scripts that sync and deploy it.

What is deliberately not in it: the tutorial content — reading lists, essays, transcripts and the progress ledger. Those are a named student's work and assessment, and they are excluded from version control entirely rather than filtered out at packaging time. The archive ships content.example/ instead, so a fresh clone builds and runs with no configuration.

Building it

tar xzf socratess-law-source.tar.gz
cd socratess-law
npm install
npm run dev

Files

(root) 10
  • .gitignore576 B
  • AGENTS.md874 B
  • CLAUDE.md874 B
  • LICENSE1.1 KB
  • README.md7.1 KB
  • astro.config.mjs122 B
  • package-lock.json148.4 KB
  • package.json536 B
  • tsconfig.json109 B
  • wrangler.toml953 B
.vscode/ 2
  • .vscode/extensions.json87 B
  • .vscode/launch.json207 B
.wrangler/ 16
  • .wrangler/state/v3/cache/miniflare-CacheObject/metadata.sqlite4.0 KB
  • .wrangler/state/v3/cache/miniflare-CacheObject/metadata.sqlite-shm32.0 KB
  • .wrangler/state/v3/cache/miniflare-CacheObject/metadata.sqlite-wal8.1 KB
  • .wrangler/state/v3/kv/28189dea08e6408792b6d36ffba27a62/blobs/286c4f7c8d597f0fd8cc22dff0ab707f51f8bce0c5105b54e046193e1bbbabf7000001a00e722e0c172 B
  • .wrangler/state/v3/kv/28189dea08e6408792b6d36ffba27a62/blobs/5075fe158b64ea9f909fc273745cb277bd56c216b18a60303908fac684f93df1000001a00e72bb541 B
  • .wrangler/state/v3/kv/28189dea08e6408792b6d36ffba27a62/blobs/a30cda604331887f5cae99dc3f6e1d2061aad70fe59f34810efbe8c9913f5049000001a00e72bbc4183 B
  • .wrangler/state/v3/kv/miniflare-KVNamespaceObject/19fcd471de534c366c08e40ab3e16db030994a6606ae11b288e7fc02dbfbc6a9.sqlite16.0 KB
  • .wrangler/state/v3/kv/miniflare-KVNamespaceObject/metadata.sqlite4.0 KB
  • .wrangler/state/v3/kv/miniflare-KVNamespaceObject/metadata.sqlite-shm32.0 KB
  • .wrangler/state/v3/kv/miniflare-KVNamespaceObject/metadata.sqlite-wal8.1 KB
  • .wrangler/state/v3/observability/miniflare-wobs-trace-store/a590acd76969f996ec6e4b599c3c09f58c283a76f2d61392b5d3046caf557602.sqlite4.0 KB
  • .wrangler/state/v3/observability/miniflare-wobs-trace-store/a590acd76969f996ec6e4b599c3c09f58c283a76f2d61392b5d3046caf557602.sqlite-shm32.0 KB
  • .wrangler/state/v3/observability/miniflare-wobs-trace-store/a590acd76969f996ec6e4b599c3c09f58c283a76f2d61392b5d3046caf557602.sqlite-wal450.7 KB
  • .wrangler/state/v3/observability/miniflare-wobs-trace-store/metadata.sqlite4.0 KB
  • .wrangler/state/v3/observability/miniflare-wobs-trace-store/metadata.sqlite-shm32.0 KB
  • .wrangler/state/v3/observability/miniflare-wobs-trace-store/metadata.sqlite-wal8.1 KB
content.example/ 4
  • content.example/current.md916 B
  • content.example/glossary.md790 B
  • content.example/ledger.md1.2 KB
  • content.example/sources.md583 B
functions/ 4
  • functions/api/_lib.js1.6 KB
  • functions/api/ack.js1.4 KB
  • functions/api/outbox.js994 B
  • functions/api/submit.js2.2 KB
public/ 4
  • public/favicon.ico655 B
  • public/favicon.svg749 B
  • public/scenes/scene1.jpg178.6 KB
  • public/scenes/scene2.jpg192.8 KB
scripts/ 4
  • scripts/collect-essays.mjs4.5 KB
  • scripts/deploy.mjs3.6 KB
  • scripts/pack-source.mjs2.7 KB
  • scripts/sync.mjs7.6 KB
src/ 16
  • src/components/CinematicBackdrop.astro24.0 KB
  • src/components/SetView.astro3.1 KB
  • src/layouts/Base.astro3.6 KB
  • src/lib/docx.mjs9.7 KB
  • src/lib/stage.mjs14.3 KB
  • src/lib/tutorial.mjs15.2 KB
  • src/pages/[collection]/[slug].astro865 B
  • src/pages/[collection]/index.astro1.6 KB
  • src/pages/essays/submit.astro10.7 KB
  • src/pages/glossary.astro3.7 KB
  • src/pages/index.astro2.7 KB
  • src/pages/progress.astro3.8 KB
  • src/pages/reading/[slug].astro880 B
  • src/pages/reading/index.astro1.1 KB
  • src/pages/source.astro5.2 KB
  • src/styles/global.css12.2 KB

Licence

MIT License

Copyright (c) 2026 Mateas Cristian Tomacsek

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.