PROJECTS
AORNUM

Projects

Here is the list of projects I have worked on. The code to all of them can be found on my Github, some of them have a live version that you can check out, sadly that's not the case for all of them, mostly because I don't want to keep going back to them and troubleshoot the issues that may have come up from months/year old code.

Each of them has a small writeup about what I did, why and how and what I learned from them.

2025

Not sure what the motto is for 2025 but it already feels like a good year, my plan is to keep building stuff I like, I think I have most of the low and mid hanging fruits out of the way and now I can focus on tougher problems or simply things I come up with and want to build.

superhuman benchmark

superhuman benchmark(2025)north_east

Superhuman benchmark is a Python script with a command line interface designed to solve all tests available on Human Benchmark with 100% accuracy, demonstrating automation capabilities through natural browser interactions.
timeslot

timeslot(2025)north_east

Timeslot is a spiritual successor to deadair that enhances the viewing experience through improved UI/UX design, expanded functionality, and a seamless companion browser extension for ease of use.

2024

2024 I decided to focus on building less but more polished projects. My mentality was the same, build for the sake of building, but now I wanted to learn deeper rather than wider. I wanted to spend more time on the same couple of technologies and master them as much as I could. This means that if the proyect was web based I would use React, Next, tRPC for them.

4combinator

4combinator(2024)north_east

4combinator is a read-only interface for selected 4chan boards, featuring a Hacker News-inspired UI designed for a work safe browsing experience.
mushare

mushare(2024)north_east

Mushare is a music sharing platform that allows you to create and share music charts and grids with your friends.
react bonsai

react bonsai(2024)north_east

React Bonsai is a bonsai tree generator, written in react using typescript. It intelligently creates, colors, and positions a bonsai tree, and is entirely configurable
polemos royale

polemos royale(2024)north_east

Polemos Royale is a remake of the original Polemos, but with a battle royale twist. It allows for more players, more events and more customization and a map through which the players can move and roll dice to determine the outcome of the events.
today in

today in(2024)north_east

Today In is a subreddit post aggregator that allows you to see a summary of the top posts of the day in a subreddit. Giving you a quick overview of the sentiment of the subreddit and the most popular posts and comments so far. It uses Google's Gemini to summarize the content and give the user a newspaper-like experience.
momentum

momentum(2024)north_east

Momentum is a daily habit tracker that I made to help me keep track of my habits. It allows you to create habits lists and challenges that you and other users can subscribe to and complete, getting badges and rewards for completing them.

2023

In 2023 I decided to pour my efforts into learning a lot of new technologies and frameworks without focusing on a specific subset of them. I wanted to get a broad understanding of the web development ecosystem and see what I liked and what I didn't. Learning how different frameworks and libraries work and how they solve problems allowed me to see the bigger picture and make more informed decisions in the future. The main objective was to 'just build stuff' and see what I could come up with. I built a lot of small projects most of them just for myself and my friends.

About halfway through the year, I found this blog post by Nick Tietz that resonated with me. Who cares if you build something that no one uses? Who cares if you write something that no one reads? Probably even these words will only be read by me and a handful of people in the long run The point is to learn, or not even learn, just to build something for the joy of building something and the satisfaction that comes with it.

deadair

deadair(2023)north_east

Deadair is a new way to watch youtube in the background. It allows you to create channels with set schedules that run throughout the week, allowing you to hop in and out of the constant stream of content, just like a TV channel would. It also allows you to create your own channels and share them with your friends.
nochan

nochan(2023)north_east

nochan is a ephemeral imageboard that I made as a way to learn more about Next, Tailwind and Bun! It allows users to create threads and post images that are stored in a database and are deleted after 24 hours.
spring'83

spring'83(2023)north_east

Spring '83 is a protocol for communication dreamed up by Robin Sloan. This project implements both a client and server for the protocol, which is based on the distribution of HTML 'boards' - limited to 2217 bytes and unable to execute JavaScript or load external resources. It also includes a key generator for users to generate their own cryptographic keys.
chimera

chimera(2023)north_east

Chimera is a Minesweeper game that provides a daily challenge, similar to games like NYT's Wordle. Each board is unique every day, and all players are given the same starting position. It also includes a leaderboard that tracks the highest winstreaks and statistics of previous days, with heatmaps to show in what bombs the players exploded the most.
minos

minos(2023)north_east

Minos is a pathfinding visualizer that I made, my main goal with this project was to revisit some of the pathfinding algorithms I learned in college and to try out Next.js. In the spirit of revisiting the algorithms added a section to learn more about them, their premise and how their implementation works in TypeScript.
polemos

polemos(2023)north_east

Polemos is a text based fight simulator. It draws clear inspiration from BrantSteele's Hunger Games Simulator. My friends and I liked playing around with the Hunger Games Simulator, but we wanted to make something that was more customizable that allowed for far more players, events and stat tracking between rounds to keep track of the winners and losers.
rhea

rhea(2023)north_east

Rhea is Conway's Game of Life simulator with a finite grid that wraps around, allowing for unique patterns and behaviors. Features include saving/loading patterns, speed control, and a pattern creation panel.
eos

eos(2023)north_east

Eos is a starterpage that combines the things I use the most when I launch a new tab with extra functionality including notetaking, RSS feed aggregation, spotify tracking stats and more.