Live data from Hacker News

Launch HN: Outerbase (YC W23) – A new UI and editor for your database

news.ycombinator.com

1–10 of 116 posts

Launch HN: Outerbase (YC W23) – A new UI and editor for your database

#1
Hi HN – we are Brandon and Brayden (confusing we know), and we are building Outerbase (https://www.outerbase.com) a better interface for your databases. Think Google Sheets or Airtable, but on your relational database. We provide a collaborative UI on top of Postgres, MySQL and other databases, enabling teams to view, edit and visualize their data. Here’s our short demo video: https://www.youtube.com/watch?v=38RslBYdZnk

Accessing data is a challenge to team members who aren’t data analysts or engineers. Databases are usually locked down to a few team members, and everybody else has to rely on them to get access. Most non-engineers can’t (and don't want to) use developer tools, and developers don't want to write SQL for teammates all day. Technical employees end up being bottlenecks for access to data. In some cases this can be extreme—we’ve seen publicly traded companies with only 2 data scientists for the whole org!

Our goal is to make data accessible to everyone who needs it. We have an intuitive spreadsheet-like editor that sits on top of your databases, as well as the capability to save and share queries. You can take those queries to create charts and dashboards for your team. You can also query your data using EZQL, our natural-language-to-SQL conversion. We use OpenAI to power the natural language process, and we pass the relational schema on top so we can easily know the relationships between your tables.

Prior to starting Outerbase, I (Brandon) was a product designer at DigitalOcean and noticed that while DO did a good job making it simple to create databases, there wasn't a modern solution to manage them afterwards. Often users had to use PHPMyAdmin, psql, or $insertDBGUIHere, and to be honest most of them do not provide the best user experience. They’re for a very technical audience, and fall short of making data accessible for everyone. We saw a need to do for data what DigitalOcean did with the droplet.

Brayden led an engineering team at Walmart and dealt with data at a completely different scale. He led the iOS, Android, and web teams for their amends experience and a lot of time was spent pulling, querying, and generating reports on that data. So when we talked about building this he was immediately in.

How it works: We have a React-based frontend that uses a combination of Sequelize and some native libraries to normalize the underlying SQL, which allows us to query and connect to different relational databases. Currently we support Postgres, MySQL, Snowflake, BigQuery, and Redshift. We don't store any of your end data—everything else is encrypted and all credentials are stored in KMS.

Tools like Outerbase make it possible for people to do their jobs more directly. One of our larger customers uses us as a way to moderate what gets posted to their app. Users submit data and our customer will actually go in and mark a column approved if the content is ok for their audience.

Outerbase is available to use today. You can try it for free with 1 user and then if you want to collaborate or use additional features you can upgrade to our pro tier or the obligatory “call us” enterprise tier.

We would love to hear your thoughts on the product, you can sign up today for free, use the sandbox database or connect your own! We know the space isn’t exactly uncrowded, but we hope our approach to building something that is intuitive and collaborative will make it easier for everyone to access their data. We know some HN users are not our target audience because they’re technical and already have tools they’re comfortable with—but even then you might want a tool so your team doesn’t have to bug you as much with data requests! We let you simply give them read access to their db and enable them to do their own queries.

We’d love to hear your views, opinions, experiences about this. What would you want to see from a database/data visualization tool? Looking forward to discussion in the comments!

Re: Launch HN: Outerbase (YC W23) – A new UI and editor for your database

#4
Looks promising, and approaching the quality of Panic's Mac products.

But then I saw it's subscriptionware. Nope. I don't use subscriptionware for my personal computing. And the billion-dollar healthcare company I work for doesn't do software subscription unless you're Microsoft, or similarly indispensable. Startups need not apply.

At least the pricing is clear and mostly visible, except for the enterprise tier. Much better than most subscription offerings these days that have even the lowest tiers locked behind a phone call.

Re: Launch HN: Outerbase (YC W23) – A new UI and editor for your database

#5

Great launch guys! What is the difference between Retool, Basedash and Outerbase other than they are all funded by YC?

Great question! Our focus is making data easily accessible for your team rather than building out internal dashboards.

I'm a big fan of Retool and Basedash and love what they have done, but there's still some initial learnings there to build those experiences, where we want to enable users to come in and immediately see their data and start interacting with it.

I see a future where we end up replacing more traditional BI tools rather than internal tools, if that makes sense?

Re: Launch HN: Outerbase (YC W23) – A new UI and editor for your database

#6

Looks promising, and approaching the quality of Panic's Mac products. But then I saw it's subscriptionware. Nope. I don't use subscriptionware for my personal computing. And the billion-dollar healthcare company I work for doesn't do software subscription unless you're Microsoft, or similarly indispensable. Startups need not apply. At least the pricing is clear and mostly visible, except for the enterprise tier. Much…

Yeah but startups aren't going to make billion dollar valuations selling to you (or me) anyway. Subscriptions are for enterprises.

Re: Launch HN: Outerbase (YC W23) – A new UI and editor for your database

#7

Looks promising, and approaching the quality of Panic's Mac products. But then I saw it's subscriptionware. Nope. I don't use subscriptionware for my personal computing. And the billion-dollar healthcare company I work for doesn't do software subscription unless you're Microsoft, or similarly indispensable. Startups need not apply. At least the pricing is clear and mostly visible, except for the enterprise tier. Much…

First off, that might be the best compliment I have received, I love Panic and all that they do.

I hear you, you can use us for free if you are a personal user. Meaning one connection, 5 saved queries, and a one dashboard. However, we want to be able to support users as they scale with their queries our expenses add up too. I hope you understand!

Re: Launch HN: Outerbase (YC W23) – A new UI and editor for your database

#8
Hey guys. I am not sure but you might have a security issue or a bug where in anyone can access the database page without login [1]. It give me link to logout and stuff but keeps through errors. UI breaks here too when click on members [2]

[1] https://app.outerbase.com/databases

[2] https://app.outerbase.com/settings

Re: Launch HN: Outerbase (YC W23) – A new UI and editor for your database

#9
This is awesome—I love that you're building a tool that makes something that was previously scoped to a 'developer' tool available for regular users. Something like this for querying internal data would be a gamechanger for folks who struggle with SQL but need user insights!

Re: Launch HN: Outerbase (YC W23) – A new UI and editor for your database

#10

Hey guys. I am not sure but you might have a security issue or a bug where in anyone can access the database page without login [1]. It give me link to logout and stuff but keeps through errors. UI breaks here too when click on members [2] [1] https://app.outerbase.com/databases [2] https://app.outerbase.com/settings

Thanks for the call out here on this bug!

We are working on a resolution to this issue right now. This is an issue with our logout function on the frontend not removing the auth token. There is no risk of scope access outside of your machine.

We will push out a fix shortly.

EDIT: Fix has been deployed. Thanks again!

Post reply on HN