I am curious what the average Cursor user’s project looks like in terms of size. Is there any data on this? Any surveys? Wouldn’t this info be helpful for the Cursor team to understand and improve the product?
1 Like
Would also be curious to see how this spreads.
In my case hundred to a thousand files depending on project.
I used cloc to get an idea below.
If anyone wants to check out cloc, the git repo is below.
My one project consists of (all different git repos):
NextJS Application (Frontend) (src dir only)
- 5,747 files
- 1,260,619 lines of code
Old Express API Application (slowly migrating over to NestJS app)
- 491 files
-
- 32,511 lines of code
New NestJS Application
- 57 files
- 11,890 lines of code
Now I understand why I get so frustrated with Cursor and context issues. lol…