Write on screen with a stylus and get an AI reply in handwritten script
Deploy your own hosted copy to Cloudflare in a few commands
Bring your own API key so no one has to share a shared account
Connect a locally running AI model instead of a cloud API
| f4bc0d3/riddle-web | 100/talk_stock | alexcybernetic/playground-ai | |
|---|---|---|---|
| Stars | 2 | 2 | 2 |
| Language | HTML | HTML | HTML |
| Last pushed | — | 2022-03-24 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 3/5 | 1/5 |
| Audience | general | general | general |
Figures from each repo's GitHub metadata at analysis time.
Works instantly via the hosted demo, self-deploying to Cloudflare takes a few extra minutes.
riddle-web recreates the magical diary from the Harry Potter books as something you can actually write on in your browser. You write on the screen with your finger, a stylus, or a pen like an Apple Pencil or Samsung S-Pen, and after you pause for a moment your handwriting fades away and a reply appears, written out stroke by stroke in a flowing handwriting style, before fading away itself. Under the hood, when you pause writing for about three seconds, the app turns your handwriting into an image and sends it to an AI model that can read images, which then writes back a reply that streams onto the screen word by word. The whole app is a single web page, backed by a small Cloudflare Worker server that either uses a built in free AI service so visitors do not need to set anything up, or forwards requests to an AI service of your own choosing. You can use it instantly at the developer's own hosted link, or deploy your own copy to Cloudflare with a couple of commands. If you deploy without adding any secret keys, each visitor is expected to bring their own API key for an AI service in the settings panel, which is stored only in their own browser. The app also supports several other AI providers people commonly use, including OpenRouter, Groq, OpenAI, and even an AI model running on your own computer. Beyond writing and replying, it includes small touches like turning the pen sideways to erase, drawing a question mark to bring up a help screen, and a pure black display mode meant to save battery on certain phone screens. Because it is just one HTML file, it can also be deployed to other free hosting services besides Cloudflare. This is a playful, personal project best suited to Harry Potter fans and people who enjoy trying out small AI powered novelties, and it is released under the MIT license.
A browser recreation of Harry Potter's magical diary that reads your handwriting with AI and writes back a reply in flowing script.
Mainly HTML. The stack also includes HTML, Cloudflare Workers, JavaScript.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.