All 69 Dependencies
Every package Manage depends on, ranked by repo health score.
Manage is an open-source project management platform built for teams that want full ownership of their data and infrastructure. Developed with Next.js, tRPC, and PostgreSQL, it delivers a cohesive suite of tools — task lists, calendar events, rich-text posts, file storage, and activity tracking — all under one self-hosted roof. Authentication is handled via email OTP through better-auth, and multi-tenancy is built in from the ground up via organization-scoped routing.
The platform is designed for teams who have outgrown ad-hoc tools but don't want to hand their data to a SaaS vendor. Manage can be deployed with a single click on Railway or manually on any Node.js/Bun-compatible host. It requires a PostgreSQL database, optional S3-compatible storage for file uploads, and an SMTP server for email notifications.
Under the hood, Manage uses tRPC 11 with TanStack Query for end-to-end type-safe API calls, Drizzle ORM for schema management, Biome as its linter and formatter, and Turbowire for real-time push notifications. The BlockNote editor provides a rich collaborative writing experience for posts and task descriptions, with built-in user mention extraction and notification delivery.