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. 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.