mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
docs: highlight layer-based image editor
This commit is contained in:
@@ -52,7 +52,7 @@ For the production Compose stack, NVIDIA GPU acceleration, and configuration, se
|
||||
- **Audio (27):** convert, trim, normalize, volume, fade, pitch shift, silence removal, noise reduction, merge/split, waveform, plus dedicated converters (M4A to MP3, AAC to MP3, OGG to WAV, and more)
|
||||
- **PDF (29):** merge, split, compress, convert, protect/unlock, redact, sign, watermark, page numbers, OCR, plus PDF to JPG/PNG/TIFF
|
||||
- **Files (23):** CSV/JSON/XML/YAML conversion, CSV merge/split, Excel to CSV, chart maker, ZIP create/extract
|
||||
- **Image editor:** Layer-based editor with brushes, shapes, adjustments, filters, curves, and keyboard shortcuts. Runs in your browser, processes on your hardware
|
||||
- **Image editor:** Free layer-based editor with brushes, shapes, adjustments, filters, curves, and keyboard shortcuts. Runs in your browser and processes on your hardware
|
||||
- **Local AI:** Remove backgrounds, upscale images, restore and colorize old photos, erase objects, blur faces, enhance faces, extract text (OCR from images and PDFs), transcribe audio, auto-generate video subtitles, expand canvas, and fix transparency. All on your hardware, no internet required
|
||||
- **OIDC / SSO:** Login with Google, GitHub, Okta, or any OpenID Connect provider
|
||||
- **21 languages:** English, Arabic, Chinese (Simplified & Traditional), Dutch, French, German, Hindi, Indonesian, Italian, Japanese, Korean, Polish, Portuguese, Russian, Spanish, Swedish, Thai, Turkish, Ukrainian, Vietnamese. RTL support for Arabic
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: SnapOtter Docs
|
||||
description: "Self-hosted file processing. 200+ tools for image, video, audio, PDF, and files. Local AI, pipelines, REST API. Your files never leave your server."
|
||||
description: "Self-hosted file processing. 200+ tools for image, video, audio, PDF, and files, plus a free layer-based image editor. Local AI, pipelines, REST API. Your files never leave your server."
|
||||
sidebar: false
|
||||
---
|
||||
|
||||
|
||||
@@ -69,7 +69,7 @@ SAML SSO (Okta, Azure AD, Google Workspace, any OIDC), SCIM Provisioning, Multi-
|
||||
- Docker: single container with Postgres + Redis bundled
|
||||
- Kubernetes and bare metal deployment
|
||||
- ARM and x86 architectures
|
||||
- Layer-based image editor (Konva)
|
||||
- Free layer-based image editor with brushes, shapes, filters, curves, and keyboard shortcuts
|
||||
- Open source: AGPLv3 with commercial license available
|
||||
|
||||
## Links
|
||||
|
||||
@@ -21,7 +21,7 @@ const MODALITIES = [
|
||||
id: "image",
|
||||
section: "image",
|
||||
label: "Image Tools",
|
||||
blurb: "Resize, convert, and enhance",
|
||||
blurb: "Edit, resize, and enhance",
|
||||
icon: "Image",
|
||||
color: "#E07832",
|
||||
},
|
||||
|
||||
@@ -42,7 +42,7 @@ const trustBadges = ["Self-hosted", "Open source", "Air-gap capable", "Complianc
|
||||
|
||||
<!-- Subtitle: one calm supporting line -->
|
||||
<p class="animate-fade-up mx-auto mt-6 max-w-2xl text-lg text-white/90 md:text-xl" style="animation-delay: 0.15s; text-shadow: 0 1px 16px rgba(90, 20, 0, 0.22);">
|
||||
Run image, video, audio, PDF, and file tools with local AI, batch workflows, and enterprise controls.
|
||||
Run image, video, audio, PDF, and file tools with a free layer-based image editor, local AI, batch workflows, and enterprise controls.
|
||||
</p>
|
||||
|
||||
<!-- Hero tool search -->
|
||||
|
||||
@@ -15,7 +15,7 @@ interface Props {
|
||||
|
||||
const toolCount = TOOLS.length;
|
||||
const defaultTitle = `SnapOtter | Self-Hosted File Processing (Image, Video, Audio, PDF, Files)`;
|
||||
const defaultDescription = `Self-hosted, open-source file toolkit. ${toolCount} tools across image, video, audio, PDF, and files. The open-source alternative to Smallpdf, iLovePDF, and CloudConvert, on infrastructure you own.`;
|
||||
const defaultDescription = `Self-hosted, open-source file toolkit. ${toolCount} tools across image, video, audio, PDF, and files, plus a free layer-based image editor. The open-source alternative to Smallpdf, iLovePDF, and CloudConvert, on infrastructure you own.`;
|
||||
|
||||
const {
|
||||
title = defaultTitle,
|
||||
|
||||
@@ -17,7 +17,7 @@ const toolCount = TOOLS.length;
|
||||
|
||||
const pageTitle = "SnapOtter | Self-Hosted File Processing for Privacy-Sensitive Teams";
|
||||
const pageDescription =
|
||||
"Self-hosted file processing for privacy-sensitive teams. Image, video, audio, PDF, and file tools with local AI and enterprise controls, on infrastructure you own. The open-source alternative to Smallpdf, iLovePDF, and CloudConvert.";
|
||||
"Self-hosted file processing for privacy-sensitive teams. Image, video, audio, PDF, and file tools, plus a free layer-based image editor, local AI, and enterprise controls on infrastructure you own. The open-source alternative to Smallpdf, iLovePDF, and CloudConvert.";
|
||||
|
||||
const websiteSchema = {
|
||||
"@context": "https://schema.org",
|
||||
@@ -57,6 +57,7 @@ const softwareSchema = {
|
||||
featureList: [
|
||||
`${toolCount} file processing tools`,
|
||||
"5 modalities: image, video, audio, PDF, files",
|
||||
"Free layer-based image editor with brushes, shapes, filters, curves, and keyboard shortcuts",
|
||||
"Local AI models for background removal, OCR, upscaling, transcription",
|
||||
"Pipeline automation and batch processing",
|
||||
"Full REST API with OpenAPI documentation",
|
||||
|
||||
Reference in New Issue
Block a user