Store and manage data in your web applications.
Use these in the editor chat after you’ve gotten the required link/key/embed code.
Create a blog platform where users can write posts with titles, content, and tags. Posts can have comments from other users. Include a feed showing recent posts.
I am using Supabase Postgres. Use DATABASE_URL from env vars for all DB connections. Add migrations and a simple seed script.
Add a "categories" feature. Users should be able to create categories and assign posts to them. Show a category filter on the feed.
Add a following system. Users can follow other users and see posts from people they follow in a personalized feed.