mirror of
https://github.com/velocitatem/garlic.git
synced 2026-05-31 08:43:36 +00:00
711b1d9cd41747f2a64203606c93a2c328bf2621
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 | <p>This is a test piece of text</p> |
| Scraper Sees | ![]() |
| User Sees | ![]() |
How?
Currently, this is in development, but the beta works like this:
React
You just need to wrap your html in the garlic() method:
function App() {
return garlic(
<div className="App">
<p>Go away robots :)</p>
</div>
);
};
Astro
Coming soon :)
Want some salt with that?
We can also add some salt to the encoding, add that extra step of security.
Why?
AI needs data, your website might end-up in the dataset it uses for training. Dont want that? Garlic should help :)
Description
Languages
JavaScript
38.6%
Astro
33%
Python
24.6%
TypeScript
3.8%

