Vercel raise $40M Series B
61–70 of 208 posts
Re: Vercel raise $40M Series B
#62u/rauchg grew zeit.co ( Now ) [0][1] -> next.js [2] -> Vercel [3] iteratively over 3 years to raise Series A and B within 8 months of each other. Along the way, showing how OSS businesses can win: Slowly but steadily (looking at you mesosphere). Congrats to everyone at Vercel! God knows it has taken very many pivots to finally reach here. [0] https://news.ycombinator.com/item?id=12320489 [1] https://news.ycombinator.…
Re: Vercel raise $40M Series B
#63Earlier quoted context omitted.
The term "serverless", to me, makes as much sense as "No Software" (Salesforce) did back then: none. I do get the point of "you're not managing any actual servers", but still.
If it's helpful think of it as "less servers".
Re: Vercel raise $40M Series B
#64Earlier quoted context omitted.
> avoid being acquired Don't think that's possible after raising such amounts of money. Their way out is now either getting aquired for loads of cash or going public. Going public also means loosing parts or all of your control over the company. Those investors will want to see their money back some time in the future.
> Going public also means loosing parts or all of your control over the company. not a very intellectually honest statement to make considering founder supervoting shares are extremely common in tech.
Re: Vercel raise $40M Series B
#65Many congrats Vercel! I've been a big fan since Zeit platform version 1 - I remember the transition to platform version 2 was difficult but over time I can see how incredible of a platform you've become. Just a note from a fan - I hope you all can determine a way to approach the future with longevity and corporate independence. The web really needs your entire teams dedication towards performance, end user experience…
> avoid being acquired Don't think that's possible after raising such amounts of money. Their way out is now either getting aquired for loads of cash or going public. Going public also means loosing parts or all of your control over the company. Those investors will want to see their money back some time in the future.
only if all shares have equal voting rights.
Re: Vercel raise $40M Series B
#66Earlier quoted context omitted.
Gatsby is a weird platform. It's gotten absolutely humongous for a product that is designed to only solve the simplest problems. Netlify has taken it to it's limit by adding redirects and lambdas. But it's still a platform for fancy brochures and blogs.
I agree with this weird mismatch of overcomplexity for the problem it's trying to solve. I did really like though the Gatsby model of ingesting all your source data into GraphQL and then having a standardised way to query and build pages from this. I wish Next.js would learn something from this. I was using Next.js to build a staticly-generated website (so within the remit of Gatsby) but eventually i outgrew the limi…
Re: Vercel raise $40M Series B
#67Earlier quoted context omitted.
Serverless web apps. Using their own Next.js as an example: everything in /pages/ is client app, everything in /api/ is serverless app. Client talks to the /api/ endpoints, /api/ endpoints talk to your domain services. Vercel also provide edge-location hosting and caching.
The term "serverless", to me, makes as much sense as "No Software" (Salesforce) did back then: none. I do get the point of "you're not managing any actual servers", but still.
Re: Vercel raise $40M Series B
#68Oh god. Even companies raising $40,000,000 can’t explain what they do: “Vercel combines the best developer experience with an obsessive focus on end-user performance. Our platform enables frontend teams to do their best work.” Nice, inspiring evocative words, but I care to find what the fuck Vercel IS, and this is not an answer. Maybe if I reword the above it will become clear: Vercel lets developers have a really gr…
It was pretty easy to just click "Documentation" and see more: https://vercel.com/docs
> Vercel is a cloud platform for static sites and Serverless Functions that fits perfectly with your workflow. It enables developers to host Jamstack websites and web services that deploy instantly, scale automatically, and requires no supervision, all with no configuration.
Seems fairly clear what it does.
Re: Vercel raise $40M Series B
#69Microsoft/GitHub could be a good landing spot for them if they are to sell.
Re: Vercel raise $40M Series B
#70Earlier quoted context omitted.
The front-page is pretty unclear, but if you open the documentation page, it is fairly clear: https://vercel.com/docs > Vercel is a cloud platform for static sites and Serverless Functions that fits perfectly with your workflow. It enables developers to host Jamstack websites and web services that deploy instantly, scale automatically, and requires no supervision, all with no configuration.
I still have no idea what it is after reading that blurb. AWS “fits perfectly” with my workflow so in concrete terms how is this different?
I don't mean this in a negative way, and concede that Marketing often fails to even get their users and buyers to understand.