# Garlic 🧄🧛 Garlic is a simple, fast and secure way to protect your website from being scraped by bots. --- You write your code and text as you would any other day, just let garlic protect your content from scraping. | POV | Result | |--------------|---------------------------------------| | You Write | `
This is a test piece of text
` | | Scraper Sees |  | | User Sees |  | # Try Now! 1. Go to this website: https://garlic-astro.netlify.app/ 2. You will see normal text the way it should be 3. Run the following command: `wget https://garlic-astro.netlify.app/` 4. Open the index.html 5. You will see the encoded text :) # How? Currently, this is in development, but the beta works like this: ## React Install the packages with `npm i garlic-react`, you should then import the `Garlic` class with: ```js import Garlic from 'garlic'; ``` You just need to wrap your html in the `Garlic.clove` method: ```js function App() { return Garlic.clove(Go away robots :)