Manage is an open-source project management app inspired by Basecamp. With its intuitive interface, customizable features, and emphasis on collaboration, Manage empowers teams to enhance productivity and achieve project success. Enjoy the benefits of open-source flexibility, data security, and a thriving community while managing your projects efficiently with Manage.
Warning This app is a work in progress. I'm building this in public. You can follow the progress on Twitter @arjunz. See the roadmap below.
- Basic Project management
- Task lists and tasks
- Documents - Creating and sharing markdown documents
- Files - Uploading and sharing files
- Comments
- Events / Calendar
- Activity logs
- Notifications
- Users / teams management
- Search
- Admin panel
- Permissions
# Auth
BETTER_AUTH_SECRET=
BETTER_AUTH_URL=
NEXT_PUBLIC_APP_URL=
# Any S3 compatible storage
S3_ENDPOINT="
S3_ACCESS_KEY_ID=""
S3_SECRET_ACCESS_KEY=""
S3_BUCKET_NAME=""
# AnyCable for Websockets
NEXT_PUBLIC_ANYCABLE_WEBSOCKET_URL=
ANYCABLE_BROADCAST_URL=
ANYCABLE_BROADCAST_KEY=
ANYCABLE_SECRET=
# Email
RESEND_API_KEY=
pnpx @better-auth/cli generate --config ./lib/betterauth/config.ts
docker-compose up
Warning This app is still in development. It's not ready for production use. Expect some bugs & performance hits when testing. If you see something broken, you can ping me @arjunz.
Licensed under the GNU AFFERO GENERAL PUBLIC LICENSE.