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

[Feedback](/c/feedback/8)

# (BUG) Project folders not being created when Add to Codebase

48 views · 0 likes · 2 posts


rflviana (@rafaelrviana) · 2025-01-03

Hi! 

I developed a big project in frontend and to improve modularization I created different folders to organize components better. When running from v0 project runs smoothly.

Now I downloaded project to my filesystem to run local using "Add to Codebase" and I noticed that folders were not created.

For example:
```
components/subfolder1/componentA.tsx
components/subfolder1/componentB.tsx
components/subfolder2/componenteC.tsx
```

All components where generated in root folder:
```components/componenteA.tsx```

However, when I download zip folder are grouped correctly.

I already fixed it manually. But if you want to debug better I can share my chat links (not sharing here because it's a private project).


Pauline P. Narvas (@pawlean) · 2025-01-28

Thank you for sharing this feedback, @rafaelrviana! Glad to know you've managed to get it working.