The simplest way to track your 3d printing filament. No ads, free forever. Made with Next.JS, Drizzle ORM, and Supabase.
Venco
Check their projects out: Blahaj Chaos, Venco's Corner of the Internet, Hackclub Universal Turing Complete Language
Dennis
Check their project out: Boids
radioblahaj
Check their projects out: Airport Stats in the Terminal, Musings -- lil status blog , Personal Website
Antoni Wrzesinski
Check their project out: Tripio
Rohan
Check their project out: Modium
AlDeep
Check their projects out: Daily Medicin Logger, Bookmarks Daily Logger, TermiCoach, OnTheGo Secure, Daily Indoor Workout Assistant
Veronica Dawson
Check their projects out: Fever Dream, Portfolio
Maksiks
Check their projects out: Amethyst, Rubi mod 1.21.6 port, 🗿🍷Moai bot, ❄️Maksiks, 🤙Swish, 🌌 Weird runic hex matrix, Chaos Abyss, Markdown-it image captions
BnaJns
Check their projects out: SoM Commits Extension, visittallinn-waffles, ralseibot, roblox-outfit-finder
Austin
Check their project out: Documentation website
Mustafa Ali
Check their projects out: Beyblade, Book Corp, Scoopy, Wave Rider, Fast tracking app, Platform Panic, Portfolio
Abū al-Barāʾ
Check their projects out: Image Compressor, Typing Speed Test, QR Code Scanner, Moaz Video Downloader, QR Code Generator, Hangman Code Generator, Text Transformer, Text to voice converter, Text to Handwriting Converter, Currency Convertor , Python Learning Website, Moaz Website generator, Pac Man Game, Beautiful Chess
Josh P
Check their projects out: FOSSbooth, NEMA Updates , Wow, Website!
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
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.
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!
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.
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)
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
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.
Fixed up a lot of issues with editing/deleting filament logs, also added notes to filament logs!
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!
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)
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!
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/