Developer Knowledge Hub
Store what to use, why it works, and where it fails. Keep entries short, specific, and searchable.
Frameworks
Architectures, runtimes, and ecosystem references.
OpenTools
Dev tooling and infrastructure knowledge snapshots.
OpenPackages
Common npm libraries and practical usage references.
OpenBackend Concepts
API, data, messaging, and reliability patterns for backend systems.
OpenDevOps
CI/CD, infrastructure, observability, and deployment operations.
OpenPlatforms
Managed cloud and hosting platforms used to run and scale apps.
OpenEffects
Visual interaction patterns and delightful UI motion references.
OpenZod is a TypeScript-first schema validation library with runtime inference, providing safe parsing for forms, APIs, and configs without codegen. Chainable API for complex schemas.
Packages
lucide-react is a React icon library with 1000+ customizable, stroke-based icons from Lucide, tree-shakeable and accessible. Lightweight alternative to Heroicons.
Packages
date-fns is a modular, immutable JavaScript date utility library providing functions for formatting, parsing, and manipulating dates without mutating originals. It's lightweight and tree-shakeable.
Packages
@tanstack/react-query (formerly React Query) is a data synchronization library for React, handling fetching, caching, mutations, and optimistic updates server-state. It reduces boilerplate for API interactions.
Packages
shadcn/ui is a collection of reusable, unstyled React components built on Radix UI and Tailwind CSS, copied into your codebase for full customization. It emphasizes accessibility and composability without vendor lock-in.
Packages
tailwind-merge is a utility to merge Tailwind class strings, resolving conflicts (e.g., p-4 p-2 -> p-2) for conditional styling without duplicates. Essential for dynamic classes.
Packages