From aed286b9a4a35b4cd1967ac8ea95a26093130452 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Wed, 14 Jan 2026 17:32:35 +0100 Subject: [PATCH 1/2] docs: "No cold starts" (that does not exist on Juno) Signed-off-by: David Dal Busco --- docs/intro.mdx | 6 +++++- src/components/Features/index.tsx | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/intro.mdx b/docs/intro.mdx index b51becc1..eb5a5e39 100644 --- a/docs/intro.mdx +++ b/docs/intro.mdx @@ -28,7 +28,11 @@ You build your frontend using the frameworks you love — React, SvelteKit, Next Need backend logic? Just drop in a serverless function written in Rust or TypeScript. -Everything gets bundled into a single deployable WebAssembly (WASM) container. One artifact. One push. That's your app. It runs in an unstoppable environment that holds its entire state — data, logic, and storage. +Everything gets bundled into a single deployable WebAssembly (WASM) container. One artifact. One push. That's your app. + +It runs in an unstoppable environment that holds its entire state — data, logic, and storage. + +No cold starts. Your functions execute instantly. And here's the beauty of it: Juno controls nothing. diff --git a/src/components/Features/index.tsx b/src/components/Features/index.tsx index 4399650f..abba4a7c 100644 --- a/src/components/Features/index.tsx +++ b/src/components/Features/index.tsx @@ -18,6 +18,7 @@ export default function Features(): JSX.Element {

Key-value datastore, storage, auth, analytics, and serverless functions running in secure containers. No infrastructure to manage. + No cold start.

From 62457ac4fee8a4b68dc3b7253b28e6fe9fd55a8c Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 16:34:20 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=84=20Update=20LLMs.txt=20snapshot?= =?UTF-8?q?=20for=20PR=20review?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .llms-snapshots/llms-full.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.llms-snapshots/llms-full.txt b/.llms-snapshots/llms-full.txt index c5eea19e..6df7074e 100644 --- a/.llms-snapshots/llms-full.txt +++ b/.llms-snapshots/llms-full.txt @@ -27,7 +27,11 @@ You build your frontend using the frameworks you love — React, SvelteKit, Next Need backend logic? Just drop in a serverless function written in Rust or TypeScript. -Everything gets bundled into a single deployable WebAssembly (WASM) container. One artifact. One push. That's your app. It runs in an unstoppable environment that holds its entire state — data, logic, and storage. +Everything gets bundled into a single deployable WebAssembly (WASM) container. One artifact. One push. That's your app. + +It runs in an unstoppable environment that holds its entire state — data, logic, and storage. + +No cold starts. Your functions execute instantly. And here's the beauty of it: Juno controls nothing.