Vaibes
An AI-assisted documentation explorer and project initiator for learning paths, curated technical content, recommendations, flashcards, and project bootstrapping.
What it does
Vaibes is a learning and project-starting environment for AI-assisted software work. It combines documentation browsing, persona-based recommendations, learning paths, flashcards, feedback, and a project initiator that helps turn vague intent into a more structured build plan.
The product is content-driven: the app can consume a remote manifest and keep the learning surface decoupled from the content repository.
Technical shape
A web app with real routes behind it: content ingestion from , AI suggestion endpoints, search-event logging, and admin workflows for reviewing what comes through. Not a static documentation site with a search box.
The content model carries learning paths, badges, and spaced repetition, and exposes the whole library through an API so something else can consume it.
Design choices
Vaibes separates the content factory from the app shell. That makes it possible to refresh or expand the without redeploying the whole product, and keeps editorial work reviewable on its own.
Current state
Active. Recent work has been on link catalogs, admin queues, and inline search, plus making the AI-assisted content processing visible enough to debug.