The Idiot Vibe Coder

Retro-terminal blog engine

Post

Hello, Vibe Coder

Welcome to The Idiot Vibe Coder

This is the first post on this retro-terminal blog engine. Let's test some GitHub Flavored Markdown features!

Features to Test

Code Blocks

function vibeCode(quality: string): string {
  return `Delegating ${quality} code to AI agents...`;
}

console.log(vibeCode("production"));

Tables

Feature Status Notes
Markdown Parsing Using remark + GFM
Frontmatter Validated with gray-matter
Routing Next.js App Router

Task Lists

  • Initialize Next.js
  • Create routing structure
  • Implement blog engine
  • Add retro terminal aesthetic
  • Deploy to Vercel

Autolinks

Check out the repo: https://github.com/GarGraham/TheIdiotVibeCoder

Strikethrough

This is the old way This is the new vibe way.

What's Next?

The next steps in Phase 1 include:

  1. Tag support
  2. Series support
  3. Now page
  4. Homepage feed
  5. E2E testing with Playwright

The vibe coding approach means we move fast with AI assistance while maintaining quality through structured documentation and verification.

Comments