VibeX
← All docs

Reference

What VibeX builds

The stack behind every generated app.

Every app VibeX generates is a single-page web app built on a modern, standard stack — real code you can read, run, and own.

  • React 18 with TypeScript.
  • Vite 6 for the dev server and production build.
  • Tailwind CSS 3 for styling.
  • lucide-react for icons.
  • Stock images from Pexels when your app needs them.

Apps are front-end only today (no server or database by default). Builds run in a memory-constrained sandbox, so VibeX prefers small libraries and hand-rolled components over very heavy dependencies.