frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Bullshit Detector – agent skills that fact-check videos and articles

https://github.com/SerhiiKorniienko/bullshit-detector
5•skorniienko•25m ago•0 comments

Show HN: Echologue – the private AI voice journal I built for myself

https://echologue.com/
3•arisAlexis•40m ago•3 comments

Show HN: I was tired of opening 2 tabs for every HN link, so I made a userscript

https://github.com/twalichiewicz/HNewhere
356•twalichiewicz•15h ago•100 comments

Show HN: Vimgolf.ai – Learn Vim by playing through a map of levels

https://vimgolf.ai
22•nickandbro•3h ago•16 comments

Show HN: PriEco (open source, 400M index, EU search engine) integrated Goggles

https://prieco.net/
2•JojoYou•18m ago•0 comments

Show HN: A Persistent AI RPG Engine Built with React SPA and Supabase

https://vampirolife.com/en
3•mansueli•25m ago•0 comments

Show HN: Blank Invoice Maker – free, no-signup client-side invoice tool

https://blankinvoicemaker.com
2•klaabu•26m ago•0 comments

Show HN: Burnless – 1,590 tokens of context for a 1.44M-token workday

https://github.com/Rudekwydra/burnless
2•rudekwydra•26m ago•0 comments

Show HN: Parithmetic, a daily numbers game scored like golf

https://parithmetic.com
2•fco356pal•26m ago•0 comments

Show HN: ReadFlora – Strava for Reading

https://readflora.com
2•amitabhx•31m ago•0 comments

Show HN: AnalogTV – analog TV simulated in the signal domain, not with filters

https://analogtv.net/
2•ambanmba•37m ago•0 comments

Show HN: The space simulator that I showed here first has had lot's of updates

https://luna.watermelonson.com/
2•watermelonson•41m ago•0 comments

Show HN: BetaManuscript – A Beta-Reading Platform for Indie Authors

https://betamanuscript.com
3•neudo•41m ago•0 comments

Show HN: Relaxingwith.me – Ambient sound mixer with an animated scene

https://relaxingwith.me
2•ahmettopal•49m ago•0 comments

Show HN: PipeCrab – a Rust voice agent that runs multiple tasks at once

https://github.com/SheaHawkins/pipecrab
2•aerxes•51m ago•1 comments

Show HN: Wallfacer: A terminal session manager for Claude Code

https://github.com/pradipta/wallfacer
2•pradiptasarma•51m ago•1 comments

Show HN: Free weather map with 25 model layers, live lightning and storm cells

https://www.wfy24.com/en/hyperion-map?lat=37.9321047&lon=23.7559673
3•weatherfun•55m ago•0 comments

Show HN: Gpuinstances.net, historical tracking for GPU prices across providers

https://gpuinstances.net/
2•vorador•1h ago•0 comments

Show HN: Font Lab – live font swapping and text editing on your dev server

https://github.com/jmg698/Font-Lab
4•jmg698•1h ago•0 comments

Show HN: I built a $8/mo Intercom alternative that integrates with Paddle/Stripe

https://www.userscom.com/
3•ibuildproducts•1h ago•0 comments

Show HN: I gave Fable a robot body

https://www.talraviv.co/p/i-gave-claude-a-robot-body
2•talsraviv•1h ago•0 comments

Show HN: PassControl – so your AI agents never hold your real API keys

https://passcontrol.vertias.eu
2•vertias3u•1h ago•0 comments

Show HN: Aero Frame – a photo frame for planes flying near you

https://www.aeroframe.app/
3•ipsilo•1h ago•2 comments

Show HN: GPX and FIT File Tools – convert maps, plan routes, edit and more

https://gpxfile.pro/gpx-route-planner
3•jway66•1h ago•0 comments

Show HN: Experiments with Weather Data

https://strataweather.com/map
4•chrisfreder•1h ago•2 comments

Show HN: ElNinoLive – live tracker for the 2026–27 El Niño

https://www.elninolive.com
2•slavkovl•1h ago•0 comments

Show HN: JungOcean – Free personality test with no email gate and local storage

https://jungocean.com
4•LeoLeaS•1h ago•0 comments

Show HN: Steadra.dev is for automated QA with no effort

https://steadra.dev
2•anghelcontiu•1h ago•1 comments

Show HN: XY – A Fast, composable, GPU-accelerated interactive plotting library

https://github.com/reflex-dev/xy
126•apetuskey•21h ago•46 comments

Show HN: How far do I have to go to run into 100k people?

https://imjasonh.github.io/playground/population-rays/
71•ImJasonH•5d ago•46 comments
Open in hackernews

Show HN: Steadra.dev is for automated QA with no effort

https://steadra.dev
2•anghelcontiu•1h ago
I created Steadra so I wouldn't have to spend effort on writing automated tests anymore.

I always thought AI should be smart enough so our software team can rely on it and have automated tests up to date at all times with no effort.

Beta is free (no card) because feedback is welcomed. Just add your URL.

It will provide you with

- Given-When-Then set of scenarios that represent your current state of things - Automated testing against these scenarios that can be run multiple times so developers don’t break existing functionality - Out of the box bug reports like console errors, bad status codes, broken links, etc ...

You’ll get scenarios like:

``` Given I am on the pricing page When I click "Start free trial" Then I should land on the signup form ```

Managed to get the costs of using AI way down by working in multiple stages and being specific about what it needs to do for each of them.

Feedback is much appreciated,

Thank you.

btw, you can also write your url on the comments section and I can do a run for you and show you the results for your web application.

Comments

anghelcontiu•1h ago
From my experience I observed that teams have problems in writing and maintaining their tests. They sometimes skip automation tests and they don’t know if new changes will affect the existing behavior.

You can add your URL on the website at Steadra.dev (it needs to start with https://… ) . Or write it here on the comments and I am happy to do a live run for you and send you the report.

This is about keeping things simple and reliable. Always liked the kiss principle in software development.

The current version is limited to public pages. Based on the feedback we get we plan to include the authenticated flows.