A minimalist "anti-social media" application where users can send messages that disappear after sending. Occasionally (1 in 10 chance), the Void sends a cryptic message back.
- Write messages to no one
- Messages disappear after you send them
- Occasionally, the Void replies with a cryptic message
- Anti-social media / Reverse engagement / Meditative experience
- Clean, minimalist UI
- Message sending with disappearing animation
- Random cryptic responses from "the Void"
- Fully responsive design
- Dark mode by default
- Clone the repository
- Install dependencies:
npm --force install
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser
- Next.js 14 (App Router)
- React
- TypeScript
- Tailwind CSS
- Framer Motion for animations
- shadcn/ui components