A lightweight retro microblogging app inspired by the 2007–2011 era, built with Astro + Supabase.
Made by: Himanshu Dubey
Website: https://himubey.in
- Email/password auth (Supabase)
- Public timeline + profile pages
- Replies, likes, reposts, quotes
- Hashtags + trending tags
- Pin post to profile
- Clean retro UI (fast + SEO‑friendly)
- Astro (SSR)
- Supabase (Postgres + Auth + RLS)
- Tailwind CSS
- Vercel (deployment)
- Install dependencies:
npm install
- Create a
.envfile with:SUPABASE_URL=... SUPABASE_ANON_KEY=... - Run dev server:
npm run dev
Apache-2.0. See LICENSE and NOTICE.
