update: rebrand Vert to Convert with improved description
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m15s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m15s
- Rename tool from "Vert" to "Convert" across all files - Update URL: vert.kit.pivoine.art → convert.kit.pivoine.art - Improve description to highlight WebAssembly technology - Update metadata keywords from 'vert' to 'convert' - Better reflect actual features: videos, images, and audio conversion 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -131,7 +131,7 @@ Tailwind CSS 4 uses a new CSS-first configuration approach:
|
|||||||
|
|
||||||
## Available Tools
|
## Available Tools
|
||||||
|
|
||||||
- **Vert** - Privacy-focused file converter (images, audio, documents)
|
- **Convert** - Modern browser-based file converter powered by WebAssembly (videos, images, audio)
|
||||||
- **Pastel** - Modern color manipulation toolkit with palette generation and accessibility testing
|
- **Pastel** - Modern color manipulation toolkit with palette generation and accessibility testing
|
||||||
- **Stirling** - Powerful PDF toolkit with 50+ operations (merge, split, convert, OCR, sign)
|
- **Stirling** - Powerful PDF toolkit with 50+ operations (merge, split, convert, OCR, sign)
|
||||||
- **Units** - Smart unit converter with 187 units across 23 categories (length, mass, temperature, etc.)
|
- **Units** - Smart unit converter with 187 units across 23 categories (length, mass, temperature, etc.)
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import './globals.css';
|
|||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: 'Kit - Your Creative Toolkit',
|
title: 'Kit - Your Creative Toolkit',
|
||||||
description: 'A curated collection of creative and utility tools for developers and creators. Features file conversion, image editing, and color manipulation.',
|
description: 'A curated collection of creative and utility tools for developers and creators. Features file conversion, image editing, and color manipulation.',
|
||||||
keywords: ['tools', 'utilities', 'file converter', 'image editor', 'color palette', 'creative toolkit', 'vert', 'paint', 'pastel', 'open source'],
|
keywords: ['tools', 'utilities', 'file converter', 'image editor', 'color palette', 'creative toolkit', 'convert', 'paint', 'pastel', 'open source'],
|
||||||
authors: [{ name: 'pivoine.art' }],
|
authors: [{ name: 'pivoine.art' }],
|
||||||
creator: 'pivoine.art',
|
creator: 'pivoine.art',
|
||||||
publisher: 'pivoine.art',
|
publisher: 'pivoine.art',
|
||||||
|
|||||||
@@ -5,9 +5,9 @@ import ToolCard from './ToolCard';
|
|||||||
|
|
||||||
const tools = [
|
const tools = [
|
||||||
{
|
{
|
||||||
title: 'Vert',
|
title: 'Convert',
|
||||||
description: 'Privacy-focused file converter that processes images, audio, and documents locally on your device. No file size limits, completely open source.',
|
description: 'Modern browser-based file converter powered by WebAssembly. Convert videos, images, and audio locally without server uploads. Privacy-first with no file size limits.',
|
||||||
url: 'https://vert.kit.pivoine.art',
|
url: 'https://convert.kit.pivoine.art',
|
||||||
gradient: 'gradient-green-teal',
|
gradient: 'gradient-green-teal',
|
||||||
accentColor: '#10b981',
|
accentColor: '#10b981',
|
||||||
badges: ['Open Source', 'Converter', 'Free'],
|
badges: ['Open Source', 'Converter', 'Free'],
|
||||||
|
|||||||
Reference in New Issue
Block a user