DEV Community

Alex Devson
Alex Devson

Posted on

30 Open Source Projects in 3 Years — Here's Every Repo and What It Does

Here's the complete catalog of everything I've open-sourced. Each project solves a specific problem. All are MIT licensed with zero dependencies.

🤖 Developer Tools

Project What It Does
Rotato API key rotation proxy — multiply your rate limits
ccheckpoints Checkpoint system for AI-assisted coding

📱 Android Libraries

Project What It Does
TheActivity One-line permission handling + activity results
EasyPeasy SharedPreferences wrapper — save anything in one line
BetterAndroidButton Beautiful customizable buttons in one XML tag
AndroidEasySQL-Library SQLite CRUD without Room's complexity
TreeView Hierarchical data display with unlimited depth
AndroidAppLockScreen Show your app on the lock screen
Flavoured Multi-variant Android apps from one codebase

🦋 Flutter

Project What It Does
flutter_getx_pattern Production-ready GetX architecture template

🖥️ Desktop

Project What It Does
electron-shadcn-typescript Electron + React + TypeScript + Tailwind + shadcn/ui starter

📲 Full Applications

Project What It Does
SayHi Full-featured messenger clone for Android
Who-Unfriended-Me Facebook unfriend tracker

The Philosophy

Every project follows the same principles:

  • Zero dependencies where possible
  • One problem, one solution
  • Great documentation
  • MIT licensed

Browse Everything

github.com/p32929

If even one of these saves you time, I'd love a star. And if you build something cool with them, let me know!

What should I build next?

Top comments (0)