frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Glasses to detect smart-glasses that have cameras

https://github.com/NullPxl/banrays
400•nullpxl•11h ago•149 comments

Show HN: Spikelog – A simple metrics service for scripts, cron jobs, and MVPs

https://spikelog.com
25•dsmurrell•1d ago•11 comments

Show HN: Bodge.app – μFaaS for hacked-together personal tools and small projects

https://bodge.app/
4•azdle•35m ago•0 comments

Show HN: An AI powered Welcome Note Generator in Go (Moderation and LLM and UI)

https://github.com/vnaveen-mh/welcome-note-generator
2•vnaveen9296•35m ago•0 comments

Show HN: Research Papers as Memes

https://near.tl/tech
6•QueensGambit•51m ago•1 comments

Show HN: DB Pro – A Modern Desktop Client for Postgres, MySQL, SQLite and LibSQL

https://www.dbpro.app/
8•upmostly•3h ago•0 comments

Show HN: Simple xbox360 inspired CSS library: 360CSS

https://github.com/tarmo1/360css
3•Tarmo362•4h ago•2 comments

Show HN: KiDoom – Running DOOM on PCB Traces

https://www.mikeayles.com/#kidoom
351•mikeayles•2d ago•49 comments

Show HN: Total Reciprocity Public License

https://trplfoundation.org/
4•jaypatelani•5h ago•0 comments

Show HN: Runprompt – run .prompt files from the command line

https://github.com/chr15m/runprompt
127•chr15m•1d ago•40 comments

Show HN: MkSlides – Markdown to slides with a similar workflow to MkDocs

https://github.com/MartenBE/mkslides
70•MartenBE•1d ago•14 comments

Show HN: SyncKit – Offline-first sync engine (Rust/WASM and TypeScript)

https://github.com/Dancode-188/synckit
82•danbitengo•1d ago•32 comments

Show HN: Era – Open-source local sandbox for AI agents

https://github.com/BinSquare/ERA
59•gregTurri•1d ago•18 comments

Show HN: I built an interactive HN Simulator

https://news.ysimulator.run/news
532•johnsillings•3d ago•214 comments

Show HN: I turned algae into a bio-altimeter and put it on a weather balloon

https://radi8.dev/blog/stratospore/
137•radeeyate•5d ago•13 comments

Show HN: Safe-NPM – only install packages that are +90 days old

https://github.com/kevinslin/safe-npm
88•kevinslin•4d ago•61 comments

Show HN: SiteIQ – LLM and Web security testing tool (built by a high schooler)

https://github.com/sastrophy/siteiq
4•sastrophy•9h ago•1 comments

Show HN: Open-source RAG server with retrieval visualization (Postgres+pgvector)

https://github.com/jakops88-hub/Long-Term-Memory-API
4•northerndev•9h ago•1 comments

Show HN: Swatchify – CLI to get a color palette from an image

https://james-see.github.io/swatchify/
2•jamescampbell•11h ago•1 comments

Show HN: We built an open source, zero webhooks payment processor

https://github.com/flowglad/flowglad
392•agreeahmed•2d ago•217 comments

Show HN: ZigFormer – An LLM implemented in pure Zig

15•habedi0•1d ago•4 comments

Show HN: AnyMusic – AI music generator (royalty‑free, songs,stems, lyrics)

https://anymusic.ai
5•lovelycold•13h ago•1 comments

Show HN: I built a website for games that catch my eye

https://alistof.games
4•RaycatRakittra•14h ago•3 comments

Show HN: Yolodex – real-time customer enrichment API

https://api.yolodex.ai
36•hazzadous•4d ago•23 comments

Show HN: FounderPace – A leaderboard for founders who run

https://www.founderpace.com/
4•leonagano•17h ago•1 comments

Show HN: Lissa Saver macOS Screen Saver

https://github.com/johnrpenner/LissaSaver
2•johnrpenner•17h ago•0 comments

Show HN: I built a free astro and tailwind static site for GitHub pages

https://tariqdude.github.io/Github-Pages-Project-v1/
3•chiengineer•18h ago•2 comments

Show HN: I wrote a minimal memory allocator in C

https://github.com/t9nzin/memory
135•t9nzin•4d ago•32 comments

Show HN: Stun LLMs with thousands of invisible Unicode characters

https://gibberifier.com
202•wdpatti•4d ago•109 comments

Show HN: OCR Arena – A playground for OCR models

https://www.ocrarena.ai/battle
215•kbyatnal•1w ago•62 comments
Open in hackernews

Show HN: DB Pro – A Modern Desktop Client for Postgres, MySQL, SQLite and LibSQL

https://www.dbpro.app/
8•upmostly•3h ago
Hi HN,

Over the past few months I've been building DB Pro with my co-founder. DB Pro is a modern desktop database GUI client designed to make working with Postgres, MySQL, SQLite, libSQL and other engines feel fast, visual, and enjoyable.

Our focus has been on the dev-experience. We wanted to absolutely nail the UX and look and feel as we believe most db clients aren't friendly to work with.

Some features:

Visual change review – See pending inserts/updates/deletes before committing them.

Inline data editing – Edit table rows directly without clunky modal dialogs.

Raw SQL editor – A focused editor for running queries with results in separate tabs.

Full activity logs – Track everything happening in your database for peace of mind.

Visual schema explorer – See tables, columns, keys, and relationships in a diagram.

Tabs & multi-window support – Keep multiple connections and queries open at once.

Custom table tagging – Organise your tables without altering the schema.

Tech stack: Electron, React, tRPC, Drizzle ORM, Postgres/MySQL/libSQL/SQLite support, and native builds for macOS at the moment with Windows, and Linux coming very soon.

We're super passionate about this project and we're actually documenting our journey through devlogs. The latest one is here: https://www.youtube.com/watch?v=-T4GcJuV1rM

Thanks, Jay and Jack