You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/blog/browserpod-beta-announcement.mdx
+4-15Lines changed: 4 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ authors:
6
6
- alessandro
7
7
- stefano
8
8
pubDate: "December 10 2025"
9
-
heroImage: "./banners/BrowserPod_beta-hero.webp"
9
+
heroImage: "./banners/BrowserPod_beta-hero.png"
10
10
tags:
11
11
- BrowserPod
12
12
---
@@ -18,7 +18,7 @@ Agentic coding, vibe coding, generative coding – different flavours of LLM-cre
18
18
Sandboxes are typically ephemeral cloud instances. This is at first sight a great solution to the problem; by virtue of being in the cloud they’re naturally isolated from your system and they come with the additional benefit of portability, easily accessed through API calls and customized if needed. But they also come with a few drawbacks, for instance:
19
19
20
20
-**Latency / Provisioning Performance**: Using Cloud sandboxes introduces latency at the time of provisioning, which impacts frequently run, “closed-loop” computation.
21
-
-\***\*Runtime Performance**: Depending on the workload, acceptable performance can come at a substantial cost per hour of compute, particularly in the case of building pipelines.
21
+
-**Runtime Performance**: Depending on the workload, acceptable performance can come at a substantial cost per hour of compute, particularly in the case of building pipelines.
22
22
-**Networking**: Cloud instances don’t have access to user-local network resources, and can suffer from other network limitations.
23
23
-**Cost**: Cloud computing is expensive, and with most businesses relying on cloud infrastructure, it’s something we’re all paying for even if we’re not personally cloud customers.
24
24
-**Ecological cost**: Data centers use massive amounts of energy and water, as demand grows, so does their ecological footprint.
@@ -116,7 +116,7 @@ Our solution for BrowserPod is to provide edge-computing-based proxying of netwo
116
116
</video>
117
117
<figcaptionclass="text-center">
118
118
An example of BrowserPod being used to run a full Vite+Svelte in-browser
119
-
editor.
119
+
editor. See it fullscreen [here](https://vitedemo.browserpod.io/).
120
120
</figcaption>
121
121
</figure>
122
122
@@ -156,18 +156,7 @@ From the feedback we have received so far it’s clear that this last use case (
156
156
157
157
BrowserPod Beta is available right now, free for personal use and open-source projects, and with generous monthly allowances. You can try BrowserPod now using [our quick start][BP-quickstart-link].
158
158
159
-
If you have feedback or questions, you can reach us in our channel Discord or via GitHub issues.
If you have feedback or questions, you can reach us in our channel [Discord](https://discord.leaningtech.com) or via [GitHub issues](https://github.com/leaningtech/browserpod-meta).
171
160
172
161
We think BrowserPod has the potential to revolutionize client-side sandboxing, and we are looking to hear what you think
0 commit comments