# docs.f3liz.casa > f3liz の repo から、散文だけを引いて一枚にした docs。原文はそのまま置いてある。 ## noraneko registry - [noraneko-registry](https://docs.f3liz.casa/f3liz-casa/noraneko-registry/): noraneko の drop(コード一つで降ってくる機能。actor の xpi = 入れ物 + JSWindowActor、Firefox の about:newtab と同じ形)の台帳。 「誰かの判があるから入れる」ではなく、「入れる本人が中身を見られる」を一番前に置く。 ここの判は証言であって、門番ではない。 - [v1.json](https://docs.f3liz.casa/raw/f3liz-casa/noraneko-registry/abi/v1.json) (data) - [xpi ができるまで(手でなぞれる手順)](https://docs.f3liz.casa/f3liz-casa/noraneko-registry/docs/BUILD): scripts/build.rb がやっていることを、script を読まなくても分かるように書く。 同じ commit から誰がやっても同じ bytes が出るのが約束(reproducible)。ずれたら、どこでずれたかがこの手順で分かる。 - [drop を作る(はじめての人へ)](https://docs.f3liz.casa/f3liz-casa/noraneko-registry/docs/GUIDE): drop は、noraneko に コード一つで降ってくる機能。中身は小さな xpi(入れ物)と JSWindowActor(ページや窓への道)で、 Firefox 自身の about:newtab と同じ形。書くのは actor.ts 一枚だけ。build も判も、この registry がやる。 - [drop の層と、片づけの約束](https://docs.f3liz.casa/f3liz-casa/noraneko-registry/docs/LAYERS): drop が窓に置いたものは、drop を外したとき、その窓のまま元に戻る。 それを drop ごとに手で書かないための、置きかたの約束。 - [次にやること](https://docs.f3liz.casa/f3liz-casa/noraneko-registry/docs/NEXT): いま手前にあるものと、決まっていないこと。片づいたら消す。 - [罠(踏んだもの、踏みそうなもの)](https://docs.f3liz.casa/f3liz-casa/noraneko-registry/docs/TRAPS): 作りながら実際に踏んだ穴と、いまどう避けているか。新しく踏んだら足す。 「なぜそうなっているか」が分からなくなったとき、ここを読む。 ## noraneko - [Welcome to Noraneko Browser Repository](https://docs.f3liz.casa/f3liz-casa/noraneko/): Noraneko Browser is currently testbed for Floorp 12. ## Tsubaki - [Tsubaki](https://docs.f3liz.casa/nyanrus/tsubaki/): A toy Julia-like language, hosted in OCaml, compiled to WebAssembly via wasmofocaml (real WasmGC, not a linear-memory emulation of one). Its numeric kernel calls out across a wasm module boundary into ## senga - [senga (線画)](https://docs.f3liz.casa/f3liz-casa/senga/): HTML+CSS in, text out. A page renderer for readers that measure better than they see. - [Layout dump](https://docs.f3liz.casa/f3liz-casa/senga/docs/layout-dump): What senga --json prints, and what src/render.rs reads. It is produced by src/extract.js, which runs inside the page after layout has settled. All lengths are CSS px relative to the document (scroll o ## hayate - [Hayate](https://docs.f3liz.casa/f3liz-casa/hayate/): QUIC and WebTransport for Julia, on msquic. The client end. ## kaguya - [rescript-mfm](https://docs.f3liz.casa/f3liz-casa/kaguya/packages/rescript-mfm/README): ReScript bindings for mfm-js - An MFM (Misskey Flavored Markdown) parser implementation. ## yukari-rubi - [Yukari Rubi](https://docs.f3liz.casa/f3liz-casa/yukari-rubi/): A browser extension that overlays furigana (ruby reading aids) on Japanese text in any web page, powered by Sudachi morphological analysis compiled to WebAssembly. ## danro-talk - [danro-talk](https://docs.f3liz.casa/f3liz-casa/danro-talk/): Async web chat widget that bridges website visitors to your team's Zulip or Discord — with Japanese and Korean UI, designed for community sites that can't (or don't want to) be online 24/7. ## mazemaze-api - [mazemaze](https://docs.f3liz.casa/f3liz-casa/mazemaze-api/): One Melange runtime, many typed API-client surfaces, generated from one OCaml generator. A spec (or a GraphQL schema + operations) goes in; an idiomatic, typed client comes out in three surfaces — Mel ## koto-cms - [Koto](https://docs.f3liz.casa/f3liz-casa/koto-cms/): A lightweight, stateless CMS that bridges Fediverse (MiAuth) authentication with GitHub-based content storage, now running entirely on the Cloudflare edge: Workers + Durable Objects for the API, Worke - [Editing heuristics for Koto](https://docs.f3liz.casa/f3liz-casa/koto-cms/docs/editing-heuristics): Research notes on UX patterns from git-backed CMS, markdown WYSIWYG editors, and writing tools — translated into principles and prioritized recommendations for Koto. ## memo - [はじめての memo](https://docs.f3liz.casa/f3liz-casa/memo/hello): これは公開文書集に並ぶ追加のメモです。 - [memo.f3liz.casa](https://docs.f3liz.casa/f3liz-casa/memo/index): メモです。 - [맛있는 밀면을 찾아](https://docs.f3liz.casa/f3liz-casa/memo/밀면): 밀면은 부산의 향토 요리입니다. 얼마나 맛있길래 밀면 페이지만 따로 있을까요? ## kotoba-cms - [kotoba](https://docs.f3liz.casa/f3liz-casa/kotoba-cms/): Fediverse CMS + i18n + wiki monorepo on Cloudflare Workers + Durable Objects + D1.