Home
Loading

aVenture is in Alpha: During this preview period, you should expect the research data to be limited and may not yet meet our exacting standards. We've made the decision to provide early access to our data to showcase the product as we build, but you should not yet rely upon it alone for your investment decisions.

aVenture is in Alpha: During this preview period, you should expect the research data to be limited and may not yet meet our exacting standards. We've made the decision to provide early access to our data to showcase the product as we build, but you should not yet rely upon it alone for your investment decisions.

Get in touch

  • Contact

  • Request a demo

  • Request data updates

  • Add a company

Research

  • Companies

  • Investors

  • People

aVenture

  • Sitemap

  • Feature requests

Member

Backed by

© aVenture Investment Company, 2026. All rights reserved.

San Francisco, CA, USA

Privacy Policy

aVenture Investment Company ("aVenture") is an independent research platform providing detailed analysis and data on startups, venture capital investments, and key industry individuals. It is not a registered investment adviser, broker-dealer, or investment advisor and does not provide investment advice or recommendations. The data provided by aVenture does not constitute recommendations or advice, whether by methodology, analysis, AI-generated content, or a statement written by a staff member of aVenture.

aVenture is not affiliated with any of the people, companies, organizations, government agencies, regulatory bodies, or investment funds we provide coverage for on this site unless explicitly stated otherwise. Users assume full responsibility for decisions made based on information obtained from this platform. Links to external websites do not imply endorsement or affiliation with aVenture. Any links that provide the ability to invest in a primary or secondary transaction in a company are for convenience only and do not constitute solicitations or offers to buy or sell an investment. Investors should exercise heightened precaution and due diligence when investing in private companies, especially those not independently audited.

While we strive to provide valuable insights with objectivity and professional diligence, we cannot guarantee the accuracy of the information provided on our platform. Before making any investment decisions, you should verify the accuracy of all pertinent details for your decision. To the fullest extent permitted by law, aVenture shall not be liable for any direct, indirect, incidental, consequential, or financial damages arising from use of this site, whether by consumers of its contents directly or by persons or organizations covered by our research, even if we are advised of the possibility. Our best-efforts processes and correction request forms do not create a warranty or duty of care.

Profiles on this platform may include content generated in part by large language models (LLMs, artificial intelligence) that aggregate publicly available sources (e.g., SEC EDGAR, public filings, press releases). Source attribution is provided where known; always verify statements and claims here against original sources before relying on any data. Content on our site may contain inaccuracies, omissions, or what are commonly called 'hallucinations' if generated in part or in full by AI / LLMs. The risk can also exist even when content is written by a human, as internal and third-party sources may also have inaccuracies for the same or different reasons. While we randomly audit a proportion of content, this is not exhaustive.

We recommend that an independent auditor be hired to verify the accuracy of the information before relying on it for any sensitive decisions. By accessing this platform, you agree not to rely solely on any information generated by AI, aggregated, or sourced or written otherwise on this site, for investment, financial, or other decisions. aVenture assumes no responsibility for inaccuracies, omissions, or hallucinations. You must independently verify all data from primary sources. Use of this platform constitutes your waiver of claims for reliance-based damages, including negligent misrepresentation. To report an error, request a correction, or dispute information about a company or individual, contact us via our request data updates form.

Loading
Loading
Home
News
Frontends are hard

From SST Blog

By

May 2, 2025

Frontends are hard

Frontends are hard

Modern frontends like Next.js, Svelte, Remix, Astro, etc. are hard to deploy. There are services like Netlify and Vercel that have built custom infrastructure just to do this. In this post we look at why frontends have become so hard to deploy and why even the giant cloud providers like AWS, GCP, or Azure have really poor support. We also look at how some recent changes have made it possible for SST to better support them. Back in the 2010s frontends were single-page apps. Hosting them was really easy. You just uploaded it to an S3 bucket and shared the URL with your users. To get fancy, you could add a CDN. Modern frontends now need a combination of infrastructure like S3 buckets, serverless functions, databases, CDNs, edge functions, edge data stores, and more. There are also a dozen or so competing frameworks. This is complicated enough that even AWS and GCP’s services like Amplify and Firebase have really poor support for them. They only support a couple of frameworks, don’t support their latest versions, and don’t cover all their features. As a result, most people use secondary cloud providers like Netlify or Vercel. These services have their own custom infrastructure built on top of the major cloud providers. They’ve used this approach to grow to impressive scales. Both of these companies are reportedly doing around 00M in ARR. But why do we need dedicated services? What’s so hard about deploying a frontend? How come even the giant cloud providers are unable to keep up? There are a few main reasons why frontends are hard to deploy and host: Complicated infrastructure, dozen different frameworks, and faster pace of updates. Self-hosting frontends is a perfect fit for an OSS project. When we had first started building SST, deploying frontends was a small part of what we did. But as we grew, we started to get more requests for better frontend support. We looked at the above problems; not having a one-size-fits-all solution and a long tail of frameworks and features. And realized that this was a perfect fit for an OSS project. So here’s what we did: Break down the problem, open source everything, and work closely with the framework authors. This is led us to start the OpenNext project. Now providers like Cloudflare, and even Netlify and Vercel, can contribute to the project and help keep it up to date.

View original article on sst.dev

Most Recent

CatchGPT quiz generator turns teacher materials into AI-resistant assessments

CatchGPT quiz generator turns teacher materials into AI-resistant assessments

CatchGPT’s quiz-generator product creates printable multiple-choice quizzes from uploaded course materials, using a large language model as a proxy for a student trying to cheat and rewriting questions until the model fails. Access is provisioned manually after a consultation.

