[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live)

[v0](/c/v0/59)

# Monorepo with folders in V0

201 views · 1 like · 5 posts


Simon (@simonstrumse) · 2025-06-22

Is there a way to work with a monorepo with folders for different parts of an app in V0 currently?

If not, figuring out a way to do that would be really sweet.


Anshuman Bhardwaj (@anshumanb) · 2025-06-23

Hi @simonstrumse, thanks for sharing this feedback. Can you elaborate a little more on the use case so I can take this forward with our team?


Arcadia822 (@arcadia822) · 2025-06-28

Hi @anshumanb I have same need.

for example a project with structure:
```
watchdog-mvp/
  - backend/           
  - frontend/
      - app/
      - components/
      - hooks/
      - lib/
      - styles/
      - package.json
      - tsconfig.json
      - tailwind.config.ts
      - postcss.config.mjs
      - ...
  - README.md
  - vercel.json        
  - ...
```


currently it's a blank page in v0


Arcadia822 (@arcadia822) · 2025-06-28

A configuration set the relative path of the frontend directory would be great. 

Also v0 should only contribute code inside this folder.


pmandiola (@pmandiola) · 2025-08-12 · ♥ 1

+1 to this. Having v0 work in a frontend/ subfolder and having a separate for the backend/ that could be in a different language is something we are also looking for.

Currently Vercel projects have this option in the configuration, but v0 doesn’t support it.