
I like creating small purpose built tools if there is no clear alternative with the same feature set. Some of the tools I’ve made:
Markdown to RTF
Convert Markdown to RTF to be used with tools that don’t have Markdown support out of the box, such as Confluence, Jira, Teams, Email and so on.
Daily meeting notes template generator
Creates a daily template with current date, each team members name in a randomised order and allows you to copy the written Markdown text as formatted rich text.
Example:
### 2025-10-06 daily
**Elias**
-
**Aino**
-
**Olivia**
-
JS Eval scriptpad
Write small snippets of JS and instantly run them with ctrl+space hotkey. Allows for text input and output, so you can quickly reformat JSON, parse CSV etc.
- Tool: eval-pad
- Github repository
Bulk QR and EAN-13 code generator
Generate 1D or 2D barcodes in bulk. Runs locally, uses bwip-js for generating barcodes and codes are only shown when mousing over the it to make it easier to read the correct code with a device.
WiFi QR code login generator
Tool to automatically create a QR code that can be used for WiFi login.
Generates a code with a following format:
WIFI:T:WPA;S:ssidExample;P:passwordExample;H:;;
Timer & alarm
Timer app that supports setting a specific time for alarm and timer functionality. Useful for pomodoro or just as a reminder that you need to start moving 5 minutes before a meeting etc. Made as a index.html
web app and wrapped to a small desktop application with Tauri.
Features.
- Set alarm x minutes and hours from now
- Set alarm to specific time
- Audible and visual cue for alarm ending
- Quick buttons for starting 2,5,10,15… minute timer
- Text input for a note (what meeting is starting for example)
- Large and mini window size
- Keep window always on top