Jun 24, 2026

Chat UIs Are Lists Until They Are Not

Chat UIs Are Lists Until They Are Not

TanStack Virtual now supports end-anchored virtualization for prepend-stable history, append-follow, and streaming output that stays pinned.

May 24, 2026

TanStack Virtual Just Got a Lot Faster, and Finally Handles iOS

TanStack Virtual Just Got a Lot Faster, and Finally Handles iOS

Cold mount at 100k items is 5x faster, a worst-case bug now runs 1382x faster, iOS Safari momentum scroll works, and scroll-up jank is gone.

May 18, 2026

Structured Output That Remembers Across Turns

Structured Output That Remembers Across Turns

Every assistant turn now carries its own typed StructuredOutputPart on its UIMessage. History is preserved by default.

May 18, 2026

Similar Posts

Nuon helps companies deploy their software into their customers’ cloud accounts

Nuon helps companies deploy their software into their customers’ cloud accounts

Jon Morehouse launched PowerTools in 2019 to help companies ship static sites and serverless apps to their cloud accounts on providers like AWS and Azure. When a customer asked him if they could use PowerTools to deploy their software into one of their customer’s cloud accounts, Morehouse was skeptical. Morehouse told TechCrunch that after that question, he started talking to other SaaS founders about the concept of deploying their applications into customers’ clouds. He discovered that this wa

Dec 17, 2024

SST Adds Native Container Support with Cluster, Service, and Vpc Components

SST Adds Native Container Support with Cluster, Service, and Vpc Components

Anomaly Innovations expands SST beyond serverless with native container support, introducing new components for ECS, Fargate, VPCs, and more.

Nov 7, 2024

OpenAuth Beta Launches as a Universal Standards-Based Auth Provider

OpenAuth Beta Launches as a Universal Standards-Based Auth Provider

Anomaly Innovations launches OpenAuth, a universal OAuth 2.0-based auth provider that can be deployed anywhere, alongside a new Auth component for SST v3.

Dec 8, 2024

Codecrafters wants to challenge seasoned developers with hard-to-build projects

Codecrafters wants to challenge seasoned developers with hard-to-build projects

There are plenty of online platforms for developers that help you learn new skills or get started with a new language, such as CodeCademy, Leetcode, and CodeSignal. Some guide developers step by step through the process while teaching the basics, while others provide detailed video tutorials. Codecrafters is a platform that doesn’t want to show developer videos or hold their hands when they’re learning new languages. Instead, it wants to provide tough challenges for advanced developers to build

Nov 19, 2024

Most Recent

CatchGPT quiz generator turns teacher materials into AI-resistant assessments

CatchGPT quiz generator turns teacher materials into AI-resistant assessments

CatchGPT’s quiz-generator product creates printable multiple-choice quizzes from uploaded course materials, using a large language model as a proxy for a student trying to cheat and rewriting questions until the model fails. Access is provisioned manually after a consultation.

Jun 24, 2026

Chat UIs Are Lists Until They Are Not

Chat UIs Are Lists Until They Are Not

TanStack Virtual now supports end-anchored virtualization for prepend-stable history, append-follow, and streaming output that stays pinned.

May 24, 2026

TanStack Virtual Just Got a Lot Faster, and Finally Handles iOS

TanStack Virtual Just Got a Lot Faster, and Finally Handles iOS

Cold mount at 100k items is 5x faster, a worst-case bug now runs 1382x faster, iOS Safari momentum scroll works, and scroll-up jank is gone.

May 18, 2026

Structured Output That Remembers Across Turns

Structured Output That Remembers Across Turns

Every assistant turn now carries its own typed StructuredOutputPart on its UIMessage. History is preserved by default.

May 18, 2026

Similar Posts

Nuon helps companies deploy their software into their customers’ cloud accounts

Nuon helps companies deploy their software into their customers’ cloud accounts

Jon Morehouse launched PowerTools in 2019 to help companies ship static sites and serverless apps to their cloud accounts on providers like AWS and Azure. When a customer asked him if they could use PowerTools to deploy their software into one of their customer’s cloud accounts, Morehouse was skeptical. Morehouse told TechCrunch that after that question, he started talking to other SaaS founders about the concept of deploying their applications into customers’ clouds. He discovered that this wa

Dec 17, 2024

SST Adds Native Container Support with Cluster, Service, and Vpc Components

SST Adds Native Container Support with Cluster, Service, and Vpc Components

Anomaly Innovations expands SST beyond serverless with native container support, introducing new components for ECS, Fargate, VPCs, and more.

Nov 7, 2024

OpenAuth Beta Launches as a Universal Standards-Based Auth Provider

OpenAuth Beta Launches as a Universal Standards-Based Auth Provider

Anomaly Innovations launches OpenAuth, a universal OAuth 2.0-based auth provider that can be deployed anywhere, alongside a new Auth component for SST v3.

Dec 8, 2024

Codecrafters wants to challenge seasoned developers with hard-to-build projects

Codecrafters wants to challenge seasoned developers with hard-to-build projects

There are plenty of online platforms for developers that help you learn new skills or get started with a new language, such as CodeCademy, Leetcode, and CodeSignal. Some guide developers step by step through the process while teaching the basics, while others provide detailed video tutorials. Codecrafters is a platform that doesn’t want to show developer videos or hold their hands when they’re learning new languages. Instead, it wants to provide tough challenges for advanced developers to build

Nov 19, 2024