Astro Typesafe Routes is an Astro integration that generates TypeScript definitions for your routes. It ensures URLs and params are typesafe, includes a typed Link component, and has no external dependencies. Setup runs through Astro's integration system with automatic code generation during development.
React Composable Calendar is a collection of headless, highly customizable, and modular React calendar components. Designed with flexibility in mind, it aligns with the principles of shadcn/ui and Radix UI.
A lightweight client for using either AWS S3 or the filesystem as a database via providers. Perfect for quick MVPs or prototypes, it lets you store, retrieve, and manage JSON objects without a full database setup. While not suited for production, it takes advantage of S3's scalability or the simplicity of the filesystem, enabling easy CRUD operations on structured data.