mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
docs: update homepage — A Self Hosted Image Manipulator, 45+ tools, 6 feature cards
This commit is contained in:
@@ -3,7 +3,7 @@ import llmstxt from "vitepress-plugin-llms";
|
|||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
title: "ashim",
|
title: "ashim",
|
||||||
description: "Documentation for ashim, a self-hosted image processing suite.",
|
description: "Documentation for ashim — A Self Hosted Image Manipulator. 45+ tools, local AI, pipelines, REST API.",
|
||||||
base: "/ashim/",
|
base: "/ashim/",
|
||||||
srcDir: ".",
|
srcDir: ".",
|
||||||
outDir: "./.vitepress/dist",
|
outDir: "./.vitepress/dist",
|
||||||
|
|||||||
+13
-9
@@ -3,8 +3,8 @@ layout: home
|
|||||||
|
|
||||||
hero:
|
hero:
|
||||||
name: "ashim"
|
name: "ashim"
|
||||||
text: "Self-hosted image processing"
|
text: "A Self Hosted Image Manipulator"
|
||||||
tagline: Resize, compress, convert, remove backgrounds, and more. All on your own server, no data leaves your machine.
|
tagline: 45+ tools. Local AI. No cloud. Your images stay on your machine.
|
||||||
actions:
|
actions:
|
||||||
- theme: brand
|
- theme: brand
|
||||||
text: Get started
|
text: Get started
|
||||||
@@ -14,12 +14,16 @@ hero:
|
|||||||
link: /api/rest
|
link: /api/rest
|
||||||
|
|
||||||
features:
|
features:
|
||||||
- title: 30+ tools
|
- title: 45+ Image Tools
|
||||||
details: Resize, crop, compress, convert, watermark, OCR, background removal, upscaling, face blurring, and more.
|
details: Resize, crop, compress, convert, watermark, color adjust, vectorize, create GIFs, build collages, generate passport photos, find duplicates, and more.
|
||||||
- title: Runs locally
|
- title: Local AI
|
||||||
details: Single Docker container. Your images stay on your server, nothing gets sent to external services.
|
details: 14 AI-powered tools — remove backgrounds, upscale, restore and colorize old photos, erase objects, blur faces, enhance faces, extract text (OCR). All on your hardware, no internet required.
|
||||||
|
- title: Pipelines
|
||||||
|
details: Chain tools into reusable workflows with up to 20 steps. Batch process up to 200 images at once with a single request.
|
||||||
- title: REST API
|
- title: REST API
|
||||||
details: Every tool is available through the API. Upload a file, pick a tool, get your result back.
|
details: Every tool available via API with API key auth. Interactive docs at /api/docs, plus /llms.txt and /llms-full.txt for AI agents.
|
||||||
- title: Pipeline support
|
- title: File Library
|
||||||
details: Chain multiple tools together and save them as reusable pipelines. Batch process entire folders.
|
details: Persistent file storage with full version history. Every processing step is tracked so you can trace the full tool chain from original to final output.
|
||||||
|
- title: Teams & Access Control
|
||||||
|
details: Multi-user support with admin/user roles, team grouping, per-resource permissions, and audit logging for all sensitive actions.
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user