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

Claude Project for Daily Planning with Todoist and Google Calendar Integration
A developer built a Claude Project that functions as a full-time management assistant connected to Todoist and Google Calendar. The system plans daily schedules, tracks habits, and runs reviews using three specific roles: Task Auditor, Habit Scheduler, and Schedule Composer.

State Machine Approach for Coordinating Multiple AI Agents
The team at ultrathink.art found that coordinating multiple AI agents requires explicit state transitions, heartbeat timeouts, retry limits, and task chaining rather than traditional message queues. They implemented mandatory quality gates between agent handoffs to prevent garbage output.

Building a Voice Assistant with OpenClaw, Alexa, and Local LLM
A developer built a voice-first assistant using OpenClaw as the AI agent backbone, Alexa for voice input, and a local LLM (Ollama with Qwen 2.5 3B) to handle general knowledge queries with sub-second response times and reduced API costs.

Claude AI Used to Set Up Proxmox Home Server via SSH
A developer used Claude AI over SSH to configure a Proxmox VE 9.1 home server, performing tasks from drive formatting and ZFS pool creation to Docker deployment and security hardening.