projects

here you'll find a selection of projects. more coming soon!

freeflow

freeflow is a simple space for unfiltered writing. it supports timers for timed writing sessions. no styling, no fancy features - just undistracted writing.
there is no signing in, so everything just stays on device.
check out the link below to try it out!

manipic

manipic is a set of image manipulation utils, inspired by quickpic. i built it because i needed a tool for specific image manipulation tasks. nothing fancy, but just enough for my needs.
check out the link below to try it out!

at-transfer

a simple peer-to-peer file transfer tool built on top of the AT Protocol. you can log in with your bluesky app password and send files to other users.
because peer-to-peer is very restricted on certain networks (mostly mobile networks and protected business networks), this tool is not very useful in practice, only being reliable on local networks. but it was a fun experiment to see how the AT Protocol could be used combined with peer-to-peer technologies for file transfer.
check out the link below to try it out!

cli-sky

cli-sky is a command-line tool made with go that allows you to interact with the social media platform bluesky. cli-sky has since been archived, but it was a fun project to test out the AT Protocol and see how it could be used in a command-line tool.
it currently supports logging in (creating a session), renewing your session, and posting, all with simple commands.

cls (command line share)

my first attempt at a command line tool.
cls is a fast and secure file sharing cli tool. it's built with go and utilizes TLS for quick and private file transfers on a local network.

gradient background generator

i needed some gradient backgrounds, so i made a tool for it. it's made with html, css and typescript, and runs fully on-device.
not much to say about it. it just generates custom gradients.