Engineering Credibility.
We give back because engineering should move forward. Our code powers more than just our own products.
Why Open Source?
Proprietary silos stagnate innovation. By opening our core utilities, libraries, and experimental tools, we force ourselves to write better, more documented, and more modular code. It isn't charity; it's a commitment to quality.
Featured Repositories
A headless, accessible component primitive library for modern engineered dashboards. Focused on keyboard navigation and performance.
A GitHub Action to auto-configure cross-compilation for Rust CLIs. Cuts CI configuration time by 90%.
Zero-allocation structured logging library for high-throughput Go services. Benchmarked 2x faster than Zap.
Tools & Libraries
eslint-config-niena
Strict, opinionated linting rules for serious TS projects.
hooks-entangled
React hooks for complex state synchronization.
postgres-types-gen
CLI to generate TS interfaces from raw SQL queries.
vim-setup
Our team's developer environment dotfiles.
Community Impact
Contribution Guidelines
We welcome PRs. To maintain our standards, please follow this flow:
Open an Issue
Discuss the change first. We value architectural alignment over rapid merging.
Pass the Linter
Our CI is strict. Ensure `yarn lint` and `cargo fmt` pass before pushing.
Squash & Merge
We maintain a linear history. Your PR will be squashed into a single meaningful commit.