frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: AirStats – Mac menu bar system monitor, 0.046% CPU idle, MIT

https://github.com/byrencheema/airstats
2•byrencodes•1h ago•0 comments

Show HN: Desktopcolors.com – A museum for solid background colors of classic OS

https://desktopcolors.com
153•vlowrian•1d ago•68 comments

Show HN: Reproof – A non-linear writing app for perfectionists

https://reproof.app
4•maguay•3h ago•1 comments

Show HN: Learn Flags Quiz

https://flagquizzes.com/
52•artiomyak•22h ago•31 comments

Show HN: I built an M2M payment loop where AI Agents pay for data via x402

https://github.com/tianzizhiming-svg/agentbridge
5•manniusl•5h ago•0 comments

Show HN: Sokoban AI Solver

https://mkornreich.me/projects/sokoban/
69•enjoyyourlife•23h ago•42 comments

Show HN: Convex clients in 100 programming languages

https://github.com/mikecann/the-convex-100-language-challenge
2•mikeyseee•6h ago•0 comments

Show HN: Agents Workbook watch Claude Code, Codex write down their working notes

https://github.com/softcane/agents-workbook
3•pradeep1177•6h ago•2 comments

Show HN: UL-SMF – Open-source linear-complexity ~300x KV-cache compression

https://github.com/liventruth/UL-SMF-Cache-Compression
13•liventruth•20h ago•1 comments

Show HN: Vyral – Portable contracts for data, retrieval, durable work, and MCP

https://github.com/Univeracity/vyral
3•ocdjeremy•6h ago•1 comments

Show HN: TextCompare – Local-first diff tools for text, files, and code

https://compare-text.org/
2•JoheyDev888•7h ago•0 comments

Show HN: A public AI whose memory is shared across all users

https://wildstatic.com/
84•adjohu•1d ago•71 comments

Show HN: Tesana – An AI game engine that builds quality games end-to-end

https://tesana.ai/en
14•solomonyardley•18h ago•8 comments

Show HN: Honeymatcha.io connect your Grok bots for dating, meetups, anything

https://honeymatcha.io
4•JaiRathore•9h ago•1 comments

Show HN: Declarative-forms – await an object the way prompt() awaits a string

https://wolfoo2931.github.io/declarative-forms/
5•WolfOliver•18h ago•0 comments

Show HN: Mic Drop, a real-time multiplayer karaoke game

https://www.micdrop.gg/
89•johnsillings•2d ago•42 comments

Show HN: A community library for Claude Code status lines

https://statuslin.es
12•nastynate•23h ago•2 comments

Show HN: Classifier and browser extension to detect rule violating HN comments

https://classify.stylometry.net/
10•costco•20h ago•1 comments

Show HN: Visimer – open-source visual editor for Mermaid diagrams

https://github.com/inkeep/visimer
15•engomez•18h ago•3 comments

Show HN: AI-generated music box version of any song (for baby)

https://lullabyconverter.com
4•johnnydamacha•13h ago•0 comments

Show HN: A benchmark for AI agent guardrails that caught my own plugin

https://github.com/couldbeme/holdline
2•couldbeme_•13h ago•0 comments

Show HN: ThoughtDAG – An editable context graph for LLM conversations

https://chenxiachan.github.io/thoughtdag/
136•chatchan•3d ago•61 comments

Show HN: Graphlib -- A new way to create directional graphs in C++

https://github.com/RANDOMFNP/Graphlib
4•RandomFNP•14h ago•1 comments

Show HN: Mole – Deep research agent for your terminal

https://github.com/lajosdeme/mole
100•lajosdeme•3d ago•14 comments

Show HN: PageSieve, a web scraping browser extension

https://julius383.github.io/PageSieve/
17•kajm•1d ago•1 comments

Show HN: Tidy – a Mac app that names files by reading what's inside them

https://tidymacapp.com/find-text-in-scanned-pdf-mac
4•sdiazthomas•17h ago•0 comments

Show HN: A Buyer's Editor to Fix B2B Procurement PDF Hell with API and MCP

https://orbitquote.com/
4•diegowiprich•18h ago•0 comments

Show HN: HarnessRouter: Unified interface for agent harnesses

https://github.com/harnessrouter/harnessrouter
9•songrenchu•18h ago•12 comments

Show HN: Nikala UI – UI Component Library for SolidJS and Tailwind CSS v4

https://nikala.dev/
3•magradze•18h ago•0 comments

Show HN: Open-source comment section widget, Disqus alternative

https://github.com/Runn077/PlopKit
3•Runn077•18h ago•2 comments
Open in hackernews

Show HN: Reproof – A non-linear writing app for perfectionists

https://reproof.app
4•maguay•3h ago
Hey HN! I've written more words on the internet than I could count, for everyone from Zapier to Wirecutter. And for years it's bugged me that nearly every writing app still treats the writing surface as a linear sheet of paper, with paragraphs one after another and no space for experimentation.

And so I and a friend build Reproof.app as what I've taken to calling a writing app for perfectionists.

It's built around paragraph versions. You can add new versions to any paragraphs and swap between them to see how the different takes read in context. You can cut a paragraph as a clipping to save it for later. It’s a writing app that lets you experiment without losing any of your ideas along the way.

It took four complete rewrites before we finally found an approach that worked well (don’t reinvent the text editor, they say, yet we tried, and even with Tiptap it still was harder than it should have been). But it’s here. You can write and rewrite to your heart’s content in Reproof today, with writer-focused features like equal support for rich text and markdown (and HTML; you can copy in either format anytime), a command palette to keep your hands on the keyboard, side-by-side documents to have notes on one side and your document on the other, and a proofreading tool to catch things you might not other (with suggestions, but no AI rewriting, as I believe humans should still be doing their own writing, with AI as a sidekick to catch typos and other mistakes). And there’s a lot more coming.

Would love your feedback, if you have a chance to try it!

Comments

rfarley04•2h ago
Yesssss a wordcount tracker for daily stats that ignores pasted text, only counting things you typed yourself. I built a very hacky and unreliable word count tracker of my own. This looks way better