nowfound

Alternatives

Products that do what edotool (X11/Wayland) does

Howdy folks! edotool: Simulate keystrokes. X11 and Wayland supported - Please see: https://github.com/evuraan/edotool or https://evuraan.info/edotool/ Cheers!

  1. 1KS

    2020 · keyboardsimulator.xyz

  2. 2

    Realistic typing for better demos

    2025

  3. 3
    Equimake163

    Free 3D web platform for learners & creators

    2024

  4. 4
    Vizhi68

    Mission control for Codex CLI on a Logitech MX keypad

    Jul 2026 · github.com

  5. 5WA

    wk provides users with a portable and flexible interface for managing their key chord mappings. Key chords can be built directly into the binary, read from "wks" script files, or even piped in from stdin with the same wks syntax. There is also a wks-mode package for Emacs (https://github.com/3L0C/wks-mode). I appreciate any feedback you might have about the project and hope you find it useful.

    2024 · github.com

  6. 6HV

    I built Hyprvoice, a small tool that lets you type with your voice on Wayland — no X11, no kludgy bridges. Press a key, talk, and your words appear wherever your cursor is. It’s written in Go, uses PipeWire for audio, and talks directly to the compositor. The workflow is simple: press key → start recording press again → stop and inject text Notifications show recording/transcribing states, and it works with multiple backends — currently OpenAI Whisper, with whisper.cpp (local/offline) in progress. Everything runs through a lightweight daemon with IPC over a unix socket. Text…

    Oct 2025 · github.com

  7. 7WI
  8. 8KM

    Over the last couple of months I have designed and written Keys, a Mac application the helps learning typing and that is supposed to meet Mac users standards for a well-designed application. My goal is to become a micro-ISV or indie developer. The app is only in the Mac app store for now (no trial yet), since end of May, and I have been busy putting together a website and a personal blog since. I would be very interested what the HN community thinks about the application, how you like it, and how it is presented, from a business angle. Prior to this project, I have done much more work on…

    2012

  9. 9UB

    Hi. I've been using the US-intl keyboard layout for a while, as ABTN2 (the standard Brazilian Portuguese) layout treats ' and " as dead keys, which makes programming incredibly annoying for me. However, US-intl makes accented letters like ã, à and â annoying to type, requiring holding Alt as you press the respective keys. As a solution, I decided to make a small fork of US-intl that changes ~, ` and ^ to dead keys, while leaving ' and " as non-dead keys (as you can easily type á with Alt+a). It's nothing major or substantial, but I thought I'd share it in case some other brazilian /…

    2021

  10. 10TA

    2024 · keyboard.experimental.software

  11. 11IM

    Hey there HN, I took a page from Wordle's mechanisms and made this game for fun for some friends and I. Check out Wheredle and let me know what you think of it! ↙ ↗ ↘ https://wheredle.xyz

    2022 · wheredle.xyz

  12. 12IB

    VSCode extension with games (Snake, Plinko, slots), HN/LessWrong reader, and Pomodoro timer for AI coding wait times. Fake currency only. Marketplace: https://marketplace.visualstudio.com/items?itemName=TouchGra... Built in a week with Claude Code after seeing Chad IDE get ratio'd for integrating real gambling. Happy to answer questions or get roasted on the code.

    Dec 2025 · github.com

  13. 13TA

    I just launched Type Spider, a typing practice site I built to help improve speed and accuracy without the clutter or distractions found in some other tools. It's lightweight, mobile-friendly, and built using Vue and Tailwind. One feature I’m especially excited about is the on-screen keyboard that highlights each key as you type. It’s useful for beginners and helps build muscle memory. The site tracks words per minute and accuracy, and it works smoothly on both desktop and mobile. I built this solo and tried to keep things simple and fast. I’d really appreciate any feedback from the…

    2025 · typespider.com

  14. 14A1

    This toy retro synth installs and runs on esp32-s3 or p4 as an ELF file under BreezyBox firmware. It uses my work-in-progress immediate mode TUI library in C. Web-based version via emscripten: https://mini000.itch.io/beeper Source code: https://github.com/valdanylchuk/beeper Demo video running on Tanmatsu (esp32-p4): https://www.youtube.com/watch?v=uCH9XYZ7QB0 The main challenge I was going for was actually to find a nice minimal set of controls for a subtractive synth. Usually there are 40-50 of them in "simple" synths; I ended up with 16.…

    Jul 2026 · mini000.itch.io

  15. 15YA

    I thought cookie clicker but with yubikey taps might be funny, and this is a proof of concept. Cloudflare did something similar in 2021, pitching yubikey-proven taps as a captcha replacement: https://news.ycombinator.com/item?id=27141593 Cloudflare's idea of proving personhood with yubikey taps wasn't well received at the time. But here for a silly game, I think the idea holds up better. We can prove that you have a key, and serially tapped it a lot. If you automate activating the touch sensor on a physical key, you might be able to do a bit better. That's cool and you deserve…

    Apr 2026 · yubiclicker.com

  16. 16UA

    Hello HN! This is a Python app I've built for fun, while learning the Textual library, it's a piano/synthesizer app that you can play with the keyboard + mouse. You can see a demo video of it here: https://www.youtube.com/watch?v=0VXit110PcA You need to install FluidSynth before using it: https://www.fluidsynth.org/ It uses the Python bindings pyFluidSynth library: https://github.com/nwhitehead/pyfluidsynth And the General User GS soundfont: http://www.schristiancollins.com/generaluser.php If you try it out, i'd love to…

    2023 · github.com

  17. 17AI

    Hey guys! I built a custom keyboard for iOS8 that imitates the looks and behavior of the native QWERTY keyboard. The goal from the start was to be entirely programmatic: all the art and layout are generated in code, so it's much easier to extend than something built using XIBs and PNGs. It's rough around the edges (due to deadlines), the code is messy, and I don't intend to devote too much of my side project time to maintaining it as a framework, but I figured it might make a good starting point for anyone doing something similar. The project page:…

    2014

  18. 18ZA

    A while ago I started this side project to test if I could build a rich User Interface that would have about the same level of responsiveness than a "SPA-like" app, but using only htmx[1]... I still have plenty of stuff in my roadmap, but today it's in a playable state and I thought it could be interesting to share it - as it may be a nice demonstration of a relatively rich user interface powered by htmx :-) --> https://zakuchess.com As for the stack: it's built mostly with Django, htmx and Tailwind CSS. It uses a SQLite database, and is hosted (for free) at Fly. The characters'…

    2024 · zakuchess.com

  19. 19AG

    Put this together this afternoon. I've been after something to quickly jot down the odd piece of information that I can access later in the day when browsing the web. Hopefully you find it useful. Criticism/thoughts/ideas greatly appreciated. I should add, since all the hard work here lies in the work of others here — garlic.js is a great plugin for handling localstorage. Cheers Jason

    2012 · a5.gg

  20. 20TA

    I created a small typing game. Would love to get some feedback on it. What can I improve? Are there any features you're missing? Are you having fun playing it? I certainly did have fun :)

    Jul 2026 · typocalypse.florianrudaj.com

  21. 21KP
  22. 22TA

    I'm a software engineer and keyboard enthusiast who wanted custom keycap sets but couldn't find anything I liked. That led me to build Thockfactory, an online keycap configurator that lets anyone design and order their own custom sets. The first version launched back in April 2024, but after feedback and my own experience using it, I realized the shop and configurator needed a complete overhaul. I took down the site completely and have rebuilt almost everything since then, focusing on a better UX and a smoother ordering process. Would appreciate any feedback, bug reports, or ideas. You can…

    2025 · thockfactory.com

  23. 23IM

    Hi HN, I recently got the AnkiMobile app for iOS for Mandarin. It was buggy and feature-lacking in my opinion, so I made a nice looking Anki-compatible alternative app, with more features. It uses a tuned FSRS5 algorithm and supports image occlusion out of the box. You can import your existing Anki decks into it or create a new one. Pretty quick to add cards with the image feature. I'm using it right now and will add more to it so let me know what you think. FYI, it has a one-off purchase of $14.99 to unlock it for lifetime (no taksies backsies) after a test period of seven days.

    Dec 2025 · apps.apple.com

  24. 24IM

    In 2024 Google Labs released GenDino: a version of the Chrome Dinosaur Game that let users turn prompts into skins. GenDino is dead. The Dino Game happens to be OS, so I forked it and created Vibedino to let your prompts change the actual game. Make the dino front-flip every time it jumps. Add a hard mode after 1000m. Break my backend by implementing the full PageRank algorithm. Give it the dumbest feature idea you can think of and then approve it yourself to deploy to the main site!

    Jul 2026 · vibedino.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →