frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Performative-UI – A react component library of design tropes

https://vorpus.github.io/performativeUI/
677•lizhang•8h ago•136 comments

Show HN: Gitdot – a better GitHub. Open-source, anti-AI, and written in Rust

https://gitdot.io/
74•baepaul•5h ago•58 comments

Show HN: Courtside – TUI for NBA Games

https://github.com/NolanFogarty/courtside
8•nolanfogarty•2d ago•3 comments

Show HN: HTTP/3 and raw QUIC client/server APIs for Node.js

https://github.com/currentspace/http3
8•brian_meek•3h ago•0 comments

Show HN: macOS Apps on Linux: SwiftUI for Linux (and AppKit, NSFoundation, etc.)

https://github.com/Lore-Hex/QuillUI
2•ljlolel•1h ago•0 comments

Show HN: Startup sci-fi novel that took me 5 years to write

https://www.blockchainednovel.com/
11•mck-•5h ago•4 comments

Show HN: NoSuggest – Watch YouTube without the recommendation algorithm

https://www.nosuggest.com/
55•VJ-2-108•5d ago•55 comments

Show HN: A minimal, ad-free World Cup web-app for fixtures and live scores

https://wc2026.bisheshtiwaree.com/
3•btiwaree•4h ago•1 comments

Show HN: I Derived a Pancake

https://www.absurdlyoptimized.com/recipes/pancakes/
327•bkazez•3d ago•129 comments

Show HN: Lathe – Use LLMs to learn a new domain, not skip past it

https://github.com/devenjarvis/lathe
377•devenjarvis•1d ago•68 comments

Show HN: Quick games disguised as boring spreadsheets

https://boredspreadsheet.com/workbook
4•kevinclelland•6h ago•0 comments

Show HN: Nightwatch, The open-source, read-only AI SRE

https://github.com/ninoxAI/nightwatch
29•egorferber•1d ago•9 comments

Show HN: Kyushu – A self-hostable WASM sandbox for JavaScript workers

https://kyushu.dev/
82•le_chuck•1d ago•34 comments

Show HN: A Minecraft builder skill for coding agents

https://github.com/mattzh72/minecraft-builder-skill
3•mattzh1314•7h ago•0 comments

Show HN: I built a Fujifilm X-mount lens database across 10 brands

https://atlens.app/en/lenses/x/browse
4•sentacraft•8h ago•0 comments

Show HN: Kronotop – A distributed multi-model database built on FoundationDB

https://github.com/kronotop/kronotop
6•mastabadtomm•8h ago•0 comments

Show HN: Background Be Gone – Free App and CLI for Bg Removal on Mac

https://bgbgone.franzai.com
2•franze•8h ago•3 comments

Show HN: Free animated icon library for Vue

https://respeak-io.github.io/lucide-motion-vue/
61•evolabs•4d ago•18 comments

Show HN: Stop returning raw JSON from MCP servers, build rich inline UIs

https://medium.com/towards-artificial-intelligence/mcp-apps-build-interactive-apps-directly-insid...
2•muhammad-shafat•3h ago•0 comments

Show HN: Formally verified polygon intersection – Opus 4.8 oneshots, prev failed

https://github.com/schildep/verified-polygon-intersection
91•permute•4d ago•21 comments

Show HN: Lowfat – pluggable CLI filter that saved 91.8% of my LLM tokens

https://github.com/zdk/lowfat
154•zdkaster•3d ago•76 comments

Show HN: OpenPayphone – open-source guts for a 1996 coin payphone (Pi and SIP)

https://github.com/eric-cgn/openpayphone
20•mcintyem•1d ago•1 comments

Show HN: Oproxy – inspect and modify network traffic from the browser

https://github.com/sauravrao637/oproxy
68•sauravrao637•1d ago•12 comments

Show HN: I ported Xonotic to WASM

https://dpgame.xonotic.workers.dev/
4•astlouis44•5h ago•0 comments

Show HN: Inbox-beam – notifications in your inbox without sending email

https://github.com/toyoshi/inbox-beam
13•toyoshi•1d ago•2 comments

Show HN: Web Speed – A shared web-map registry for AI agents (MCP, open source)

https://www.getwebspeed.io/
7•Dominic_P•18h ago•3 comments

Show HN: I put my Claude Code rate-limit burndown in the status line

https://www.aimhuge.com/blog/claude-code-status-line
7•fotoflo•18h ago•2 comments

Show HN: One resume for one job description

https://nailtherole.com
4•tigerkid•19h ago•2 comments

Show HN: ABC Classic 100 Rankings visualised

https://classic100.gotski.workers.dev/
37•gotski•2d ago•19 comments

Show HN: GentleOS – A pair of hobby OSes for vintage 32-bit and 16-bit PCs

https://github.com/luke8086/gentleos32
9•luke8086•1d ago•0 comments
Open in hackernews

Show HN: HTTP/3 and raw QUIC client/server APIs for Node.js

https://github.com/currentspace/http3
8•brian_meek•3h ago
I built this because I wanted to make outbound and accept inbound HTTP/3 and raw QUIC connections from ordinary Node.js code, without building Node from source or putting everything behind a reverse proxy.

Repo: https://github.com/currentspace/http3 npm: https://www.npmjs.com/package/@currentspace/http3

It’s a native package around Rust/quiche. It supports both client and server APIs, I'm using it in a couple of projects: creating raw QUIC streams, datagrams, custom ALPN, session behavior, and HTTP/3 client work from Node.

I've tried to be very safe in the native code, written in rust, with proofs around the parts I was most concerned about getting wrong. I have it hosting a couple of sites as HTTP3 endpoints and found it working well.