Things I’ve made.
I’ve worked on tons of little projects over the years. These are just a few that are open source that I can share with you.
Estimation Party
A simple solution to Planning Poker. Create a room, invite your team, and start estimating. I built this full-stack realtime application using Next.js and Supabase.
estimationparty.com
NPM Package: next-rails
A CLI for generating a Next.js app with Rails CLI-like features. Utilizes Create Next App and Knex and custom code generation to quickly scaffold a full-stack Next.js project the Rails way.
npmjs.com/package/next-rails
Repo Inspector
ChatGPT Plugin written in Python: Inspect Git Repositories. Submit a GitHub, Gitlab, etc., HTTPS link. The repo gets cloned and reviewed using by Repo Inspector.
github.com/mattlgroff/repo-inspector
Ask CLI
A ruby program that let's you query OpenAI from the command line using their API
github.com/mattlgroff/ask-cli
Bun Apollo GraphQL Server
An Apollo GraphQL server running on Bun, an alternative to Node.js.
github.com/mattlgroff/bun-apollo
Mortgage Calculator
Inspired by Ramsey's Mortgage Calculator but the focus is keeping the total monthly payment under 30% of your monthly after-tax take-home pay.
github.com/mattlgroff/mortgage-calc