/project/vibe-code-club

Vibe Code Club

A lightweight directory for projects built with meaningful AI involvement.

Vibe Code Club is a small static directory for apps, tools, experiments, and websites shaped by AI. It groups listed projects by VCC-A, VCC-V, and VCC-Z levels, with filters for certification level and listing source.

The project lives at https://vcc.loscy.com/. It is also bundled here as an independent static subsite under /vcc/, so it keeps its own HTML, CSS, JavaScript, generated project index, badge asset, and join form without affecting the blog theme shell.

What it includes

  • A searchable project directory
  • Level and status filters
  • A badge generator for linked projects
  • A join form that generates project JSON
  • Static project data under /vcc/projects/

Implementation

VCC is plain static HTML, CSS, and JavaScript. The directory loads projects/index.json, renders project cards client-side, and keeps submission data in simple JSON files so new entries can be reviewed through version control.