chore(ui): rebrand to OmniRoute

- Sidebar: 'Endpoint Proxy' → 'OmniRoute'
- Page title: 'OmniRoute — AI Gateway for Multi-Provider LLMs'
- Description updated across layout and config
This commit is contained in:
diegosouzapw
2026-02-13 19:13:57 -03:00
parent 8b7b50f6fb
commit 2b1b8e4539
2 changed files with 4 additions and 4 deletions

View File

@@ -9,9 +9,9 @@ const inter = Inter({
});
export const metadata = {
title: "OmniRoute - AI Infrastructure Management",
title: "OmniRoute AI Gateway for Multi-Provider LLMs",
description:
"One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly.",
"OmniRoute is an AI gateway for multi-provider LLMs. One endpoint for all your AI providers.",
icons: {
icon: "/favicon.svg",
},

View File

@@ -2,8 +2,8 @@ import pkg from "../../../package.json" with { type: "json" };
// App configuration
export const APP_CONFIG = {
name: "Endpoint Proxy",
description: "AI Infrastructure Management",
name: "OmniRoute",
description: "AI Gateway for Multi-Provider LLMs",
version: pkg.version,
};