Shipped is marked shipped; anything still genuinely planned is listed here instead of pretended away.
availableDocs site
A getting-started guide and a filterable, searchable language + CLI reference. Topic filtering is a real reactive data-filter attribute, the same pattern as the code-comparison tabs; free-text search is real too now — a litter-typed array of doc entries, filtered by a real .filter(|e| ..) closure, rendered as a reactive Leptos <For>, re-filtering on every keystroke. No hand-written JavaScript.
availableInteractive playground
Compiling a .kitty snippet to real Rust in the browser was genuinely buildable — kittine-compiler's single-file path has no filesystem dependency — and now it's shipped: try it on the Playground page, the actual compiler running as WebAssembly, client-side. Actually running the result still needs a sandboxed rustc backend, which is real infrastructure, not a page — that part is still not built.
availableRSS / sitemap
/sitemap.xml and /robots.txt cover every real route. /feed.xml is a real RSS feed of the Updates page, condensed from the language repo's own CHANGELOG.md.
plannedReal download stats
Real npm / crates.io numbers, once there's a public release to count. Kittine has no versioned release yet — see Updates — so this card stays honest rather than showing a placeholder number.