Are you adding the same staples to you shopping list week after week? There should be a template function for this!
Are you wandering back and forth in the supermarket because the things on your list are not group by section? That shouldn't be too hard.
Are frustrated with how many clicks it can take to add an item to a list or how hard it is to invite your partner to share the same list?
Relax, have a satsuma and enjoy the next trip to the supermarket.
That's at least the vision for this little helper app.
Try it out live 👉 here 👈
- Add Sharing-feature
- Add email-service for password reset and email verification
- Protect signup and signin with ReCaptcha
- Add GoatCounter analytics
- Improve DevOps and hosting
- Launch Party 🚀
After that, we'll focus on improvements, new ideas and possibly explore a paid-plan. We welcome your suggestions.
- Run
nvm use
in the project root to ensure the right node version is used. - Install with
npm install
. - OPTIONAL Install PocketBase.io and run it with
./pocketbase serve
. Create an admin account to log in. You can then import thepb_schema.json
in Settings > Import collections. - Create a local
.env
file withcp .env.template .env
. - Run with
npm run dev
.
The pocketbase executable should be run in a separate folder.