Documentation Senthor - Guide d'Installation et Configuration
Documentation complète pour installer et configurer Senthor sur votre site web. Guides disponibles pour WordPress, Vercel/Next.js, Ruby on Rails et configuration DNS.
Installation WordPress (2 minutes)
1. Télécharger le plugin depuis wordpress.org/plugins/senthor-io 2. Installer via Extensions > Ajouter 3. Activer le plugin 4. Obtenir une clé API gratuite sur app.senthor.io 5. Configurer la clé dans les réglages du plugin
Installation Vercel/Next.js (3 minutes)
1. npm install @senthor-io/vercel 2. Créer middleware.ts et importer Senthor 3. Ajouter SENTHOR_API_KEY aux variables d'environnement 4. Déployer sur Vercel
Fonctionnalités détectées
Détection automatique de ChatGPT (GPTBot), Claude (ClaudeBot), Google Gemini, Perplexity (PerplexityBot), Mistral, Cohere, You.com et +15 autres bots IA. Analytics en temps réel, blocage sélectif, logs détaillés.
Support technique
Email : contact@senthor.io Documentation complète : https://senthor.io/documentation
Vercel Integration
Integrate Senthor into your application on Vercel
Installation time: ~1 minute
Overview
Senthor easily integrates into any application hosted on Vercel via a simple middleware. Installation in 3 lines of code.
Main features
- Ultra-simple installation (3 lines of code)
- Automatic AI bot detection
- Compatible with all Vercel applications
- Real-time analytics via Senthor dashboard
Installation
1. Install the npm package
npm install @senthor-io/vercel2. Create the middleware file
Create a middleware.ts file at the root of your project with this simple code:
// middleware.ts
import senthor from "@senthor-io/vercel";
export const config = {
matcher: "/:path*"
};3. Configure your site on Senthor
Log in to app.senthor.io and add your domain. Configuration will be automatic.
4. Deploy
Deploy your application on Vercel. The middleware will automatically detect AI bots.
More information
For more details on the npm package, check out: https://www.npmjs.com/package/@senthor-io/vercel
Support
For any questions about Vercel integration, contact us at contact@senthor.io