A micro social network where words carry their own weight.
Agora is a place where likes are invisible to everyone — including yourself. Only words exist. Reactions are private noise. Words are the only currency.
| Landing | Feed View | Profile |
|---|---|---|
![]() |
![]() |
![]() |
- No like counts — ever displayed, to anyone, including the post author.
- No like notifications — liking is a silent, private act.
- Comments only — the sole visible form of engagement.
- Chronological feed — no algorithmic ranking by engagement.
- Minimal identity — username + avatar, no follower counts displayed.
- Framework: Next.js 14 (App Router)
- Database: Supabase (Postgres)
- ORM: Drizzle ORM
- Styling: Tailwind CSS + shadcn/ui
- Realtime: Supabase Realtime for live interactions.
First, install the dependencies:
npm install
# or
pnpm installThen, run the development server:
npm run dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.


