TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Support.dev – a non-trivial Vue and Supabase app

55 pointsby bwship9 months ago
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&#x27;t occur, so I wanted to open-source it, as I would love to give back to the commmunity.<p>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.<p>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.

2 comments

GGO9 months ago
I am happy to see this example project is using Vue instead of React. It is a great framework and it deserves more visibility.
评论 #41369991 未加载
ErikBjare9 months ago
This is great. I&#x27;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!<p>The only thing I&#x27;m still missing from such examples is subscriptions&#x2F;Stripe, which I&#x27;ve noted is a trend to omit among non-trivial examples. I suppose that&#x27;s due to those apps not getting open-sourced to begin, which is supported by your stated precondition for open-sourcing :)
评论 #41369981 未加载