Hacker News new | past | comments | ask | show | jobs | submit login
Show HN: Support.dev – a non-trivial Vue and Supabase app (github.com/bwship)
55 points by bwship 4 months ago | hide | past | favorite | 4 comments
I built this tool about a year ago to get really good at the supabase ecosystem. We were trying to raise money on the idea, but that didn't occur, so I wanted to open-source it, as I would love to give back to the commmunity.

It allows you to invite friends and family to be helpers for child-care, meals, and transportation, and then you can create an event and they will get auto-invited to it and can choose to support you. It is using vue on the frontend and then supabase on the backend for auth, database, realtime, storage, and edge functions.

Anyway, I hope someone finds it useful, there are some pretty cool features with db triggers in the database calling out to edge functions to process data, and then realtime notifications for invites and such.




I am happy to see this example project is using Vue instead of React. It is a great framework and it deserves more visibility.


Thanks! Yea, I really love vue, and how simple feeling it is to work with for me.


This is great. I've always wanted to see a good mid-sized example of a Vue+Supabase app. Nice to see so many common tools used in a straightforward way. Pretty cool idea too!

The only thing I'm still missing from such examples is subscriptions/Stripe, which I've noted is a trend to omit among non-trivial examples. I suppose that's due to those apps not getting open-sourced to begin, which is supported by your stated precondition for open-sourcing :)


Oh yes. I have done an app actually with stripe integration. I will try to put out a repo with that in the future. It was pretty straightforward.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: