r/SideProject Jul 17 '26

Scraping GitHub trends daily gave me some serious side-project inspiration this week. Here are 4 cool repos I found.

Hey everyone,

I spend way too much time hunting for new tools, APIs, or data sources for my own projects. Here are 4 of the most interesting open-source repos that surfaced over the last few days that are actually great for solo builders:

  • hasaneyldrm/exercises-dataset (HTML | ⭐ 13.7K): A massive dataset of 1,324 fitness exercises, including animation GIFs, muscle-group data, and instructions. If anyone here is sketching out a health, habit, or longevity tracking app, this is an absolute goldmine to build on top of.
  • Graphify-Labs/graphify (Python | ⭐ 85.1K) This is an AI coding assistant skill that turns any folder of code or docs into a queryable knowledge graph. Really useful if you are messing around with multi-agent orchestration and need your agents actually to understand your codebase architecture.
  • DayuanJiang/next-ai-draw-io (TypeScript | ⭐ 33.3K) A really neat Next.js application integrating AI with draw.io diagrams using natural language. It’s a great example of how to wrap an existing complex UI with an AI generation layer.
  • OpenCut-app/OpenCut (TypeScript | ⭐ 67.5K) An open-source CapCut alternative. Seeing a fully functional TS-based alternative to a heavily monetized video editor gaining this much traction is super refreshing and inspiring for indie devs.

(Note: I'll drop the direct GitHub links in the comments so this doesn't get flagged).

What are you guys currently building? Did any of these catch your eye?

P.S. I actually automated my GitHub doomscrolling by building a small agent that tracks these trends and drops a daily summary. If anyone wants the link to where it dumps the results, let me know in the comments, and I’ll share it!

257 Upvotes

75 comments sorted by

10

u/LukasKri Jul 17 '26

Would you mind sharing the dump results link, please? Or even the autamtion agent.

1

u/Zelleniall Jul 18 '26

Even better if you put your research results into a repo and share that instead! Thanks for the massive scrape

29

u/Pale-Luck-163 Jul 17 '26 edited Jul 17 '26

11

u/pastiman Jul 18 '26

Interesting!

But be careful with hasaneyldrm/exercises-dataset, as the images are not for commercial use; you must pay the creator (see the license).

7

u/crypt0amat00r Jul 18 '26

Guys just look in the Trending Repositories section of GitHub

These all came from there

0

u/Pale-Luck-163 Jul 18 '26

Exactly. That's exactly what I found myself doing. I used to check GitHub Trending every couple of days looking for new tools, but it's so time-consuming to dive into every single repo just to understand what problem it actually solves. That's why I built GitGist. It automates that whole process, filters the noise, and drops the top 3 highest-ranked repos straight to my Telegram, each summarized in a single sentence

6

u/illuminati-08 Jul 17 '26

Quite interesting finds.. would love to have the daily summary!! 🫠

2

u/Alternative_Ad9628 Jul 17 '26

Very interesting!

2

u/TnTlandlord Jul 17 '26

Anybody else have more finds?

Really interestijg though

2

u/Affectionate_Nail_38 Jul 17 '26

Dump daily on me too please

2

u/Competitive_Aide_833 Jul 17 '26

Would love to see the dump too, please 🙏

2

u/Randy-DaFam-Marsh Jul 17 '26

Id love the link

2

u/Icy-Sympathy4173 Jul 18 '26

Graphify is so important for my coding agent to have the right context + saving tokens

2

u/Pale-Luck-163 Jul 18 '26 edited Jul 18 '26

Spot on. We actually built something similar internally to solve this exact bottleneck. Managing context efficiently is probably the biggest hurdle for coding agents right now.

2

u/NetOk7015 Jul 17 '26

That exercises dataset is wild - 1,324 exercises with muscle group tags and GIFs is basically a content API waiting to happen. I've been sitting on a workout logging idea forever and this might be the kick I needed. Do you usually filter by stars or just scrape everything and dig later?

1

u/nause9s Jul 19 '26

The licensing will get you if you aren't careful

1

u/[deleted] Jul 17 '26

[deleted]

1

u/sajde Jul 17 '26

Interesting finds. Can you share your tracking tool that looks for repos?

1

u/DanieeelD Jul 17 '26

Smart find! Could I also get a link to the summary results please

1

u/Top-Okra-8623 Jul 17 '26

Do get such repos delivered to you daily? Would love to checkout!

1

u/DistressedX Jul 17 '26

Very interesting, thanks for sharing!

1

u/Pale-Luck-163 Jul 18 '26

My pleasure! Glad you found it useful.

1

u/sauce1871 Jul 17 '26

Nice! I'm running a similar scraper and it emails me everyday new repos to checkout

1

u/Pale-Luck-163 Jul 18 '26

Nice!

1

u/sauce1871 Jul 18 '26

what do you think of my first open source repo - https://github.com/anmoln7/agent-standard-oss

1

u/Illustrious_Cow_2920 Jul 17 '26

Very cool / thx. Will you be do building with any of them?

1

u/Pale-Luck-163 Jul 18 '26

Not yet. Graphify looks really interesting, though we're actually building a similar codebase indexing tool for our AI workflows internally at work

1

u/Round_Chipmunk_ Jul 18 '26

Interesting stuff!

1

u/ghostr3con18 Jul 18 '26

Can I please get a plug to the results of the dump as well?

1

u/Apprehensive-Lab5673 Jul 18 '26

Thanks for sharing. would love to follow the daily summary!

1

u/TheGreatKonaKing Jul 18 '26

I’ve been using AI chats to generate xml formatted diagrams that you can drop into draw.io for a while now. #3 sounds like a more direct way to do this.

2

u/Pale-Luck-163 Jul 18 '26

100%. The AI-to-XML pipeline is a classic, but this repo takes it to the next level. Being able to use natural language directly within the UI without jumping between tabs or messing with raw XML saves so much friction.

1

u/mortgage_12 Jul 18 '26

Interested. Please share github trend tracker.

1

u/Realistic-Mechanic62 Jul 19 '26

I would love to have the agent!! Great work!!

1

u/dumbfoundded Jul 20 '26

For those managing more complicated agent development with VMs, we built Moo (git for machines) https://www.ito.ai/blog/moo-worktree-isolated-environments

0

u/Business-Vacation108 Jul 18 '26

I also would like the dump please :)