Six years ago I got into Y Combinator and built the first version of @Basedash: AI data analyst. It was a simple tool that let you edit data in your database.
Now, six years later, we have a whole new product, and again we're shipping... database editing. But this time it's a look into the future of how companies are going to be run.
At the surface, this feature is kinda neat but nothing new. You can ask the Basedash AI to edit things in your database or call MCP servers to take action in other tools.
But, being a BI product, Basedash has a super deep understanding of your business. Probably better than you do yourself.
Soon, Basedash will proactively start suggesting ways to make your business better.
"If you extend this user's trial, they'll have a 50% higher chance of converting"
"If you tweak your ad sequence with this copy, it'll increase conversion rate by 20%"
One click to approve and run the experiment.
This is how we transition to AI-run companies.
Please check out our PH launch for actions and give us any support or feedback: https://www.producthunt.com/prod...
Basedash: AI data analyst
RiteKit Company Logo API
@maxmusing Congrats on the launch. Querying a database in plain language and actually trusting the answer — plus comment threads right on the rows — is a real step up from most BI tools. Made you a quick launch video to celebrate, yours to use anywhere - including your PH media, where a video helps a launch succeed in here:
Made at https://foxplug.com/?utm_source=producthunt&utm_medium=comment
the split between org membership and resource access via RBAC/RLS is the right seam. most SCIM implementations conflate the two and enterprises pay for it later.
real q: does the audit log preserve who was in the org at the moment a query ran or a dashboard was published? asking because compliance teams increasingly want "this insight was produced by this human on this date under these roles" as a first-class record and most tools reconstruct it after the fact.
The natural language chart builder actually worked on the first try with a messy Postgres schema, which caught me off guard. Wish the dashboard sharing was a bit more polished though.
@maxmusing @kris_lachance The offboarding path is the part most teams underestimate, that's where access quietly rots. Auto-syncing group and org membership on every change, not just provisioning new users, is the hard part done right. That's exactly what makes "who still has access" answerable. Nice work.
Would love to see a way to save and share prompt templates for common chart types. Our team keeps asking similar questions each week, and being able to save a "weekly revenue by plan" prompt with preset filters would save a lot of time.
Hooked up our Postgres and asked it to chart weekly active users by plan, got a clean visualization back in seconds without touching SQL. Impressed it actually understood the relationships between tables without me hand-holding it.