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 :
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.)
Transformez n'importe quel texte en contenu viral instantané avec différents styles créatifs.
- Node.js 18+
- npm ou yarn
- Une clé API Gemini (Google AI)
- Clonez le dépôt
git clone https://github.com/votre-username/webclip-remix.git
cd webclip-remix- Installez les dépendances
npm install
# ou
yarn install- Configurez les variables d'environnement
Créez un fichier
.env.localà la racine du projet avec :
GEMINI_API_KEY=votre_clé_api_gemini
npm run dev
# ou
yarn devL'application sera accessible à l'adresse http://localhost:3000
npm run build
npm run start
# ou
yarn build
yarn startWebClip Remix is an innovative web application that transforms any web content into viral and entertaining creations. With two main modes:
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.)
Transform any text into instant viral content with different creative styles.
- Node.js 18+
- npm or yarn
- A Gemini API key (Google AI)
- Clone the repository
git clone https://github.com/your-username/webclip-remix.git
cd webclip-remix- Install dependencies
npm install
# or
yarn install- Configure environment variables
Create a
.env.localfile at the root of the project with:
GEMINI_API_KEY=your_gemini_api_key
npm run dev
# or
yarn devThe application will be accessible at http://localhost:3000
npm run build
npm run start
# or
yarn build
yarn startCréé avec ❤️ pour transformer le web en contenu viral
© 2025 WebClip Remix
