A curated collection of trending YouTube content niches and ideas to inspire creators.
🌐 Live Website: youtubecontentideas.com
This is a comprehensive, open-source collection of YouTube content ideas built with modern web technologies. Each idea includes detailed guides, tips, and real-world examples to help content creators build engaging videos.
- 🎯 Content Ideas - Carefully researched and documented
- 🔍 Smart Search - Real-time filtering by keywords and tags
- 🏷️ Niches - Organized across diverse content categories
- 📱 Responsive Design - Works on desktop, tablet, and mobile
- 📖 Detailed Guides - Each idea includes comprehensive content
- 🔗 Live Links - Browse ideas on the website with rich formatting
- Astro - Modern static site generator
- Tailwind CSS - Utility-first CSS framework
- TypeScript - Type-safe JavaScript
- MDX - Markdown with JSX components
- React - UI components for interactivity
src/
├── components/ # Reusable UI components
├── data/ # Data loading and niche management
├── ideas/ # Idea files in MDX format
├── niches/ # Niche category files
├── layouts/ # Page layouts
├── pages/ # Astro pages and routing
└── styles/ # Global styles
We welcome contributions! Here's how you can help:
- Add new content ideas - Create MDX files in
src/ideas/
- Improve existing content - Enhance guides with more details
- Add new niches - Create niche files in
src/niches/
- Fix bugs - Report issues or submit pull requests
- Improve design - Enhance UI/UX components
- Create a new
.mdx
file insrc/ideas/
- Add frontmatter with
title
,description
,tags
, andniche
- Write comprehensive content with tips, examples, and guidance
- Test locally with
npm run dev
- Submit a pull request
Example frontmatter:
---
title: "Your Content Idea Title"
description: "Brief description of the content idea"
tags: ["tag1", "tag2", "tag3"]
niche: "category-name"
---
git clone https://github.com/soasme/YouTubeContentIdeas.git
cd YouTubeContentIdeas
npm install
npm run dev
Visit localhost:4321 to explore the ideas locally.
MIT License - see LICENSE for details.
Built with ❤️ by the open-source community