A modern, full-stack platform for startup founders to share and discover innovative ideas. Built with Next.js, Sanity CMS, and secure authentication via Next-Auth.

- 🔐 Secure Authentication: User registration and login powered by Next-Auth.
- 📝 Dynamic Content Management: Effortlessly create, edit, and manage startup listings with the powerful Sanity Studio.
- ⚡ Blazing Fast Performance: Built on Next.js 13+ for server-side rendering and static generation.
- 🎨 Modern UI: A clean, responsive design built with Tailwind CSS (or your CSS framework of choice).
- 🌐 Public & Private Profiles: Showcase your ideas to the world or control your visibility.
- Framework: Next.js 13+ (App Router)
- Content Management: Sanity CMS
- Authentication: Next-Auth.js
- Styling: Tailwind CSS (or specify if you used another)
- Deployment: Vercel (Frontend), Sanity (Backend)
- Database: Sanity's Real-time Database
Follow these steps to set up the project locally on your machine.
- Node.js 18.17 or later
- A Sanity.io account
- A GitHub account (for OAuth if used)
git clone https://github.com/orliyahTheCoder/yc_directory.git
npm install
# or
yarn install
# or
pnpm install