frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Show HN: AI game animation sprite generator

https://www.godmodeai.cloud/ai-sprite-generator
54•lyogavin•8h ago•44 comments

Show HN: Air Lab – A portable and open air quality measuring device

https://networkedartifacts.com/airlab/simulator
456•256dpi•1d ago•180 comments

Show HN: Mustardwatch: Detect what files a program uses, rerun when they change

https://github.com/shachaf/mustardwatch
7•shachaf•6h ago•0 comments

Show HN: SQLAlchemy just the core – a better way

https://github.com/sayanarijit/sqla-fancy-core
4•sayanarijit•4h ago•0 comments

Show HN: Ask-human-mcp – zero-config human-in-loop hatch to stop hallucinations

https://masonyarbrough.com/blog/ask-human
112•echollama•1d ago•53 comments

Show HN: Bridgit – In-Person-First Networking

https://www.bridgitsocial.com/
3•amfooladgar•5h ago•2 comments

Show HN: Lambduck, a Functional Programming Brainfuck

https://imjakingit.github.io/lambduck/
64•jorkingit•1d ago•26 comments

Show HN: Claude Composer

https://github.com/possibilities/claude-composer
150•mikebannister•1d ago•85 comments

Show HN: Televyze, Your IPTV OS

https://televyze.com
3•1mbsite•6h ago•0 comments

Show HN: iOS Screen Time from a REST API

https://www.thescreentimenetwork.com/api/
99•anteloper•1d ago•50 comments

Show HN: Container Use for Agents

https://github.com/dagger/container-use
72•aluzzardi•1d ago•17 comments

Show HN: Arxivlens – Save Hours Researching Scientific Literature on ArXiv

https://arxivlens.com/
2•Ava234•8h ago•0 comments

Show HN: ClickStack – Open-source Datadog alternative by ClickHouse and HyperDX

https://github.com/hyperdxio/hyperdx
230•mikeshi42•1d ago•65 comments

Show HN: GPT image editing, but for 3D models

https://www.adamcad.com/
177•zachdive•2d ago•84 comments

Show HN: Kobuddy – Send Articles to Your Kobo E-Reader

https://kobuddy.app/
2•No-Arugula5818•9h ago•1 comments

Show HN: CensorIt – Remove vocals or music from uploaded audio files

https://censorit.org/signin
3•mr_aaron•9h ago•0 comments

Show HN: EndBOX – A toy-like retro computer for EndBASIC

https://www.endbasic.dev/2025/06/unveiling-the-endbox.html
4•jmmv•10h ago•0 comments

Show HN: Solomon's Agent - a CLI to simplify the web

https://github.com/jadbox/solomonagent
3•jadbox•11h ago•1 comments

Show HN: Lightweight Durable Workflows Built on Postgres

https://github.com/dbos-inc/dbos-transact-python
5•qianli_cs•11h ago•0 comments

Show HN: Tape/Z – a toolkit for analysing z/OS assembler (HLASM) code

https://github.com/avishek-sen-gupta/tape-z
2•armorer•11h ago•0 comments

Show HN: String Flux – Simplify everyday string transformations for developers

https://stringflux.io
16•eaglepeak•1d ago•7 comments

Show HN: I made a 3D SVG Renderer that projects textures without rasterization

https://seve.blog/p/i-made-a-3d-svg-renderer-that-projects
206•seveibar•2d ago•70 comments

Show HN: An open-source browser extension that integrates difftastic into GitHub

https://andersonaddo.github.io/amadiff/
3•WiggleGuy•13h ago•0 comments

Show HN: Grab a Random ArXiv Paper

https://jepedersen.dk/arxiv.html
13•jegp•1d ago•2 comments

Show HN: Instant video edits with local Whisper models (macOS)

https://cutword.com
5•jelled•15h ago•0 comments

Show HN: Posture Correction Using AirPods Motion Sensors

https://github.com/wizenheimer/workwell
7•tinylm•21h ago•1 comments

Show HN: Book to help you build a PostgreSQL-like database server from scratch

https://technicaldeft.com/build-a-database-server
4•zetter•17h ago•0 comments

Show HN: App.build, an open-source AI agent that builds full-stack apps

https://www.app.build/
89•davidgomes•2d ago•13 comments

Show HN: Kan.bn – An open-source alterative to Trello

https://github.com/kanbn/kan
503•henryball•4d ago•218 comments

Show HN: I wrote a Java decompiler in pure C language

https://github.com/neocanable/garlic
168•neocanable•3d ago•94 comments
Open in hackernews

Show HN: LLMFeeder – Browser extension to extract clean content for LLM context

https://github.com/jatinkrmalik/LLMFeeder
20•jatinkrmalik•3d ago
I built this browser extension to solve a daily frustration: copying documentation from websites to feed into AI coding assistants like Cursor, Windsurf, or ChatGPT, only to get a mess of ads, popups, and navigation junk mixed in with the actual content.

LLMFeeder uses Mozilla's Readability.js (same tech as Firefox Reader Mode) to extract just the main article content, converts it to clean markdown with Turndown.js, and copies it to your clipboard with a single keyboard shortcut (Alt+Shift+M or ⌥ ⇧ M). No clicking through popups, no selecting around ads, no fighting with modern web clutter.

# Key features:

• One-key extraction and markdown conversion

• Works on Chrome and Firefox

• Completely local processing (no data sent anywhere)

• Configurable content scope and formatting options

• Open source with clean, documented code

The workflow is simple: hit the shortcut on any documentation page, switch back to your editor, paste clean markdown context, get better LLM responses.

It's solving a real problem I have dozens of times per day, and early users seem to find it useful too. Available on both browser stores and GitHub for manual installation.

# Links:

• Demo: https://www.youtube.com/watch?v=JxHWqszlZDw

• GitHub: https://github.com/jatinkrmalik/LLMFeeder

• Chrome: https://chromewebstore.google.com/detail/llmfeeder/cjjfhhapa...

• Firefox: https://addons.mozilla.org/en-US/firefox/addon/llmfeeder/

Would love feedback from fellow developers who deal with this same workflow friction. What other pain points do you have when feeding content to LLMs?

Comments

v01d4lph4•3d ago
Looks cool, thanks for sharing. I will check it out.
jatinkrmalik•2d ago
Thanks! :)
smcleod•3d ago
Nice work, I currently use Markdownload (https://github.com/deathau/markdownload) for this but will certainly give this a good shake out.

Kudos for making it a Firefox and not just Google extension as well.

jatinkrmalik•2d ago
Absolutely thanks! The idea of making it was I wanted a keyboard based workflow so I don't have to use my mouse while working with cursor. Please share feedback.
busymom0•8h ago
Can you share some details on how it's different from others like Markdownload?