Brick Printer banner

Brick Printer

1 devlogs
9h 55m 34s

This project is basically a compilation of workers for many things. Currently, i have a printing worker, that prints files sent to [email protected] to my printer!

This project uses AI

I initially used Amp to generate a Cloudflare Worker that forwards emails received to a API endpoint. I later removed it since it was not working. (Feel free to remove time spent in the folder “cloudflare”).
I also used AI to generate part of the GitHub actions and Dockerfile. Finally, i used some code completions from Copilot here and there in the main code.

Loading README...

Afonso

Shipped this project!

I built an automation worker that receives emails from my printer’s email ([email protected]) and prints its files in my printer. I’m happy that it finally worked. I’m not proud of the CF worker amp vibecoding, but i guess failure is a way to learn more :)

Afonso

Hi hi! Wow, first devlog has nearly 10h lol. What i did here is basically set up the project, and made the functionality that prints files whenever i send them to my printer’s email!
In this time, i also did a lot of trial and error with Amp for the Cloudflare Worker. I ended up removing in it a commit (you can find at https://github.com/afonsoingles/brick-core/commit/162f415fc240b1d63ae05d6d8ffc6ab5e04fa6f8) since it didn’t work properly.
Below are some pictures of the errors that the printer gives when you didn’t send any files and a message for when you are not authorized to print.

Attachment
Attachment
0