From f8c7152fa9442743ae9e3702f06f40ee0e18aa90 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Sun, 19 Apr 2026 20:26:31 +0200 Subject: [PATCH] chore: remove preview page in preparation for product page --- src/layouts/AppLayout.astro | 14 +-- src/pages/preview.astro | 185 ------------------------------------ 2 files changed, 8 insertions(+), 191 deletions(-) delete mode 100644 src/pages/preview.astro diff --git a/src/layouts/AppLayout.astro b/src/layouts/AppLayout.astro index 3d6fb99..5233a55 100644 --- a/src/layouts/AppLayout.astro +++ b/src/layouts/AppLayout.astro @@ -10,12 +10,14 @@ interface Props { const { title, user } = Astro.props; const navLinks = [ - { href: '/', label: 'Home' }, - { href: '/updates', label: 'Updates' }, - { href: '/roadmap', label: 'Roadmap' }, - { href: '/calendar', label: 'Calendar' }, - { href: '/contribute', label: 'Contribute' }, - { href: '/preview', label: 'Preview' }, + { href: '/', label: 'Home' }, + { href: '/vision', label: 'Vision' }, + { href: '/product', label: 'Product' }, + { href: '/updates', label: 'Updates' }, + { href: '/roadmap', label: 'Roadmap' }, + { href: '/calendar', label: 'Calendar' }, + { href: '/contribute', label: 'Contribute' }, + { href: '/participants', label: 'Participants' }, ]; const currentPath = Astro.url.pathname; diff --git a/src/pages/preview.astro b/src/pages/preview.astro deleted file mode 100644 index 045adfc..0000000 --- a/src/pages/preview.astro +++ /dev/null @@ -1,185 +0,0 @@ ---- -import AppLayout from '../layouts/AppLayout.astro'; - -const user = Astro.locals.user; ---- - -
- - - -
- - -
-
- Platform -

Fenja AI

-
-
-

- The sovereign AI platform. Open-source models — Llama 3, Mistral — deployed entirely - inside your infrastructure. No data leaves your network. No external API calls. - No foreign cloud dependencies. -

-

- You interact with it through a clean interface: ask a question, get an answer, - see exactly which documents informed that answer and with what confidence. - The audit trail is not an afterthought — it is the design. -

-

- What Bifrost is testing is the core of this: document ingestion, contextual retrieval, - traceable responses. What comes after — agentic workflows, self-service automation, - developer APIs — builds on the same foundation. -

-
-
- - -
-
- Component -

Fenja Knowledge

-
-
-

- An evolving knowledge layer that learns the context you work in — your organisation, - your regulatory obligations, your domain-specific language — and makes it available - to the model without requiring you to re-explain it in every query. -

-

- Think of it as a structured, permission-controlled wiki that the AI reads before - answering. Not a prompt. Not a system message. A maintained, versioned context - that grows with your work. -

-

- The concept was previewed at the pilot kickoff. The response from participants - was clear: not a question of whether, but when. It is on the roadmap. -

-
-
- - -
-

When the MVP ships

-

- This page will become a gateway: screenshots, a walkthrough, and a path - for pilot participants to request early access to the interface. - Until then, this is the honest picture of where things stand. -

-
- -
- -
-
- -