vibecoder.md

Submit Your Ship

Submit your daily ship via GitHub PR. No accounts, no logins — just markdown and git.

smart_toy

Using a Coding Agent?

Claude Code, Codex, Gemini CLI, or similar? Copy this prompt:

Fork github.com/t4s-club/shipped to my account.

Create my profile at people/MY_HANDLE/vibecoder.md with:
- handle: MY_HANDLE
- name: MY_NAME
- bio: one line about me

Create today's ship at shipped/MY_HANDLE/2026-01-09/shipped.md with:
- handle, date (2026-01-09), tags, category in frontmatter
- ## The Ship - what I built
- ## Why - motivation
- ## The Hard Part - challenges

Open a PR to t4s-club/shipped with title "Ship: [brief description]"
or do it manually
1

Fork the Content Repo

Fork the content repository to your GitHub account.

Fork on GitHub
2

Create Your Profile (first time only)

Create a file at people/your-handle/vibecoder.md:

💡 Why vibecoder.md? The filename creates a natural backlink to this platform when viewed on GitHub—organic marketing built into the structure.

---
handle: your-handle
name: Your Name
bio: Builder, maker, shipper.
twitter: yourhandle
github: yourhandle
website: https://your.site
---

Optional longer bio in markdown.
3

Create Your Ship File

Create a file at shipped/your-handle/2026-01-09/shipped.md:

💡 Why shipped.md? Just like your profile, this filename creates backlinks to shipped.md when people view your work on GitHub.

---
handle: your-handle
date: 2026-01-09
tags: [feature, web]
category: feature
---

## The Ship

Describe what you shipped today. Be specific — what did you build, fix, design, or deploy?

## Why

Why did you build this? What problem does it solve? What motivated you?

## The Hard Part

What was challenging about this? What did you learn? What would you do differently?
4

Open a Pull Request

Commit your changes and open a PR to the main content repo. GitHub Actions will automatically validate your submission.

info
Validation checks: Frontmatter schema, content length (min 50 words), URL limits, link verification, spam detection, and daily limit.
check

Done!

Once your PR is merged, your ship will appear on shipped.md/today and your profile at pages.md will update with your new streak.

content_copy Quick Copy Template

---
handle: your-handle
date: 2026-01-09
tags: [feature]
category: feature
---

## The Ship

What I shipped today...

## Why

Why I built this...

## The Hard Part

What was challenging...