Live data from Hacker News

Retool raises $45M at a $3.2B valuation

techcrunch.com

1–10 of 153 posts

Re: Retool raises $45M at a $3.2B valuation

#2
Hi all, founder @ Retool here. We've made a lot of progress over the past few years, but we first started on HN, and certainly wouldn't be here without all of you!

For example, here's when we launched: https://news.ycombinator.com/item?id=14515494. Hilariously, we described Retool as "Excel with higher order primitives", and people understood it! (Only on HN!)

After that, we spent around a year polishing the product and getting customers, and we launched officially on HN: https://news.ycombinator.com/item?id=17725966.

Today, we have tens of thousands of paying customers, are ~cashflow-positive, and have substantial revenue. But we are yet still so far from changing how internal software is built. Our thesis is that a Visual Basic-like application builder is a better way of building a certain segment of software (namely, internal CRUD apps). If you have any feedback or ideas on how we can improve the product, please do let me know (in comments or via email).

Oh, here's our blog post too: https://retool.com/blog/series-c2/. It has some details about our weird fundraising strategy (smaller rounds, lower valuation), which we think is more employee-friendly (lower dilution, more upside for employees). Happy to talk through that as well; here's another article about it: https://www.forbes.com/sites/alexkonrad/2021/12/22/retool-un...

Re: Retool raises $45M at a $3.2B valuation

#3
post #2

Hi all, founder @ Retool here. We've made a lot of progress over the past few years, but we first started on HN, and certainly wouldn't be here without all of you! For example, here's when we launched: https://news.ycombinator.com/item?id=14515494 . Hilariously, we described Retool as "Excel with higher order primitives", and people understood it! (Only on HN!) After that, we spent around a year polishing the product…

Congrats on the funding and evaluation! At first, I was admittedly skeptical of yet another low code tool, but this seems pretty powerful. I think there is a large segment of the market that needs a drag and drop Visual Studio editor to build simple data workflows. Do you manage the underlying database for the customers, or are they connecting their own managed data stores? What are the most common use cases that you've seen large customers use this for?

Re: Retool raises $45M at a $3.2B valuation

#4
post #3
post #2

Hi all, founder @ Retool here. We've made a lot of progress over the past few years, but we first started on HN, and certainly wouldn't be here without all of you! For example, here's when we launched: https://news.ycombinator.com/item?id=14515494 . Hilariously, we described Retool as "Excel with higher order primitives", and people understood it! (Only on HN!) After that, we spent around a year polishing the product…

Congrats on the funding and evaluation! At first, I was admittedly skeptical of yet another low code tool, but this seems pretty powerful. I think there is a large segment of the market that needs a drag and drop Visual Studio editor to build simple data workflows. Do you manage the underlying database for the customers, or are they connecting their own managed data stores? What are the most common use cases that you…

Yes, that is our target market too. We don't think people will be building airbnb.com (say) in Retool, but not all software is like that. (In fact, we think most software is probably just CRUD apps, haha.)

We don't manage the database for customers; we instead connect to your data (whether it's behind an API or database). That was one of the first decisions we made — as a developer, if my data is already in postgres, I certainly wouldn't want to have to ETL / sync it anywhere. :)

Use cases: probably our most common use case is a CRM for a consumer company (e.g. Doordash). The reason that is so popular is because if you have (say) 1M orders a day, you aren't able to put that data in Salesforce anymore. And so the only way for you to manage all that stuff is by building custom software (instead of buying anything off the shelf). Retool is good at that: you can build CRUD-y screens very quickly. Retool, today, is not good at making everything pixel perfect (e.g. we have a grid layout engine, and you can't break out of the grid), but a CRM doesn't need to be pixel perfect.

Re: Retool raises $45M at a $3.2B valuation

#6
post #5

Congratulations. We just turned on Metabase but did not try out Retool. Can you talk through the pros/cons of the two?

Metabase is great! I was using it 4 - 5 years ago and it was shocking how good it was as OSS.

It depends on your use case: Metabase is designed for BI (i.e. reading large amounts of data and chating it); Retool is designed for apps that write back to databases / APIs. Metabase (TBH) is better at charting (they have nicer charts, better caching, etc.). But it doesn't support writing back to APIs or databases. For example, if somebody on your team is asking "what was our revenue last month", Metabase is going to be better for that. But if your team wants an app that "shows possibly fraudulent orders, with a button to cancel & refund them", Retool is better for that (and Metabase wouldn't allow you to do that).

Re: Retool raises $45M at a $3.2B valuation

#9

I dont understand how an apparently billion dollar company still requires to raise 45 million. Can someone ELI5 the economics of this?

We actually didn't need the money (we're cashflow-positive). In fact, we haven't touched the money from our Series B (in 2020) nor our Series C (in 2021). But raising money is helpful because a) it gets prospective customers interested in the product (oh, X company raised, let me check out what their product does), b) it gets prospective employees interested, c) it allows people externally to see that the company is making progress rapidly (I wish we could post revenue metrics here, but I... think that's a bad idea?), and d) we sold very little in this round (1.4%, so there is minimal dilution to employees), for those advantages.

TBH, fundraising is kind of like charades: it's a way to signal you are doing well, without telling people your private company metrics. I wish we never needed to fundraise, and could just focus on building great products and working with customers instead. :)

Post reply on HN