App Builder

Coming Soon

Build apps with AI using v0 SDK integration. This page will be updated once the app builder is extracted to @repo/app-builder package.

Architecture

Once app builder is extracted to `@repo/app-builder` package, this page will import the component directly:

import { AppBuilder } from "@repo/app-builder";

export default function AppBuilderPage() {
  return <AppBuilder />;
}