I kept hitting the ceiling with pgHero (snapshot only, no trends) but couldn't justify pganalyze at $149/mo for a small team. Building in health scores, query trends, deploy correlation. Still pre-launch, collecting waitlist signups. Appealing to more than just myself? <a href="https:/...
I built a self-hosted wardrobe organizer that runs as a single Docker container.
You photograph your clothes, categorize them, and build saved outfits. It's a
PWA so it installs to your phone's home screen and works offline.<p>docker run -d -p 3000:3000 -v librecloset_data:/app/d...
I don't want to rely on giphy.
I built SpotVortex for a simple reason: most teams want more Spot savings, but they do not want to compromise service safety to get them.<p>SpotVortex runs inside the cluster and controls Spot at the node-pool level. It watches market risk and pool health, then decides when a pool should grow, spot,...
I made an app that allows you to view Kubernetes resources just like the unix system in Jurassic Park :)
Unlikely to be used for anything serious, but with the tools available today I couldn't let the idea slip. Just a bit of nostalgic vibe.
I built pancakemaker for myself as a dead-simple personal expense tracker that works fully offline and syncs when you're back online.<p>The core idea: SQLite runs in the browser via WASM as the local store, and Cloudflare D1 handles cloud sync — no traditional backend needed.<p>The whole stack ...
Hey HN,<p>I guess this is just another SQLITE editor powered by WASM, I created this to help me write queries faster with AI like we have autocomplete in VS Code. I also added few features which are important to me as data scientist:<p>Copy results to clipboard, I dont want to always export to excel...