docs: highlight layer-based image editor

This commit is contained in:
SnapOtter
2026-07-08 00:02:19 +08:00
parent a6e8f75074
commit f4da5ae3c7
7 changed files with 8 additions and 7 deletions
@@ -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",
},
+1 -1
View File
@@ -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 -->
+1 -1
View File
@@ -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,
+2 -1
View File
@@ -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",