mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
51 lines
1.5 KiB
Markdown
51 lines
1.5 KiB
Markdown
+++
|
|
title = "iine"
|
|
description = "Privacy-focused & accessible like buttons for the small web."
|
|
weight = 15
|
|
|
|
[taxonomies]
|
|
tags = ["web", "JavaScript", "privacy", "backend"]
|
|
|
|
[extra]
|
|
local_image = "projects/iine/iine_logo.webp"
|
|
social_media_card = "social_cards/projects_iine.png"
|
|
+++
|
|
|
|
Appreciation buttons for your blog, digital garden, portfolio… No account required. No tracking.
|
|
|
|
#### [GitHub](https://github.com/welpo/iine) • [Website](https://iine.to) {.centered-text}
|
|
|
|
## Features
|
|
|
|
- No timestamps, no IPs, no tracking
|
|
- ~3KB of vanilla JavaScript
|
|
- Works without JavaScript
|
|
- Various icons: heart, thumbs up, upvote, or any emoji
|
|
- Built for the small/indie web
|
|
- Free forever
|
|
- Accessible by design
|
|
- Self-hostable
|
|
|
|
## Quick start
|
|
|
|
Add appreciation buttons to your site with two lines. Load the script:
|
|
|
|
```html
|
|
<script defer src="https://cdn.jsdelivr.net/gh/welpo/iine@main/iine.mini.js"></script>
|
|
```
|
|
|
|
Add the button:
|
|
|
|
```html
|
|
<button class="iine-button" aria-hidden="true"></button>
|
|
```
|
|
|
|
Done. Your visitors can now show anonymous appreciation for your content.
|
|
|
|
## Why iine?
|
|
|
|
I wanted to add like/kudos/cheers/appreciation buttons to [my blog](https://osc.garden) without signing up for anything, and making sure my visitors weren't tracked.
|
|
|
|
Hoping others find it useful, I made the service public (open source) and free forever (at least until it supports over 100k websites).
|
|
|
|
Built for blogs, portfolios, digital gardens, and anyone who believes the web should be more human.
|