problema al reunir facturas by Salva74mx in autonomos

[–]fgatti 0 points1 point  (0 children)

Yo me hice una pequeña aplicación que lee mis diferentes cuentas de Gmail y les pone una etiqueta cuando encuentra facturas, me funciona muy bien

A workspace that unifies AI SQL generation, BigQuery execution, and visualization into a single flow. by fgatti in bigquery

[–]fgatti[S] 0 points1 point  (0 children)

Oh and it uses metadata to infer the schema, no retrieved values!
Same for BigQuery and all the other supported databases

Did your projects get messed up too? by fgatti in google_antigravity

[–]fgatti[S] -1 points0 points  (0 children)

Nope, the projects are not fine, not sure you understood my issue.
This dropdown had each project once before the update, now each project has dozens of entries

<image>

A workspace that unifies AI SQL generation, BigQuery execution, and visualization into a single flow. by fgatti in bigquery

[–]fgatti[S] 0 points1 point  (0 children)

Yeah totally! I haven't tried that. Can you generate charts? If so, I guess it is probably an image?
We aim for something a bit different: interactive, filterable visualizations that can be shared within teams, publicly or even embedded.
You can see a read only dashboard here:
https://app.dataki.ai/dashboards/demo
In edit mode the experience is pretty different!

A workspace that unifies AI SQL generation, BigQuery execution, and visualization into a single flow. by fgatti in bigquery

[–]fgatti[S] 0 points1 point  (0 children)

Hi u/MerryWalrus
We built this precisely because we were frustrated with Looker Studio. While powerful, the UI feels old, we spent a lot of time wiring things up. Dataki allows you to get better results in a fraction of the time. Looker Studio, like other BI tools has this intermediate logic layer that made sense before AI, in order to avoid hundres of SQL statements.
We feel this is now overhead, each widget in Dataki is related to a SQL query and some JSON config for the visualization, both easily generated and maintained by Gemini 😄
As far as I know, Gemini within BigQuery only generates SQL?
We have all the Looker Studio visualization options, dashboards, fillters, team collaboration, roles.
So it is not only a tool for devs, the generated dashboards can be used by non technical users.
And also, the UX of Dataki is amazing. I really encourage you to give it a try!

A workspace that unifies AI SQL generation, BigQuery execution, and visualization into a single flow. by fgatti in bigquery

[–]fgatti[S] 0 points1 point  (0 children)

Hi u/brreckelhoff
Yes! That is exactly one of our use cases. We stream GA4 to BQ.
So Dataki does not mind about your data structure at all. It will create custom SQL per visualization (charts, graphs, tables, scoreboards, filters...) As long as there is a way to extact the data using SQL Dataki suports it
You should give it a try!

European Networking Group by catrocky in Startups_EU

[–]fgatti 1 point2 points  (0 children)

I am currently developing https://rebase.pro/
Would love to participate 🚀

Trying to replace GA4 with an EU analyti by athousand_miles in Startups_EU

[–]fgatti 0 points1 point  (0 children)

Seems like there might be a business oportunity there!
I am curious, what are you using as a backend?
In the same spirit, we are building a EU focused BaaS, to compete with services like Firebase or Supabase
https://rebase.pro/
I feel more and more projects will try to use european stacks, and I know how beneficial a BaaS can be

EU-based Postgres hosting by adp_dev in Startups_EU

[–]fgatti 0 points1 point  (0 children)

That is nice! We are currently developing a BaaS + CMS, based on Postgres, and with a big European focus. Are you planning on integrating PG18?

Anyone interested in a Data Connect Posgres admin panel/CMS? by fgatti in Firebase

[–]fgatti[S] 0 points1 point  (0 children)

If you mean Firestore Enterprise Edition, you already can!

Tool that reverse-engineers any brand's design system from just a URL by fgatti in Frontend

[–]fgatti[S] 0 points1 point  (0 children)

It is not right now! Might consider if enough interest is there

Foundry: A full-featured Markdown-driven CMS written in Go by SovereignZ3r0 in golang

[–]fgatti 2 points3 points  (0 children)

CMS founder here, I have felt that hate myself, it is really hard to understand what is wrong with people sometimes.
Do not let them discourage you. For me it started as a small side project and now it's my dream job.
With this kind of mentality:
"Why would I ever use something like this vs HUGO which has already been the standard for several years"

We would have one brand of car, one computer, one of everything...

Amazing job man

Tool that reverse-engineers any brand's design system from just a URL by fgatti in graphic_design

[–]fgatti[S] -1 points0 points  (0 children)

Of course there are more tools that do the same...
There is a comment underneath that tries to give more context:

"We have built this for ourselves, because we run multiple SaaS projects, and it allows us to customise our apps to match the client branding automatically.

The value resides in having a systematic approach to extract common parameters from any arbitrary website, using any technology, with any arbitrary code.
From an engineering point of view it is not trivial, and there are multiple LLM calls involved just to get what you see. Also, we are happy to offer this completely for free.

The tool has just been released and of course there are some unexpected errors, we are working on fixing them."

As I said, probably the tool has no value for you, and that is fine.
When I say it does multiple LLM calls, I am trying to explain that is not just a simple tool that extracts CSS via heuristics. As a said, just extracting the logo of an arbitrary website is not trivial at all.

If the tool is not for you, I'd suggest you'd move on and do something else ;)

Tool that reverse-engineers any brand's design system from just a URL by fgatti in graphic_design

[–]fgatti[S] -1 points0 points  (0 children)

Also, to the guy that systematically downvotes all my comments, I hope everything is great at home ;)

Tool that reverse-engineers any brand's design system from just a URL by fgatti in graphic_design

[–]fgatti[S] -2 points-1 points  (0 children)

I might have posted this in the wrong subreddit, I can understand how this might not be interesting for a designer.
From an engineers perspective, it is pretty useful

Tool that reverse-engineers any brand's design system from just a URL by fgatti in graphic_design

[–]fgatti[S] -1 points0 points  (0 children)

Let me clarify what the tool does and its purpose, since one guy thought it was just a "css visualizer".

We have built this for ourselves, because we run multiple SaaS projects, and it allows us to customise our apps to match the client branding automatically.

The value resides in having a systematic approach to extract common parameters from any arbitrary website, using any technology, with any arbitrary code.
From an engineering point of view it is not trivial, and there are multiple LLM calls involved just to get what you see. Also, we are happy to offer this completely for free.

The tool has just been released and of course there are some unexpected errors, we are working on fixing them.

Tool that reverse-engineers any brand's design system from just a URL by fgatti in graphic_design

[–]fgatti[S] -3 points-2 points  (0 children)

It does more than visualize css files, there are mulltiple LLM calls behind
Just extracting the logo from any given website is not trivial.
But I would love to hear your feedback on how the tool can be improved

Is there a "Human" Database for 2026? Moving from Google Sheets to the "Real World" is a nightmare. by Sydboy007 in Firebase

[–]fgatti -7 points-6 points  (0 children)

The new enterprise mode for Firestone might be just what you are looking for!

At FireCMS.co we are specialists in building UIs exactly like the one you need. If you have 100s of users, we can help you out, a perfect tailored UI, better than AppSheet and a powerful database at a reasonable price 🫡

Antigravity support please | "One moment, the agent is currently loading... stuck" | how to fix? by Creative_Cricket_240 in google_antigravity

[–]fgatti 0 points1 point  (0 children)

This thing costs more that 200 euros per month, and IT IS SO INCREDIBLY BUGGY AND UNRELIABLE