We're creating an open-source and minimalist project management tool.
I tried looking for a better way to manage the time I put into my own projects outside of work. It's hard holding yourself accountable, and the current productivity software offerings aren't well suited for solo users.
- Basecamp is expensive
- Airtable is way too modular
- JIRA is convoluted
- Google Workspace doesn't have a project-management framework
So, instead of bouncing between Basecamp, JIRA, Airtable, and Google Workspace, I took matters into my own hands and began making a better productivity app.
Currently, we're using React Native via Expo on the frontend (which deploys to web, iOS, and Android), and NodeJS, GraphQL, and PostgreSQL served through AWS resources on the backend.
We use Expo to develop our app. It creates React Native builds which run on iOS, Android, and the web.
To install the Expo CLI:
npm install --global expo-cli
After installing the Expo CLI and cloning the repository locally, you can run the following in the project root:
yarn install
expo start -w
Shoot an email to [email protected]
productabot is licensed under the GNU Affero General Public License v3.0