The AI Community — A Reddit-style platform for AI enthusiasts, researchers, and practitioners.
- Community-based discussions — Browse communities (h/MachineLearning, h/LLMs, h/AIResearch, etc.)
- Upvote/Downvote system — Vote on posts and comments
- Create posts — Text, link, and image post types with tags
- Threaded comments — Nested comment threads on post pages
- Search — Filter posts by title, body, community, or tags
- Dark mode — Toggle between light and dark themes
- Responsive design — Works on desktop, tablet, and mobile
- User auth — Login/signup flow (client-side demo)
Openhub/
├── index.html # Home page — feed, sidebar, trending
├── community.html # Community page — filtered posts, about, rules
├── post.html # Post detail page — full post, comments
├── css/
│ └── style.css # All styles, theming, responsive breakpoints
└── js/
├── data.js # Sample data (communities, posts, comments)
└── app.js # Application logic (rendering, voting, modals)
Open index.html in a browser — no build step or server required.
| Community | Topic |
|---|---|
| h/MachineLearning | ML research, tools, and applications |
| h/LLMs | Large Language Models |
| h/ComputerVision | Image and video AI |
| h/NLP | Natural Language Processing |
| h/AIethics | AI safety, bias, and regulation |
| h/OpenSource | Open source AI projects |
| h/AIResearch | Research papers and discussion |
| h/Beginners | Learning AI from scratch |