Subject
4 entries
Typescript
Bookmarks
OpenWorkflow: durable resumable workflows in TypeScript
OpenWorkflow is an open-source TypeScript framework for durable, resumable workflows — state survives process crashes, deployments, and restarts. Targets the same problem space as Temporal and Inngest but as an open-source alternative.
TOON: Token-Oriented Object Notation
TOON (Token-Oriented Object Notation) is a compact data format for LLMs — ~40% fewer tokens than JSON while remaining human-readable. Combines YAML indentation with CSV-style tabular layouts, with TypeScript SDKs and CLI tools.
Promptable.js: TypeScript Library for LLM Apps
Promptable.js is an early TypeScript library for building LLM apps with Prompt, Search, Chain, and Trace primitives — a TypeScript analogue to LangChain that appeared in February 2023 before LangChain's own TypeScript support matured. Historically significant as one of the first LLM frameworks for TypeScript developers.
Hacker News Clone with Remix and React
A Hacker News clone built with Remix and React in universal TypeScript — same codebase runs on server and client. A clean reference architecture for modern full-stack React apps using the Remix framework at a time when it was newly open-sourced.
