A simple knowledge base for LLM hosting providers with a focus on European data residency. This repository contains both the provider database and the website code for tracking AI and LLM hosting services that offer European data center options.
We welcome contributions to help keep this database accurate and comprehensive!
If you want to add a new vendor or report an issue with existing provider information:
-
Open a GitHub Issue with the following information:
- Provider name and website
- Link to documentation showing European data center availability
- Any corrections to existing provider data
-
Provider Requirements:
- Must offer AI or LLM hosting services
- Must have data centers or hosting options in Europe
- We do not track global vendors that only offer US-based hosting
Found incorrect information? Please open an issue with:
- The provider name
- What information is incorrect
- Links to correct information if available
This website is built with React, TypeScript, and Vite. Follow these steps to run it locally:
- Node.js (recommended: install with nvm)
- npm (comes with Node.js)
# Clone the repository
git clone https://github.com/THEY-Consulting/eu-llm-tracker.git
# Navigate to the project directory
cd eu-llm-tracker
# Install dependencies
npm install
# Start the development server
npm run devThe website will be available at http://localhost:8080
npm run dev- Start development server with hot reloadnpm run build- Build for productionnpm run preview- Preview production build locallynpm run lint- Run ESLint for code quality
- Frontend: React 18 with TypeScript
- Build Tool: Vite
- Styling: Tailwind CSS
- UI Components: shadcn/ui (Radix UI primitives)
- Icons: Lucide React