showcasing-cultivate.mp4
Imagine if Notion & Basecamp had a baby.
Cultivate is a PKM tool where you can calmly brain dump, write, manage projects, and get things done.
Warning
This is a alpha project in active development. There will be bugs and breaking changes. Please report any issues in the Issues tab.
- Wasp - a Rails-like framework for JS, with a focus on reducing boilerplate
- Shadcn-ui - a beautiful component library/framework
- Lucide Icons - Beautiful & consistent icons
- Download the Wasp Compiler
- Install Docker or Orbstack (recommended for macOS). Wasp uses this to standup the database.
- Run
wasp db migrate-dev
to set up the database schema. This command also automatically runs the seed script (src/server/scripts/seedDevData.ts
) which creates a default user (dev_user
/password
) if no users exist, and ensures the initial invite code (JESUS-SAVES
) is available. - Run
wasp start
to get the app running locally atlocalhost:3000
This project is open source code and open to ideas, with the direction honed in by its creator, Cam Pak.
Please create an issue for any ideas you have!
If you create a PR, there's a chance I will not merge it in if it doesn't align with the heart and vision of Cultivate.