Back to all projects Project

Vaibes

An AI-assisted documentation explorer and project initiator for learning paths, curated technical content, recommendations, flashcards, and project bootstrapping.

2025 Product architect and developer
  • TypeScript
  • CSS
  • JavaScript
  • MDX
  • AI
  • Next.js
Vaibes screenshot

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

The application is a TypeScript web app with API routes, tests, admin workflows, content ingestion, search events, GitHub integration, and AI suggestion endpoints. It has a broad product surface rather than behaving like a narrow static documentation site.

The content model supports learning paths, badges, spaced repetition, featured resources, feedback routes, and external content APIs.

Design choices

Vaibes separates the content factory from the app shell. That makes it possible to refresh or expand the knowledge base without redeploying the whole product, and keeps editorial work reviewable on its own.

Current state

Active. Current work focuses on link catalogs, admin queues, inline search, and keeping AI-assisted content processing observable.