{"id":26452947,"url":"https://github.com/ahlyab/yc_directory","last_synced_at":"2026-01-04T15:04:05.357Z","repository":{"id":262095646,"uuid":"886138911","full_name":"Ahlyab/yc_directory","owner":"Ahlyab","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-15T12:47:26.000Z","size":2254,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-15T14:50:56.794Z","etag":null,"topics":["nextjs","nextjs15","reactjs","reactjs19","sanity","sentry","shadcn","tailwindcss"],"latest_commit_sha":null,"homepage":"https://yc-directory-phi-weld.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ahlyab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-10T10:01:03.000Z","updated_at":"2024-12-04T12:14:27.000Z","dependencies_parsed_at":"2024-11-10T14:32:33.566Z","dependency_job_id":"1c30382b-b731-43dc-8826-6943a3c2905b","html_url":"https://github.com/Ahlyab/yc_directory","commit_stats":null,"previous_names":["ahlyab/yc_directory"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ahlyab%2Fyc_directory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ahlyab%2Fyc_directory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ahlyab%2Fyc_directory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ahlyab%2Fyc_directory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ahlyab","download_url":"https://codeload.github.com/Ahlyab/yc_directory/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244282967,"owners_count":20428103,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nextjs","nextjs15","reactjs","reactjs19","sanity","sentry","shadcn","tailwindcss"],"created_at":"2025-03-18T18:40:07.677Z","updated_at":"2025-12-30T19:31:37.046Z","avatar_url":"https://github.com/Ahlyab.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YC Directories\n\nA Next.js 15 platform where entrepreneurs can submit their startup ideas for virtual pitch competitions, browse other\npitches, and gain exposure through a clean minimalistic design for a smooth user experience.\n\n## Technologies\n\n1. Next.js (v15)\n2. React.js (v19)\n3. [Sanity](https://sanity.io) (CMS)\n4. Shadcn\n5. Tailwind\n\n## Features\n\n1. Live Content API: Displays the latest startup ideas dynamically on the homepage using Sanity's Content API.\n\n2. GitHub Authentication: Allows users to log in easily using their GitHub account.\n\n3. Pitch Submission: Users can submit startup ideas, including title, description, category, and multimedia links ( image or video).\n\n4. View Pitches: Browse through submitted ideas with filtering options by category.\n\n5. Pitch Details Page: Click on any pitch to view its details, with multimedia and description displayed.\n\n6. Profile Page: Users can view the list of pitches they've submitted.\n\n7. Editor Picks: Admins can highlight top startup ideas using the \"Editor Picks\" feature managed via Sanity Studio.\n\n8. Views Counter: Tracks the number of views for each pitch instead of an upvote system.\n\n9. Search: Search functionality to load and view pitches efficiently.\n\n10. Minimalistic Design: Fresh and simple UI with only the essential pages for ease of use and a clean aesthetic.\n\n## Quick Start\n\nFollow these steps to set up the project locally on your machine.\n\n**Prerequisites**\n\nMake sure you have the following installed on your machine:\n\n- [Git](https://git-scm.com/)\n- [Node.js](https://nodejs.org/en)\n- [npm](https://www.npmjs.com/) (Node Package Manager)\n\n**Cloning the Repository**\n\n```bash\ngit clone https://github.com/Ahlyab/yc_directory.git\ncd yc_directory\n```\n\n**Installation**\n\nInstall the project dependencies using npm:\n\n```bash\nnpm install\n```\n\n**Set Up Environment Variables**\n\nCreate a new file named `.env.local` in the root of your project and add the following content:\n\n```env\nNEXT_PUBLIC_SANITY_PROJECT_ID=\nNEXT_PUBLIC_SANITY_DATASET=\nNEXT_PUBLIC_SANITY_API_VERSION='vX'\nSANITY_TOKEN=\n\nAUTH_SECRET=\nAUTH_GITHUB_ID=\nAUTH_GITHUB_SECRET=\n```\n\nReplace the placeholder values with your actual Sanity credentials. You can obtain these credentials by signing up \u0026\ncreating a new project on the [Sanity website](https://www.sanity.io/).\n\n**Running the Project**\n\n```bash\nnpm run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) in your browser to view the project.\n\n## Tutorial\n\nAn amazing tutorial done by [@adrianhajdin](https://github.com/adrianhajdin) with implementation of latest and greatest features of Next.JS 15\n\n\u003ca href=\"https://youtu.be/Zq5fmkH0T78?feature=shared\" target=\"_blank\"\u003e\u003cimg src=\"https://github.com/sujatagunale/EasyRead/assets/151519281/1736fca5-a031-4854-8c09-bc110e3bc16d\" /\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahlyab%2Fyc_directory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahlyab%2Fyc_directory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahlyab%2Fyc_directory/lists"}