Ask HN: What Are You Working On? (March 2026)
521–530 of 1001 posts
Re: Ask HN: What Are You Working On? (March 2026)
#522The story map part came out of wanting to build Mapbox-style scrollytelling easily. You define chapters with a camera view and content, and it handles the scroll-driven camera interpolation.
Stack: MapLibre under the hood, React, published as an npm package.
Re: Ask HN: What Are You Working On? (March 2026)
#523Re: Ask HN: What Are You Working On? (March 2026)
#524I don't want my son's data to be sent to any 3rd party so I vibe coded: https://apps.apple.com/us/app/bebilog/id6759827652
Re: Ask HN: What Are You Working On? (March 2026)
#525The problem: one buggy integration, scraper, or infinite retry loop can suddenly explode your API costs or overload infrastructure before anyone notices.
Fairvisor acts as a guardrail in front of your API:
per-tenant and per-route rate limits
request budgets and soft/hard caps
anomaly alerts for sudden spikes
The edge component is open source (OpenResty / Nginx + Lua) and the SaaS part provides policy management and audit.
Still early, validating whether teams would use something like this instead of building internal scripts.
Re: Ask HN: What Are You Working On? (March 2026)
#526Any feedback is welcome :)
Re: Ask HN: What Are You Working On? (March 2026)
#527I’m working on a small deployment tool called push2start[1]. The goal is to make Docker Compose apps easier to deploy from a laptop to a remote server without a lot of custom scripts. Right now, I’m trying to keep Compose as the source of truth and avoid creating another mini orchestrator. You point it at a compose file, it transfers only the images that need to come from local, then deploys and gives status, logs, a…
Re: Ask HN: What Are You Working On? (March 2026)
#528My wife and I continue to work on Uruky, a EU-based Kagi alternative [1]. Since last month we got deals with a couple more search providers but we’re still waiting for EUSP/STAAN to provide us with an API key (we have progressed through a few more forms and signatures and legal stuff, though). We’ve continued to get some paid customers and have exited beta last week, given everyone seemed to be quite satisfied and th…
Could you share more info about how you're building it? Like Kagi it wraps / reuses multiple other providers? How do you do that affordably, and how do you merge the results together into a good answer?
Re: Ask HN: What Are You Working On? (March 2026)
#529We're building Aucly: https://aucly.co.uk/ It's an auction website for schools, charities etc without the exploitative transaction fees. My wife and I are pretty heavily involved in our son's school PTA (parent teacher association) and have helped run school fundraising events for a few years, so we feel sort of like domain experts in this area :)