VibecodedHub: A Discovery Platform Built Entirely with Claude Code

Project Overview
A developer has built VibecodedHub, a discovery and launch platform for "vibe-coded" projects — projects built with Claude, Cursor, and other AI tools. The platform aims to help these projects get discovered rather than disappearing into GitHub repositories.
Development Approach
The entire build was done with Claude Code as the primary engineer across multiple focused sessions. The developer treated Claude Code as a senior full-stack engineer with clear constraints and followed a phased approach:
- One system at a time (authentication first, then database, then features)
- Confirming each phase before moving to the next rather than letting it run continuously
Platform Features
The complete build includes:
- Landing page
- Authentication system
- Content feed
- Project submission functionality
- Stripe payment integrations
- Admin panel
- SEO implementation
- Open Graph (OG) image generation
Current Status
The platform is live at https://vibecodedhub.com and is accepting submissions of projects built with Claude and other AI tools.
📖 Read the full source: r/ClaudeAI
👀 See Also

Running a Multi-Agent Startup Team on OpenClaw: Setup and Patterns
The noHuman Team built a web UI that deploys multi-agent OpenClaw setups with pre-built team templates, isolating each agent in its own virtual computer with a browser. They use a simple HTTP relay for agent communication and maintain role boundaries for focused work.

The Left-Wing Case for AI: Disability, Chronic Illness, and Class
Sean Goedecke argues that LLMs serve left-wing values by aiding disabled people, helping chronic illness patients navigate medical gatekeeping, and enabling class code-switching to bureaucratic language.

Real-time Conflict Monitor Built with Claude API Analyzes News Impact
A developer used Claude's API to build an automated pipeline that reads conflict news from 100+ sources, classifies by topic/country/severity, generates impact scores (1-100), and produces 3-line smart summaries.

Building an AI Receptionist for a Mechanic Shop: RAG Pipeline and Voice Integration
A developer built a custom AI receptionist named Axle for a luxury mechanic shop using a RAG pipeline with MongoDB Atlas and Voyage AI embeddings, then connected it to a real phone line via Vapi with FastAPI and Ngrok.