June 16, 2025
Slowly working on adding sharing filament boxes with other users! You can choose if they are able to only view it, be able to make logs, or edit/add filament in the box.
Some final touches before shipping: minor bug fixes, confetti for individual tasks, and notifications to let you know to get to work/take a break!
I found this cool background online and I thought it would fit perfectly with the app, and with some modifications, it looks really nice!
Finished the snake game! It's exactly as you'd expect. (it also took me way longer than it should've)
Fixed a couple things up on the puzzle game and made mouse clicking also move the blocks!
Starting work on making games you can play during your breaks. The first one is this simple block puzzle!
Made a finished screen! (there's confetti!)
You can now edit/delete tasks
Alright this is likely the last ship, but Filatrack is finished! I can't think of any more features I want but I'm sure I'll think of all of them when SoM is over. Anyway, over 400 users have joined Filatrack and we are FOURTH on the SoM leaderboard! I'm super happy that people find this project cool and want to use it, and I'm glad I could enter it in SoM!
The timer works! I have a couple more features to add before shipping, like adding/removing/editing todo items, and some more surprises!
Almost done with the frontend portion of the timer page!
Finished the start screen. Next is actually making the timer page (obviously)
Basic UI and project set up. You may recognize the colors from my other project, Filatrack!
The world's simplest productivity app! Add what you want to do, set a timer (with breaks!) and get stuff done! Strictly made without AI.
Finished up some basic commands! I'll start working on the actual coding part of it now!
Got UI and very crude commands running. The FS is simply just a JSON object, and the commands come from a list of command that each have an execute function.
Just a little OS in your browser, with a small programming language built-in.
Here is the user and filament counts now! Things have slowed down but there's still quite a few users.
I've done a couple updates just now, including some backend changes and bug fixes but most importantly I've reworked QR codes! They have a much better look than before and they are easier to cut out. I've also added a new color swatch option that just shows a little square of the color of the filament. Finally, the page for printing them loads a lot faster with more filament now.
I added little filament swatches to boxes to quickly see what's inside!
Was fixing a couple a bugs regarding boxes, and I was adding a reorderable list and this happened (I have no idea how to fix this)
Filament boxes are just about done!
I went through and updated a bunch of stuff on the website, as it's been getting old
Working on better organization for filament (very concept UI)
I just released v1.1.0 for Filatrack!
- New dashboard page!
See overview of filament and your statistics
Quickly see recently used filament and add new filament
Now the default page when logged in
- Backend changes to logging filament
- Fixed visual bugs in filament list
Working on a dashboard, with a cool pie chart to graph your filament!
New landing page background!
Set up database backups on my VPS as Supabase doesn't do them for free, and this is more convenient.
Added changelogs! I've also been experimenting with a 'dev' branch to better stage deployments.
The list now actually works as a list! (yes, this took an hour)
After a little while more I made a simple (not interactive) navigation list
I just wrangled with VSCode, gcc, make and like 5 other things to try and get pressing the run button to actually run the project, but it just wouldn't work. I tried to undo everything I'd done and everything just stopped working, with basically no errors. After undoing a couple more things, it just randomly started working when I changed nothing.
Note to self: NEVER work with C/C++ on windows. It's just awful and nothing ever works
Got basic box rendering done. This is in C++, and I'm not fully familiar with it so this took a while lol
Your own factory, in your terminal!
Fixed up a lot of issues with editing/deleting filament logs, also added notes to filament logs!
Got the database up and running (locally) and a simple media endpoint that just returns the media with the ID.
Started the project and made the simplest possible uploader. Just takes in an image and saves it.
Some backend work today, I made error reporting more modualerized and easier to use for me and the end user.
The prints update is done! There are still a couple things to fix/add but it's been released!
Working some more on logging prints. Heres part of the add print dialog
I used the shells I got from the last ship to buy a domain for Filatrack! It now goes by filatrack.app, and I'm very excited!
Starting work on tracking individual prints, including what filament was used in them.
Got bored and made a handful of all around improvements to the interface. It's hard to notice some of the changes, the biggest one is the footer at the bottom is now visible on most pages.
Did a little code reorganizing and commenting. Definitely will help me and any contributors out a little!
(also changed my vscode theme lol)
Updated landing page
Added edit mode! Allows you to reorder your filament however you'd like, bulk delete and create multiple QR codes at once!
Working on reordering filament in the app. Turns out drag and drop is a very hard thing to get right... (i hate every part of this)
Spent a bunch of time on a new landing page. It was pretty barren before but has a lot more info now!
Did a couple general bug fixes (specifically with being a new user) and made the add filament dialog easier to understand
Final devlog!
The app has a couple big updates I want to make, but it's in a state I'm very happy with so it's time to ship!
So far, the app has amassed 345 users, collectively tracking 598 filament rolls!
I'm amazed how many people found interest in this app.
You can find the app at https://filatrack.vercel.app/ !
I've updated the details pane to actually show notes about filament. Previously you just couldn't see notes so this is a big improvement
Quick bug fix involving user preferences- turns out I forgot to actually implement it.
I've added a bunch of things recently but I'm most excited about QR codes! You can print one out for each filament you have and then you can scan it to quickly see details and log the filament!
I made a reddit post yesterday and woke up this morning with almost 200 users! I am astonished how much people actually want to use the app. I'm working on a lot more things that have been suggested and many bugs as of now, the pressure is really on!
Quick tangent, added Google OAuth! I'm not sure what other providers would be useful, please comment anything you'd want to see!
Some more boring backend work later, logging prints works! Here is the dialog to log a print. It works as you'd expect with multiple filaments as well!
Frontend for the printer update is done (mostly), now working on backend!
Still slowly working on tracking printers, but progress is being made! Right now it's all about making the UI, then I'll work on the backend. Here's the modal for selecting what printer to load a filament to!
Slowly working on a whole new section of Filatrack. You will be able to add your printers (not connect, unfortunately (yet)), track individual prints and what filament is loaded in what printer!
Improved the landing a bit! Changed the text and added this rolling filament preview, I think it looks pretty good and adds a little flare!
Added a search bar for filament! You can use b:
and m:
to search brand and material respectively! Also made a bunch of backend changes for organization, as well as added the Sonner library for really nice toasts!
I updated and added some analytics for me to look at for the app-- and it has already reached 10 registered users! It's not a lot but I'm pretty proud of it.
I've done a bunch of work before uploading the project here- let's talk about it!
Stack
The whole thing is made in NextJS, with Drizzle ORM + Supabase for the database, Auth.JS for authentication, and Vercel for hosting. This is a really smooth stack to work with, it makes it easy for me to handle authentication and database queries through server functions. When I push any changes, Vercel just builds and ships it! I've managed to create and run the whole project for free, but it may not stay that way in the future depending on how many users I get.
That being said, if you want to see this project grow further in the future, please feel free to give me some support! Go to https://mrdiamond.is-a.dev/support if you would like to give me a hand.
Authentication
I use AuthJS, which makes it super easy to set up any authentication. There are probably less than 100 lines of code currently handling authentication. It's a really nice framework!
Database
At first, I was using Prisma ORM, but as it turns out, it doesn't run very well when it comes to serverless in my experience. I wanted to try something new anyway, so I switched to Drizzle ORM. It's much smoother and more tightly integrated to my workflow!
Supabase is also a very good db provider, it just works and it's free.
Struggles
At first, I was also trying to deploy to Cloudflare Workers. After wranglering with it for hours, I gave up. Workers is extremely hard to deploy NextJS on. Every error I got didn't seem to match anyone else's errors, and I couldn't solve any problem that arose. I switched to Vercel and on the second build, everything was up and working. I am really disappointed with Cloudflare Workers and Wrangler, they don't have very good documentation and it is extremely hard to configure an existing project to use Wrangler. There are much better options, and even some with better free tiers. I also tried CF pages, but that also just didn't work.
All that being said, the app is fully functional! There are a handful of features I will be adding in the future, but right now, it is perfectly functional, exactly how I envisioned it. If you are interested in 3d printing, please check it out @ https://filatrack.vercel.app/
The simplest way to track your 3d printing filament. No ads, free forever. Made with Next.JS, Drizzle ORM, and Supabase.
This was widely regarded as a great move by everyone.