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
This commit is contained in:
diegosouzapw
2026-02-16 14:22:29 -03:00
parent eb0fbccd05
commit 4cac582cb0
3 changed files with 9 additions and 3 deletions

View File

@@ -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"

View File

@@ -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)
</div>
---
@@ -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.
<div align="center">
<sub>Built with ❤️ for developers who code 24/7</sub>
<br/>
<sub><a href="https://omniroute.online">omniroute.online</a></sub>
</div>

View File

@@ -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",