App similar to ngl.link — share your link to get honest, anonymous questions and feedback.
Try it here 👉 thenocap.vercel.app
- Anonymous Q&A: Anyone can send you questions or feedback—no account needed
- Unique Profile Links: Share your link anywhere to start receiving messages
- Real-Time Inbox: Read and manage messages instantly
- Profile Controls: Toggle message reception, check username availability
- Modern UI: Built with Next.js, Tailwind, Shadcn-UI, and Squircle.js
- Supabase DB, Auth & Storage: Secure, scalable backend
- Next.js 15
- React 19
- TypeScript
- Tailwind CSS
- Supabase
- Shadcn UI
- Tanstack Query
- Zod
- Motion
- Clone the repository
- Install dependencies:
pnpm install
- Set up your
.envwith Supabase keys:NEXT_PUBLIC_SUPABASE_URL=your_supabase_url NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key - Run the dev server:
pnpm dev
- Open http://localhost:3000
- Next.js App Router
- Supabase for backend
- TypeScript, ESLint, Prettier
- Tailwind CSS for styling
MIT