Show HN: I built a directory of 1000 GitHub Copilot resources(copilothub.directory) I got tired of bookmarking random GitHub repos and blog posts to find good Copilot prompts, so I built CopilotHub (https://copilothub.directory). Another tool in your dev toolkit: a searchable directory for Copilot prompts and instructions. It's a searchable directory where you can: - Browse 100+ prompts by category - Search by keywords, language, or framework - Submit your own prompts (open to contributions) - Find instructions for specific use cases Started with content from awesome-copilot, now growing through community contributions. Architecture: - Next.js 15 App Router with server-side filtering - Prisma + Neon for the database - Full-text search with category filtering - Community submission system (pending approval workflow) Open-source and free. Why it exists: - Saves time hunting for prompts - Centralized resource for the community - Easy to contribute and discover What makes it different: - Not just a static list – fully searchable - Server-side filtering for performance - Community-driven curation - Proper attribution for imported content Repo: https://github.com/eddybenchek/copilothub What's missing? What would make this more useful? |