Kurrier is a modern, self-hosted workspace for email, calendar, contacts and storage.
Kurrier is a powerful self-hosted open-source workspace designed for managing email, calendars, contacts, and file storage in a unified manner. It aims to provide a modern alternative to traditional webmail and personal information management (PIM) suites, all while keeping user data secure and under their control. Whether you are running a personal server or a business, Kurrier offers a clean and efficient interface to manage all your communication needs without any vendor lock-in.
With features like strong synchronization capabilities and support for various providers, Kurrier stands out by allowing users to connect and manage different services seamlessly. The platform is built with a focus on privacy and flexibility, making it an excellent choice for those looking for a self-hosted solution.
Kurrier represents a significant advancement in self-hosted communication solutions, making it an attractive option for users prioritizing organization and privacy.
Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
Drizzle ORM is a TypeScript ORM for SQL databases designed with maximum type safety in mind. It comes with a drizzle-kit CLI companion for automatic SQL migrations generation. Drizzle ORM is meant to be a library, not a framework. It stays as an opt-in solution all the time at any levels.
A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.
Zod is a TypeScript-first schema declaration and validation library. It allows you to define schemas that can validate data at runtime while providing excellent TypeScript inference, making it perfect for API validation, form validation, and type-safe data handling.