Open source: Knowledge Studio

Knowledge Studio is a separate open-source demo from Luckee: YouTube transcripts, optional AI flows, and a small dashboard. Think of it as a side stack—same shape (Next.js + Express + Supabase), different repositories and product surface.

What you are running

Two checkouts: a TypeScript Next.js app (local path often knowledge-studio-open-source) and an Express server (often knowledge-studio-express-server) for transcript fetch, AI routes, and persistence. READMEs define env vars, migrations, and dev commands.

Repositories

Clone both, then follow the web README first so the browser points at your API (same idea as Luckee’s NEXT_PUBLIC_API_URL or whatever the project names it).

  • Web (Next.js): public GitHub link not published yet — use your checkout (e.g. knowledge-studio-open-source). — front end, env, npm run dev.
  • API (Express): public GitHub link not published yet — use your checkout (e.g. knowledge-studio-express-server). — install, env, Supabase, migrations, server start.

Goal: both repos running locally

API listening per its README, Next.js dev server up, and the UI successfully talks to the API. Use each repo’s docs for CORS, auth, and provider keys (AI) if you enable those features.

Product & technical docs

Behavior and InnerTube transcript notes live under Data → Knowledge Studio in this documentation site—not on this open-source page, which is only the repository map.