
plaintext.gg
just a plain text editor .. plaintext.gg
What it does
I just needed a plain text editor for simple notes, stripping formatting, and the occasional writing while screensharing. but apple notes, word, and google docs keep adding features that mess with your text. even the fan-favorite windows notepad now has copilot. So I built one myself! Feel free to use it: no account, no tracking, and your text is saved locally in your browser's IndexedDB. it even installs as a PWA. or you can self-host if you'd prefer. Give it a try
Does a similar job
all alternatives →
- MEMinimalist editor that lives in browser, stores everything in the URLDec 2025 · github.com · ▲468
I wanted to see how far I could go building a notes app using only what modern browsers already provide – no frameworks, no storage APIs, no build step. What it does: Single HTML file, no deps, 111 loc Notes live in the URL hash (shareable links!) Auto-compressed with CompressionStream Plain-text editor (contenteditable) History support Page title from first # heading Respects light/dark mode No storage, cookies, or tracking The entire app is the page source. https://textarea.my/

- GNGrug Notes, a simple take on text notes2024 · grugnotes.com · ▲100
Hey hacker news, I've worked on a note/wiki app nights and weekends for almost two years. While still missing some essentials and polish, I'm happy with the progress and some of my use cases: personal CRM, work notes, and a place to write/record funny things my kid says. I bought into the hype a few years ago with linking apps but quickly grew tired of spinners and steep learning curves, so I started over with a text box and my HTML skills from twenty years ago. Then Chatgpt came out, giving me the tools to add a bit of magic and dig into my stance on simplicity even more. I'd love…


More dev tools this month
the category →



OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Open-source GTM skills for technical founders
Dev tools · 30d ago · gtmcofounder.com

Launched alongside, May 2026
the whole month →

Parallel agents, diff reviewer, and multi-model comparisons
Dev tools · May 2026 · kilo.ai


- NW
Hey HN, Henry here from Cactus. We open-sourced Needle, a 26M parameter function-calling (tool use) model. It runs at 6000 tok/s prefill and 1200 tok/s decode on consumer devices. We were always frustrated by the little effort made towards building agentic models that run on budget phones, so we conducted investigations that led to an observation: agentic experiences are built upon tool calling, and massive models are overkill for it. Tool calling is fundamentally retrieval-and-assembly (match query to tool name, extract argument values, emit JSON), not reasoning. Cross-attention…
Life & fun · May 2026 · github.com
- FM
Dev tools · May 2026 · github.com