Tags
I'm working on replacing my usage of google inline search apps with real apps, these are ones that I create and host on my own homelab. The first three that I created are mostly chatgpt based, with a bit of hand edit after the fact, uploaded to minio and become an app on my k8s-pages
renamed
The original title of this post was "Replacing Google Search Apps With Self Hosted Web Apps"
I'm leaning on
web-wakelock
to keep the screen on while these apps are
running, primarily clos, timer, and stopwatch.
Clock #
A large displya clock.
Timer #
A simple timer that counts down from thet set time.
Stopwatch #
This is the one that inspired it all, I need to run a few stopwatches at work, and chose to just do it right in the google search with a few tabs running.
Dice #
A simple dice roller, this one is the one that I decided to start adding ?
for help.
UUID #
It displays a uuid, thats it. ctrl + c to copy.
b64 #
Today i spent some time on b64, it is a base64 decoder/encoder. Just start tying to enter text, or paste, escape to deselect the text box, d to decode, e to encode, ? for help. It took a bit to get all of the keymaps right with the differnt modes and make sure that for instance you don't keep typing in the input box while in help mode, or decode/encode while in the input box.
PocketCal #
This one is not mine, it's made by Cassidy Williams), but is within the ethos and deserves a mention here. Its a single page calendar that is a static site completely rendered on the front end, data is stored in the url as you interact with it. None of your data goes to a server.