Csaba Ivancza

About

I’m a coding enthusiast who loves spending free time experimenting and building new things. I prefer to call myself an engineer rather than a developer because I enjoy creating from scratch — the bigger the challenge, the more I like it. I’ve worked in IT for over 10 years and had the chance to contribute to greenfield projects from day one, such as Rescue Live Guide and GoTo Resolve. Vibe Coding opened a new door for me. Before the AI wave, I often built challenging projects but never reached GTM. Now, with AI, I can solve problems on my own and bring them to market.

Badges

Tastemaker
Tastemaker
Gone streaking 10
Gone streaking 10
Gone streaking
Gone streaking
Gone streaking 5
Gone streaking 5

Maker History

Forums

5d ago

We bootstrapped querypanel.io to $5k MRR after our first model failed

Three founders. Full time jobs. Families. No investors.

Ten months ago, we started building QueryPanel.

QueryPanel gives B2B SaaS teams the infrastructure to ship AI powered, customer facing analytics inside their products. Their customers ask questions in plain language. QueryPanel turns those questions into grounded SQL, charts, and editable dashboards.

At least, that is what it does today.

3mo ago

Customers ask for dashboards. Your roadmap pays the price

Hi Hunters,

We've been working on the these features on Querypanel.io for a while now and finally we got it done and released!

Last time we released the headless ai driven chart and dashboard management.

Now, we improved the system by adding a Notion-like dashboard editor with AI Assistant! We also added an agentic workflow to the AI Assistant that helps you quickly iterate on a chart. The dashboard editor is fully multi tenant ready!

3mo ago

Setting up monorepos for AI: submodules versus subtrees

I've been building my app for 8 months now, and i ended up having 5 repositories

  • nextjs app

  • databases

  • customer facing API

  • node-sdk that wraps the api

  • react-sdk, for both reusing shared component and customer facing components

So i thought, it's gonna be great if i create a mono repo with submodules. But it was terrible. I realized that turborepo does not like external packages, and as i tried to reuse my own customer facing libs, the DX became terrible. It was very time consuming to ship a feature. Even when i wanted to use Codex or Cursor 3, it was not able to show git diff properly, also i was not able to use Cursor's cloud agents properly to ship complex features.

View more