
works with
GITHUB Social
commit graph
commit board
Project Compilation
Articles
Why I Built @farming-labs/grag: GraphRAG for TypeScript
Why I built @farming-labs/grag: a TypeScript-first GraphRAG package with relational storage, provider-agnostic models, inspectable retrieval, hybrid retrieval paths, and stronger grounding for answers.
Why I Built @farming-labs/orm: One Schema, Many Stacks
a thinking behind on why I built orm.farming-labs.dev: a storage-agnostic ORM layer with one unified DSL, generated outputs, and runtime drivers across many stacks.
Why I Built @farming-labs/docs for the AI Era
Why I built docs.farming-labs.dev as an AI-native documentation framework for humans, IDEs, agents, and teams that need customizable docs without turning docs into a second app.
Making React Server Components "Stateful": Trial #1
RSC is a serialization and streaming model for UI, not a runtime. This post explains why RSC is stateless by design, then explores Trial #1: externalizing navigation memory into Edge KV so the server can remember what it already fetched—without making the stream stateful.