From 80c1964f4c610ecdf70a6c9f2c814be145fe718a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Wed, 18 Mar 2026 15:32:58 +0100 Subject: [PATCH] feat(index): uppercase hero titles and bracketed button labels Convert title lines to ALL CAPS, update meta labels to LOCAL-FIRST/CLOUD WHEN NEEDED, add long session messaging, and wrap buttons in bracket style. --- src/pages/index.astro | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 573be02..23cdc4d 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -18,28 +18,31 @@ const version = pkg.version ?? "";
// NEXT-GEN EDITOR

- Run AI locally. - Or use cloud models. + RUN AI LOCALLY. + OR USE CLOUD MODELS.

- RUNS LOCAL + LOCAL-FIRST / FULL PROJECT CONTEXT / - CLOUD OPTIONAL + CLOUD WHEN NEEDED

- Your code stays on your machine. No API required. + Your code stays on your machine. No API key required. Switch to cloud when you need speed.

- Run models locally via Ollama or connect to any OpenAI-compatible endpoint. + Built for long sessions without losing context. +

+

+ Use Ollama locally or connect to any OpenAI-compatible endpoint.