Micropay - Stripe for the next billion people ( https://micropay.dev/ ) Hi HN, I built this because I got tired of fighting with integrating payments in Africa. M-Pesa processes over $300B annually, it's how 50+ million people in Kenya pay for everything from groceries to rent. People don't have bank accounts, but rather pay straight from their cell phone nummber. But integrating it into your app? That's a different…
Ask HN: What are you working on? (February 2026)
861–870 of 1001 posts
Re: Ask HN: What are you working on? (February 2026)
#862Ever get an email or handout with a massive schedule - in text, image or pdf - and you have to hand re-enter dozens of events? I built ChatMyCal to fix this.
Copy/paste the email, or take a pic and it will perfectly extract the schedule and publish it as a subscribe-able calendar. Then “transfer” it to the group admin and save everyone else from the same thing.
On the inside, it’s basically Cursor for calendars. So you can use AI to batch edit things, decorate with coordinated icons, add rules to apply to all events, etc. It can also develop full schedules like “make a monthly book club for zombie books” or plan a weekend foodie trip to Miami. Not sure all the best uses yet!
Re: Ask HN: What are you working on? (February 2026)
#863Still early, but it's definitely fun and interesting.
Re: Ask HN: What are you working on? (February 2026)
#864I'm building DB Pro, a cross-platform database management app that lets you browse, query, and manage SQLite, PostgreSQL, MySQL, Redis, MongoDB, and more from a single native interface. It's been growing steadily with a community of ~1,400 subscribers on YouTube and paying users. What I'm most excited about right now is DB Pro Studio: a collaborative web-based version I'm building on top of it. The idea is simple: da…
If you don't mind my asking -- what language and toolkit do you use?
I can certainly see a lot of benefits from a team oriented web-based dashboard.
Re: Ask HN: What are you working on? (February 2026)
#865Makes your regular's lives easier, and you take regulars out of your queue.
No stupid loyalty apps, no QR Codes, no sign ups.
More "How are you?" and less "Flat White, please"
Here is an article I wrote about it
https://wherethereisawill.substack.com/p/coffee-shop-loyalty...
It is integrated into our coffee shop POS: https://www.beanpos.co.za
Re: Ask HN: What are you working on? (February 2026)
#866- https://moav.sh/ - https://github.com/shayanb/MoaV
Basically a one command installation of 8+ protocols with easy user management.
My idea is to make it easy to run your own battle tested VPN server for yourself (when traveling or not) and your family and friends. Pretty useful in national internet shutdown situations
Re: Ask HN: What are you working on? (February 2026)
#867Up to date and has examples for all of the major foundation model providers (OpenAI, Anthropic, Google, and AWS Bedrock). Goes through basics of calling the API, structured outputs, RAG, and MCP/Agents. Also has a chapter on the LLM coding tools (Copilot, Claude Code, and Antigravity).
Re: Ask HN: What are you working on? (February 2026)
#868This is not the first championship in branch prediction, but real-world design constraints have never been seriously considered before (How long does it take to produce a prediction? How much energy does it consume?). We wrote a new C++ library which uses operator overloading to track the latency/energy used by math operations as the predictor predicts. In addition to computation, this library models registers, RAMs, etc. The championship is open to everyone - documentation, a tutorial, etc. are on our website/repository to help you get started!