Star Manager is extend of management of starred repos in Github.
Although there are already some of apps that have the same function. For reason I want to build new one is, none of them satisfied my need, lacking of tag management and data sync (a database). Here are the applications, I collected and compared,
| Starflare | Astralapp | Little Star | Github | StarManager | |
|---|---|---|---|---|---|
| Layout of apps | tags/list/content | tags/list/content | tags/list/content | group of repo(above) list(below) | tags/list/content |
| Tags | custom tags | custom tags | custom tags | create list | custom tags |
| Data Sync | x | ✅ | ✅ | ✅ | ✅ |
| Starred Repos | get all | get all | get all | pagination | get all |
| Show Trending | x | x | ✅ | ✅ | x |
| Show Content | ✅ | x | x | x | ✅ |
| Export Tags | ✅ | x | x | x | x |
| Notes Repos | x | ✅ | x | x | x |
| AI Support | x | x | x | x | ✅ |
Astralapp and Little Star is not free. I like Starflare, I think the UI is pretty good, but it dose not support data sync and is wrote by Vue2, the code repos is here. So here comes StarManager, and I also add AI for abstracting README. All of the functions are free.

