Skip to main content
Ryan Orban

Ryan Orban

Subject
4 entries

Typescript

Bookmarks

  1. 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.

  2. 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.

  3. 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.

  4. 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.

All bookmarks