Live data from Hacker News

Ask HN: What are you working on? (July 2025)

news.ycombinator.com

1–10 of 900 posts

Re: Ask HN: What are you working on? (July 2025)

#5
Just launched a little form-tool to integrate feedback gathering into all of my projects easily. Decided to make a standalone thing out of it.

As simple and personal as can be. Straight to inbox.

Optimized for coding agents DX through full customization and data appending by url parameters.

https://formvoice.com Appreciate any feedback!

Re: Ask HN: What are you working on? (July 2025)

#6
I kept finding myself having to write mini backends for LLM features in apps, if for no other reason than to keep API keys out of client code. Even with Vercel's AI SDK, you still need a (potentially serverless) backend to securely handle the API calls.

I've been working on an open source LLM proxy that handles the boring stuff. Small SDK, call OpenAI or Anthropic from your frontend, proxy manages secrets/auth/limits/logs.

As far as I know, this is the first way to add LLM features without any backend code at all. Like what Stripe does for payments, Auth0 for auth, Firebase for databases.

It's TypeScript/Node.js with JWT auth with short-lived tokens (SDK auto-handles refresh) and rate limiting. Very limited features right now but we're actively adding more.

Currently adding bring-your-own-auth (Auth0, Clerk, Firebase, Supabase) to lock down the API even more.

GitHub: https://github.com/Airbolt-AI/airbolt

Re: Ask HN: What are you working on? (July 2025)

#7
"Intelligent Workspace":

https://news.ycombinator.com/item?id=44627910

In lieu of chatbots as the primary means of working with AI.

This is an approach that is human centered and intended to accommodate a wide array of possible use cases where human interaction/engagement is essential for getting work done.

Post reply on HN