Live data from Hacker News

Ask HN: What non-AI products are you working on?

news.ycombinator.com

1–10 of 544 posts

Re: Ask HN: What non-AI products are you working on?

#3
A privacy-first personal finance stack, with free and SaaS versions, with "power user" developer-friendly data analysis.

No ads, no data sale, E2E encryption, localhost option, basic budgetting and transaction parsing, but for power users allows spinning up a jupyter notebook to play with your financial data.

Re: Ask HN: What non-AI products are you working on?

#4
"Boring enterprise software".

A manufacturing focused ERP system using SvelteKit and SQL Server. These systems are typically made with Java and it's becoming clear to me that it's massive overkill when SQL Server is (or can be) doing most of the work and the application is (or can be) a thin layer between the user and the database. Using only one language, with perfectly matched types and validation schemas for both frontend and backend is a huge productivity win. Some may sneer at JS but my product running on Node is snappier than the competition and I think I can develop quality features with good UX faster P4P (only a 2 man team).

Re: Ask HN: What non-AI products are you working on?

#9
An open-source, type-safe http client to your postgresql database. It let's you access your database directly from your react components. It's fast, safe and performant. Think Graphql but you don't need to implement resolvers, it's all generated from your database schema.

If this sounds interesting to you, ping me (email on my profile) :)

Post reply on HN