Development Diary
Pain: need to quickly print something, but no printer nearby. Setting up a printer for one page is not cost-effective. Meanwhile, there are plenty of places around with almost unused printers — in offices, coworking spaces, cafes, with private individuals.
Hence the idea: connect those who need to print with those who have a printer.
First thought about an app and complex system with registration, but quickly came to the understanding that this is excessive.
Main thing now — check demand and collect database.
So the idea simplified to landing page with form, where you can leave contacts:
Read moreCurrent implementation at: https://printacopy.pages.dev
After creating basic landing page, needed to add:
Added support for three languages (DE/EN/RU) with automatic language detection by:
?lang=de)

Added directory of 80+ German cities with autocomplete on input. Default city set to "Konstanz".


Implemented email confirmation sending via Cloudflare Worker using Resend API:


Needed to create a simple static landing site that sells the service idea to both sides (users and printer owners).
Created single-page landing with 4 main blocks:








Mobile version:

