Skip to main content
Ryan Orban

Ryan Orban

Subject
3 entries

Pydantic

Bookmarks

  1. FastUI: Python-Defined React UIs

    FastUI is a Pydantic framework for building React-based web UIs entirely in Python — no JavaScript required. The backend defines UI structure as Pydantic models, and matching TypeScript interfaces render them. Now inactive.

  2. pydantic-resolve: Hierarchical Data Fetching for Pydantic

    pydantic-resolve is a Python library that eliminates N+1 queries through declarative resolve/post methods on Pydantic models. Automatically batches related data fetches and maps results back to parents, with optional GraphQL and MCP service generation.

  3. Batch classification with Instructor

    An Instructor example showing how to classify multiple items in a single batched LLM call using Pydantic schemas — more efficient than sequential one-at-a-time classification, and type-safe by construction.

All bookmarks