2026-03-22 21:00:37 +08:00
|
|
|
---
|
|
|
|
|
layout: home
|
|
|
|
|
|
|
|
|
|
hero:
|
2026-04-24 14:46:23 +08:00
|
|
|
name: "SnapOtter"
|
2026-06-06 11:22:30 +08:00
|
|
|
text: "Self-Hosted Image Toolkit"
|
|
|
|
|
tagline: 50+ tools. Resize, compress, convert, remove backgrounds, upscale, OCR, and more. One Docker container, fully offline.
|
2026-03-22 21:00:37 +08:00
|
|
|
actions:
|
|
|
|
|
- theme: brand
|
|
|
|
|
text: Get started
|
|
|
|
|
link: /guide/getting-started
|
|
|
|
|
- theme: alt
|
|
|
|
|
text: API reference
|
|
|
|
|
link: /api/rest
|
|
|
|
|
|
|
|
|
|
features:
|
2026-06-06 21:23:58 +08:00
|
|
|
- title: 53 Image Tools
|
2026-06-08 14:34:54 +08:00
|
|
|
details: Resize, crop, compress, convert, watermark, adjust colors, vectorize, create GIFs, build collages, and more.
|
2026-04-16 16:13:33 +08:00
|
|
|
- title: Local AI
|
2026-06-08 14:34:54 +08:00
|
|
|
details: "16 ML tools: background removal, upscaling, enhancement, colorization, OCR, object erasure. Fully local."
|
2026-04-16 16:13:33 +08:00
|
|
|
- title: Pipelines
|
2026-06-08 14:34:54 +08:00
|
|
|
details: Chain tools into reusable workflows. Batch process unlimited images at once.
|
2026-03-22 21:00:37 +08:00
|
|
|
- title: REST API
|
2026-06-08 14:34:54 +08:00
|
|
|
details: Every tool via API with key auth. Interactive docs at /api/docs plus /llms.txt for AI agents.
|
2026-04-16 16:13:33 +08:00
|
|
|
- title: File Library
|
2026-06-08 14:34:54 +08:00
|
|
|
details: Persistent storage with full version history. Trace every step from original to output.
|
2026-04-16 16:13:33 +08:00
|
|
|
- title: Teams & Access Control
|
2026-06-08 14:34:54 +08:00
|
|
|
details: "Multi-user with admin/user roles, per-resource permissions, and audit logging."
|
2026-03-22 21:00:37 +08:00
|
|
|
---
|
2026-04-16 23:45:11 +08:00
|
|
|
|
|
|
|
|
<div class="quick-start-banner">
|
|
|
|
|
|
|
|
|
|
```bash
|
2026-05-01 19:42:11 +08:00
|
|
|
docker run -d --name SnapOtter -p 1349:1349 -v SnapOtter-data:/data snapotter/snapotter:latest
|
2026-04-16 23:45:11 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
</div>
|