Marko Mijailovic

About

Husband, father, software engineer. Looking to change some principles and paradigms in software design.

Badges

Tastemaker
Tastemaker
Gone streaking
Gone streaking

Maker History

  • FLXBL.dev
    FLXBL.devGraph-based Backend-as-a-Service
    May 2026
  • 🎉
    Joined Product HuntDecember 1st, 2025

Forums

But it's a black box...

...except that it's not :)
FLXBL is fully instrumented, every operation is traced and logged, meaning that - if you want to have a private/enterprise deployment of FLXBL, your DevOps/engineering team already has everything wired up, out of the box, with pre-made Grafana dashboards.

...and what about AI?

FLXBL, being a Backend-as-a-Service system does not contain any AI features, and that is by design.
Our product delivers predictable, complex engineering features, and we don't see any kind of AI features as a fit in the core of the product itself.
However, we are definitely aware of AI usage and many different use cases where AI and AI-assisted coding can be extremely helpful.
That's why our CLI is what we like to call AI friendly.
The CLI is built to be driven by agents. Every mutating command follows the same contract:

--json every command emits a stable JSON envelope on stdout. Errors emit { code, message, details?, exitCode } to stderr.

--stdin any command that takes a --data, --file, or --items argument also accepts the payload on stdin, so agents don't need a filesystem:

echo '{"name":"Widget","price":9.99}' | flxbl entity create Product --stdin --json

[TOOLING] Data Explorer vs CLI

FLXBL gives your total control over your data through our Data Explorer, which lets you visualise and perform CRUD operations on your data.

View more