OPEN SOURCE

Code We've
Published

We build packages to solve real problems. Type-safe, well-tested, and production-ready. Quality code, no shortcuts.

5
PROJECTS
27
PACKAGES
PROJECTS
Go
Developer Tools

mesh

Go toolkit for building production-grade services

Think of mesh as the foundation beneath your application. It handles the undifferentiated heavy lifting—database connections, error handling, resilient HTTP clients, Redis caching, distributed rate limiting, structured logging, and configuration from YAML files. Import only what you need. The packages are independent, no giant dependency tree.

Database connections with pooling and transactionsResilient HTTP clients with circuit breakersRedis caching with metrics and stampede protection+2 more
$ go get github.com/azghr/mesh
Go
Developer Tools

dbos-transact-golang

Durable Workflow Orchestration with Golang and Postgres

Durable workflow orchestration using Golang and PostgreSQL. Build reliable, long-running workflows that survive crashes and restarts. Handles state persistence, retries, and failure recovery automatically.

Durable workflow orchestrationPostgreSQL-based state persistenceAutomatic retry and failure recovery+2 more
$ go get github.com/dbos-inc/dbos-transact-golang
Rust
Developer Tools

resonate

Distributed Async Await — Durable Executions, Dead Simple

Durable executions made dead simple. Handle async workflows that survive process restarts and failures. Built with Rust for performance and reliability. Think async/await that doesn't lose progress when things crash.

Durable async executionsDistributed workflow managementCrash-resistant operations+2 more
$ cargo add resonate
Go
Developer Tools

resonate-legacy-server

Distributed Async Await — Durable Executions, Dead Simple

Legacy server implementation for durable executions. Handles distributed async await with reliable state management. Supports long-running workflows that survive restarts and failures.

Legacy server for durable executionsDistributed async await supportReliable state management+2 more
$ go get github.com/resonatehq/resonate-legacy-server
JavaScript
AI Tools

webbrain

Open-source AI browser agent for Chrome and Firefox

Open-source AI browser agent that works with Chrome and Firefox. Monorepo architecture with extensible agents. Enables AI to browse the web, interact with pages, and perform automated tasks through browser automation.

AI browser automationChrome and Firefox supportExtensible agent architecture+2 more
$ git clone https://github.com/webbrain-one/webbrain
WHY WE PUBLISH

Type-Safe by Design

Every package is fully typed with TypeScript. No `any`, no magic strings, no runtime surprises. Catch errors at compile time, not in production.

Built from Real Problems

Each package started as something we needed ourselves. Not vanity projects or resume fillers—tools we use every day to solve actual problems.

Well-Tested and Documented

Comprehensive test coverage and clear documentation. You should be able to understand how to use these packages within minutes, not hours.

Production-Ready

These packages run in production. They handle edge cases, error states, and real-world usage patterns. No toy code that breaks under load.

Back to home
5 PROJECTS + 27 PACKAGES PUBLISHED