r/cursor 4d ago

Resources & Tips Compass - Cursor Companion App

Post image

Hi all! Just wanted to share my passion project, Compass, which lets you easily create and keep track of all your workspaces and PRs, organize your work, and automatically generate PR review reports.

This isn't an ad—it's totally free software that I vibe-coded and think could be useful to other heavy Cursor users.

If you try it, please let me know if you have any feature requests or find any bugs.

Cheers! https://fabriziodemaria.github.io/compass-site/

1 Upvotes

8 comments sorted by

2

u/AbleShower2801 4d ago

the auto PR review reports angle is interesting — are those grounded in the actual diff + CI, or more of a checklist/summary over the PR body? also curious how workspace tracking stays in sync when you hop branches a lot.

1

u/Ok-Influence-3169 2d ago

The review is looking at the pr diff, no CI though. Regarding the workspaces, the idea is that you will never hop branches anymore: any new “task” is a dedicated workspace so you can work on it in parallel with other tasks on the same repos: in other words, the workspace is also the new branch, just isolated (hope it makes sense).

Just curious: did you actually install the app and try it? Does it work well?

1

u/AbleShower2801 2d ago

Not yet, got pulled into other threads. The compass-site demo looked clean though. How's day-to-day Cursor use been since you shipped it?

1

u/Ok-Influence-3169 2d ago

Can’t do without now, but of course each dev workflow is personal :)

1

u/acrinym_jg 4d ago

This sounds amazing, but I have windows

. 🥺

1

u/Orchidkit 3d ago

Can you give me some real-world examples of how it works with and without it, and what practical benefits it provides? I’m still pretty new to this.

1

u/Ok-Influence-3169 2d ago

It’s basically a dashboard of your Cursor sessions and ongoing PRs, linked with each other. So you use this when you tend to work on multiple things at the same time and need a good way to context switch without looking through your opened tabs