Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .llms-snapshots/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 5 additions & 1 deletion docs/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
1 change: 1 addition & 0 deletions src/components/Features/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export default function Features(): JSX.Element {
<p>
Key-value datastore, storage, auth, analytics, and serverless
functions running in secure containers. No infrastructure to manage.
No cold start.
</p>
</aside>
</div>
Expand Down