TypeForum
- 2 Devlogs
- 2 Total hours
A forum like web app made in type script and supabase for database and auth.
A forum like web app made in type script and supabase for database and auth.
TypeForum Devlog #2
Had a crazy idea while trying to fall asleep — what if users had a global chat where they could talk freely without any limits ? So I got to work right away.(yes i couldn’t sleep)
I added the necessary rows and columns in Supabase, and just when I thought I had it working… it wasn’t updating in real time. Turns out I hadn’t enabled Supabase’s real-time replication. Flipped that on and it worked like a charm.
After that, I noticed the Voting and Tiers system was completely broken. My fix? Removed the entire VoteTier system. Tiers (or ranks) are now admin-assigned only — admins have a dedicated option for this in the admin panel. Much cleaner.
Up next:
Profile pages (follows & following)
Direct Messages
Profile pictures and banners
Let me know what else I should add! ❤️
https://type-forum.vercel.app/
TypeForum:
A forum I’ve been working on for my friend’s community. thought it would be a good idea to open source it.
Stuff that was added/fixed in this devlog :
Added inline comments to threads
Fixed upvote/downvote counter bugs
Added post deletion/share functions to thread owner and admins
feel free to comment any more changes that can make it better :)
https://type-forum.vercel.app/
https://github.com/zcosmicw/TypeForum