frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: A real-time strategy game that AI agents can play

https://llmskirmish.com/
149•__cayenne__•6h ago•53 comments

Show HN: Django Control Room – All Your Tools Inside the Django Admin

https://github.com/yassi/dj-control-room
30•yassi_dev•1h ago•8 comments

Show HN: Moonshine Open-Weights STT models – higher accuracy than WhisperLargev3

https://github.com/moonshine-ai/moonshine
288•petewarden•18h ago•66 comments

Show HN: Scheme-langserver – Digest incomplete code with static analysis

https://github.com/ufo5260987423/scheme-langserver
26•ufo5260987423•1d ago•0 comments

Show HN: Emdash – Open-source agentic development environment

https://github.com/generalaction/emdash
190•onecommit•22h ago•66 comments

Show HN: Clocksimulator.com – A minimalist, distraction-free analog clock

https://www.clocksimulator.com/
61•user_timo•2h ago•55 comments

Show HN: Context Mode – 315 KB of MCP output becomes 5.4 KB in Claude Code

https://github.com/mksglu/claude-context-mode
71•mksglu•9h ago•22 comments

Show HN: SentientTube – The YouTube for AI Agents

https://www.sentienttube.com/
2•Narciss•4h ago•0 comments

Show HN: enveil – hide your .env secrets from prAIng eyes

https://github.com/GreatScott/enveil
195•parkaboy•1d ago•126 comments

Show HN: PgDog – Scale Postgres without changing the app

https://github.com/pgdogdev/pgdog
319•levkk•2d ago•58 comments

Show HN: Tag Promptless on any GitHub PR/Issue to get updated user-facing docs

35•prithvi2206•22h ago•6 comments

Show HN: SnapSift – Find near-duplicate photos on your iPhone

https://snapsift.app/
2•anhphong•5h ago•3 comments

Show HN: Recursively apply patterns for pathfinding

https://pattern-pathfinder.vercel.app/?fixtureId=%7B%22path%22%3A%22site%2Fexamples%2F_intro.fixt...
25•seveibar•18h ago•5 comments

Show HN: Chaos Monkey but for Audio Video Testing (WebRTC and UDP)

https://github.com/MdSadiqMd/AV-Chaos-Monkey
38•MdSadiqMd•2d ago•2 comments

Show HN: Gryt – self-hosted, open-source Discord-style voice chat

https://gryt.chat
7•simpvert•5h ago•2 comments

Show HN: Synlets – Assign Jira/Asana tickets to AI, get working PRs back

https://www.synlets.com
2•stas-user•5h ago•0 comments

Show HN: Babyshark – Wireshark made easy (terminal UI for PCAPs)

https://github.com/vignesh07/babyshark
142•eigen-vector•1d ago•46 comments

Show HN: Sowbot – Open-hardware agricultural robot (ROS2, RTK GPS)

https://sowbot.co.uk/
179•Sabrees•2d ago•45 comments

Show HN: X86CSS – An x86 CPU emulator written in CSS

https://lyra.horse/x86css/
261•rebane2001•1d ago•91 comments

Show HN: AI Timeline – 171 LLMs from Transformer (2017) to GPT-5.3 (2026)

https://llm-timeline.com/
169•ai_bot•2d ago•57 comments

Show HN: WinterMute Local-first OSINT workbench with native Tor and AI analysis

https://wintermute.stratir.com
3•VanceVP•7h ago•0 comments

Show HN: ArcticKey – Managed Redis (Valkey) Hosted in the EU

https://arctickey.com
2•simskiie•7h ago•1 comments

Show HN: StreamHouse – S3-native Kafka alternative written in Rust

https://github.com/gbram1/streamhouse
7•gbram•13h ago•2 comments

Show HN: Steerling-8B, a language model that can explain any token it generates

https://www.guidelabs.ai/post/steerling-8b-base-model-release/
319•adebayoj•1d ago•87 comments

Show HN: Cellarium: A Playground for Cellular Automata

https://github.com/andrewosh/cellarium
39•andrewosh•4d ago•1 comments

Show HN: Workz – Zoxide for Git worktrees (auto node_modules and .env, AI-ready)

https://github.com/rohansx/workz
2•rohansx•9h ago•1 comments

Show HN: Declarative open-source framework for MCPs with search and execute

https://hyperterse.com
9•samrith•19h ago•3 comments

Show HN: CIA World Factbook Archive (1990–2025), searchable and exportable

https://cia-factbook-archive.fly.dev/
489•MilkMp•2d ago•99 comments

Show HN: ProdRescue AI – Turn Slack war-rooms and raw logs into incident reports

https://www.prodrescueai.com/
4•devrimozcay•19h ago•0 comments

Show HN: A free tool to turn your boring screenshots brutalist in seconds

https://neo.retroui.dev
3•devarifhossain•11h ago•0 comments
Open in hackernews

Show HN: Django Control Room – All Your Tools Inside the Django Admin

https://github.com/yassi/dj-control-room
29•yassi_dev•1h ago
Over the past year I’ve been building a set of operational panels for Django:

- Redis inspection - cache visibility - Celery task introspection - URL discovery and testing

All of these tools have been built inside the Django admin.

Instead of jumping between tools like Flower, redis-cli, Swagger, or external services, I wanted something that sits where I’m already working.

I’ve grouped these under a single umbrella: Django Control Room.

The idea is pretty simple: the Django admin already gives you authentication, permissions, and a familiar interface. It can also act as an operational layer for your app.

Each panel is just a small Django app with a simple interface, so it’s easy to build your own and plug it in.

I’m working on more panels (signals, errors, etc.) and also thinking about how far this pattern can go.

Curious how others think about this. Does it make sense to consolidate this kind of tooling inside the admin, or do you prefer keeping it separate?

Comments

yassi_dev•1h ago
I've built an official website for this project here: https://djangocontrolroom.com/

I think that explains some of the value for this project a bit better

malux85•52m ago
Great project, Django admin totally needs some love! You rock!
yassi_dev•49m ago
Thank you. I wholeheartedly agree; The Django admin a great surface to stand up tooling
ramon156•28m ago
A vibe-coded website built on a vibe-coded README, can't get any better than this
yassi_dev•21m ago
Fair.

README and site were definitely optimized for speed over perfection. The panels themselves got a bit more attention.

Curious what you’d want to see improved on the docs/site side.

parham•21m ago
It’s the initial starting point, calm down.

I like the idea it can help for initial inspection and smell detection

dec0dedab0de•46m ago
i like it, but I think i would rather have a proxy, or atleast an auth redirect to those different tools.

I used to have flower at myapp.com/flower using an auth redirect in nginx to a simple view in django that made sure it was an admin user. I think if you can make that setup easier to leverage existing tools that would be nicer than rebuilding everything.

yassi_dev•37m ago
Totally understand - I am a long time flower user for example, and I am familiar with having to harden that installation a bit.

What I'm aiming for here is slightly different - keeping everything inside Django so there are no extra services to run or configure or proxy. As long as you surface the admin somewhere, then that is the place to find your tooling (including celery monitoring)

There will always be room for both approaches. A lightweight proxy/redirect could be something to explore in the future.