From 4cac582cb0787750fcdbf018868cda628a8eda62 Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Mon, 16 Feb 2026 14:22:29 -0300 Subject: [PATCH] docs: add omniroute.online website URL to README, npm, and Docker - Add Website badge to README header - Add website link to nav, tech stack, support, and footer - Update provider count from 28 to 36+ - Set package.json homepage to https://omniroute.online - Add OCI image URL label to Dockerfile --- Dockerfile | 1 + README.md | 9 +++++++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index b49318a03e..e043709550 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ WORKDIR /app LABEL org.opencontainers.image.title="omniroute" \ org.opencontainers.image.description="Unified AI proxy — route any LLM through one endpoint" \ + org.opencontainers.image.url="https://omniroute.online" \ org.opencontainers.image.source="https://github.com/diegosouzapw/OmniRoute" \ org.opencontainers.image.licenses="MIT" diff --git a/README.md b/README.md index 79fe6cec50..910f26dbbb 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ **Never stop coding. Auto-route to FREE & cheap AI models with smart fallback.** - **28 Providers • Embeddings • Image Generation • Think Tag Parsing** + **36+ Providers • Embeddings • Image Generation • Think Tag Parsing** **Free AI Provider for OpenClaw.** @@ -18,8 +18,9 @@ [![npm version](https://img.shields.io/npm/v/omniroute?color=cb3837&logo=npm)](https://www.npmjs.com/package/omniroute) [![Docker Hub](https://img.shields.io/docker/v/diegosouzapw/omniroute?label=Docker%20Hub&logo=docker&color=2496ED)](https://hub.docker.com/r/diegosouzapw/omniroute) [![License](https://img.shields.io/github/license/diegosouzapw/OmniRoute)](https://github.com/diegosouzapw/OmniRoute/blob/main/LICENSE) + [![Website](https://img.shields.io/badge/Website-omniroute.online-blue?logo=google-chrome&logoColor=white)](https://omniroute.online) - [🚀 Quick Start](#-quick-start) • [💡 Features](#-key-features) • [📖 Docs](#-documentation) + [🌐 Website](https://omniroute.online) • [🚀 Quick Start](#-quick-start) • [💡 Features](#-key-features) • [📖 Docs](#-documentation) --- @@ -259,6 +260,7 @@ registerSuite({ - **Auth**: OAuth 2.0 (PKCE) + JWT + API Keys - **Testing**: Node.js test runner (320+ unit tests) - **CI/CD**: GitHub Actions (auto npm publish on release) +- **Website**: [omniroute.online](https://omniroute.online) - **Package**: [npmjs.com/package/omniroute](https://www.npmjs.com/package/omniroute) - **Docker**: [hub.docker.com/r/diegosouzapw/omniroute](https://hub.docker.com/r/diegosouzapw/omniroute) - **Resilience**: Circuit breaker, exponential backoff, anti-thundering herd @@ -280,6 +282,7 @@ registerSuite({ ## 📧 Support +- **Website**: [omniroute.online](https://omniroute.online) - **GitHub**: [github.com/diegosouzapw/OmniRoute](https://github.com/diegosouzapw/OmniRoute) - **Issues**: [github.com/diegosouzapw/OmniRoute/issues](https://github.com/diegosouzapw/OmniRoute/issues) - **Original Project**: [9router by decolua](https://github.com/decolua/9router) @@ -323,4 +326,6 @@ MIT License - see [LICENSE](LICENSE) for details.
Built with ❤️ for developers who code 24/7 +
+ omniroute.online
diff --git a/package.json b/package.json index 92e2734f24..2d42d7eba0 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "type": "git", "url": "https://github.com/diegosouzapw/OmniRoute" }, - "homepage": "https://github.com/diegosouzapw/OmniRoute", + "homepage": "https://omniroute.online", "scripts": { "dev": "next dev --webpack --port 20128", "build": "next build --webpack",