Skip to content

M-kasinski/WebClipRemix

Repository files navigation

🚀 WebClip Remix

WebClip Remix Logo

Transformez n'importe quel contenu web en créations virales


🇫🇷 Français

✨ Fonctionnalités

WebClip Remix est une application web innovante qui permet de transformer n'importe quel contenu web en créations virales et divertissantes. Avec deux modes principaux :

🌐 WebClip

Transformez n'importe quelle page web en :

  • Mèmes viraux - Donnez une touche humoristique à n'importe quel article
  • Résumés amusants - Obtenez l'essentiel avec une touche de créativité
  • Articles stylisés - Réécrivez le contenu dans différents styles (théorie du complot, barde médiéval, etc.)

✨ TextoMagic

Transformez n'importe quel texte en contenu viral instantané avec différents styles créatifs.

🛠 Installation

Prérequis

  • Node.js 18+
  • npm ou yarn
  • Une clé API Gemini (Google AI)

Étapes d'installation

  1. Clonez le dépôt
git clone https://github.com/votre-username/webclip-remix.git
cd webclip-remix
  1. Installez les dépendances
npm install
# ou
yarn install
  1. Configurez les variables d'environnement Créez un fichier .env.local à la racine du projet avec :
GEMINI_API_KEY=votre_clé_api_gemini

🚀 Utilisation

Mode développement

npm run dev
# ou
yarn dev

L'application sera accessible à l'adresse http://localhost:3000

Mode production

npm run build
npm run start
# ou
yarn build
yarn start

🇬🇧 English

✨ Features

WebClip Remix is an innovative web application that transforms any web content into viral and entertaining creations. With two main modes:

🌐 WebClip

Transform any webpage into:

  • Viral memes - Add a humorous touch to any article
  • Fun summaries - Get the essentials with a creative twist
  • Stylized articles - Rewrite content in different styles (conspiracy theory, medieval bard, etc.)

✨ TextoMagic

Transform any text into instant viral content with different creative styles.

🛠 Installation (EN)

Prerequisites

  • Node.js 18+
  • npm or yarn
  • A Gemini API key (Google AI)

Installation Steps

  1. Clone the repository
git clone https://github.com/your-username/webclip-remix.git
cd webclip-remix
  1. Install dependencies
npm install
# or
yarn install
  1. Configure environment variables Create a .env.local file at the root of the project with:
GEMINI_API_KEY=your_gemini_api_key

🚀 Usage

Development mode

npm run dev
# or
yarn dev

The application will be accessible at http://localhost:3000

Production mode

npm run build
npm run start
# or
yarn build
yarn start

🔧 Technologies


Créé avec ❤️ pour transformer le web en contenu viral

© 2025 WebClip Remix

Releases

No releases published

Packages

 
 
 

Contributors