Skip to main content
Vercel projects are linked to a Git repository. You can import the linked repo into Kommit to generate a structured spec.

Steps

  1. Go to Import in the sidebar and select Vercel
  2. Paste the GitHub repo URL linked to your Vercel project, or select it from your connected account
  3. Name your project and click Start Import

What gets analyzed

  • Code — Full source tree (Next.js, React, etc.)
  • Design and styles — Component styling, Tailwind config
  • Backend functionality — API routes, server actions, middleware
  • Database schema — ORM configs and migration files