An open API service indexing awesome lists of open source software.

https://github.com/aaronlab/startup

LaunchKit + VibeBoard β€” AI-powered launch toolkit and vibe-coded tool discovery platform
https://github.com/aaronlab/startup

Last synced: 11 days ago
JSON representation

LaunchKit + VibeBoard β€” AI-powered launch toolkit and vibe-coded tool discovery platform

Awesome Lists containing this project

README

          

# πŸš€ Startup β€” LaunchKit + VibeBoard

[![Deploy](https://github.com/aaronagent/startup/actions/workflows/deploy.yml/badge.svg)](https://github.com/aaronagent/startup/actions/workflows/deploy.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Pages](https://img.shields.io/badge/Live-GitHub%20Pages-blue)](https://aaronagent.github.io/startup/)
[![Release](https://img.shields.io/github/v/release/aaronagent/startup)](https://github.com/aaronagent/startup/releases/latest)
[![i18n](https://img.shields.io/badge/i18n-EN%20%7C%20δΈ­ζ–‡-green)](https://aaronagent.github.io/startup/)
[![Zero Deps](https://img.shields.io/badge/dependencies-0-brightgreen)]()

> **Build it. Launch it. Get discovered.**
> The complete toolkit for vibe coders.

🌐 **Live Demo:** [aaronagent.github.io/startup](https://aaronagent.github.io/startup/)

## Two Products, One Mission

### πŸš€ [LaunchKit](/launchkit)
**Paste your URL β†’ Get a complete launch package.**

Vibe coders build amazing tools but don't know how to promote them. LaunchKit solves this by generating everything you need to launch:
- πŸ“± Reddit post (optimized for r/vibecoding, r/sideproject)
- 🐦 Twitter thread (with hashtags & engagement hooks)
- πŸš€ Product Hunt copy (tagline + description + maker comment)
- πŸ’» Hacker News "Show HN" post
- 🌐 Landing page (ready to share)

All AI-generated. All editable. All copyable with one click.

### ⚑ [VibeBoard](/vibeboard)
**The front page for vibe-coded tools.**

Product Hunt for the vibe coding era. Discover what people are building with AI, vote for the best, submit your own creation.
- πŸ” Search & filter by category
- ⬆️ Vote for your favorite tools
- πŸ“Š "Built with" stats (Cursor vs Claude Code vs Bolt)
- πŸ“¬ Weekly newsletter of top picks
- πŸŒ™ Dark mode support

## The Flywheel

```
Build a tool β†’ LaunchKit generates your launch package
β†’ Post everywhere β†’ Get discovered on VibeBoard
β†’ More builders see what's possible β†’ Build more tools
```

## Tech Stack

- **Frontend:** Pure HTML/CSS/JS (zero dependencies, instant load)
- **Design:** LaunchKit (dark theme, #00d4aa accent) / VibeBoard (light theme, #6c5ce7 accent)
- **Hosting:** GitHub Pages / Vercel

## Getting Started

```bash
# Clone the repo
git clone https://github.com/aaronagent/startup.git
cd startup

# Open the hub
open index.html

# Or open individual products
open launchkit/index.html
open vibeboard/index.html
```

## Project Structure

```
startup/
β”œβ”€β”€ index.html # Hub page β€” entry point
β”œβ”€β”€ og-image.svg # Social preview image
β”œβ”€β”€ sitemap.xml # Search engine sitemap
β”œβ”€β”€ robots.txt # Crawler directives
β”œβ”€β”€ design-system.html # Shared design reference
β”œβ”€β”€ 404.html # Custom 404 page
β”œβ”€β”€ launchkit/
β”‚ β”œβ”€β”€ index.html # LaunchKit app
β”‚ β”œβ”€β”€ share.html # Shareable results page
β”‚ β”œβ”€β”€ launchkit-wireframe.html # Original wireframe
β”‚ β”œβ”€β”€ launchkit-wireframe.png
β”‚ └── launchkit-design.md # Product design doc
β”œβ”€β”€ vibeboard/
β”‚ β”œβ”€β”€ index.html # VibeBoard app
β”‚ β”œβ”€β”€ tool.html # Individual tool SEO page
β”‚ β”œβ”€β”€ vibeboard-wireframe.html # Original wireframe
β”‚ β”œβ”€β”€ vibeboard-wireframe.png
β”‚ └── vibeboard-design.md # Product design doc
└── README.md
```

## Roadmap

- [x] Product design docs (LaunchKit + VibeBoard)
- [x] Wireframe prototypes
- [x] Interactive prototypes (v1)
- [x] LaunchKit v2: Pro tips, launch checklist, history, keyboard shortcuts
- [x] VibeBoard v2: Badge generator, weekly digest, tool comparison, animated stats, keyboard shortcuts
- [x] GitHub Pages deployment
- [x] SEO & Open Graph meta tags
- [ ] LaunchKit: Real AI-powered copy generation (Claude API)
- [ ] VibeBoard: Backend with Supabase (real data persistence)
- [ ] User authentication (GitHub OAuth)
- [ ] Newsletter integration (Beehiiv)
- [ ] Custom domain deployment

## Philosophy

> "ε€§ιƒ¨εˆ† vibe coders δΈζŽ¨εΉΏηš„εŽŸε› ζ˜―'ε€ͺ麻烦'θ€ŒδΈζ˜―'沑渠道'。"

We believe the gap isn't in *channels* β€” Reddit, Twitter, HN, Product Hunt all exist. The gap is in *motivation and knowledge*. LaunchKit removes the friction. VibeBoard provides the stage.

---

Built with ❀️ and AI · [aaronagent](https://github.com/aaronagent)