diff --git a/apps/web/src/app/page.tsx b/apps/web/src/app/page.tsx index cf4f5193..ddfc4a1b 100644 --- a/apps/web/src/app/page.tsx +++ b/apps/web/src/app/page.tsx @@ -401,7 +401,7 @@ export default function Page() { MyDevTools dashboard with pinned tools, search, and app grid + {/* ── USP Intro ────────────────────────────────────────────────────────── */} +
+
+ + +

+ MyDevTools is the unified developer toolkit that brings together everything you need: a powerful SQL, NoSQL (MongoDB), and Redis database client alongside 60+ utility tools. Stop switching between tabs and apps—format JSON, test APIs, decode JWTs, build regexes, generate UUIDs, and manage databases all in one workspace. +

+

+ Privacy-first architecture means your data is processed in your browser whenever possible. Sensitive credentials are AES-256 encrypted before sync. Whether you're testing REST endpoints, debugging database queries, or working with cryptographic tools, everything runs with zero-knowledge encryption. Self-host for free or use our managed cloud with paid subscription. +

+

+ Open source (GPL-3.0), fully self-hostable, and trusted by developers. No ads, no tracking, no data harvesting. Compare MyDevTools to Postman (API client alternative), DBeaver (database GUI), single-purpose online tools, and other dev tool platforms—we unify what others scatter across 20 tabs. +

+
+
+
+
+ {/* ── How It Works ────────────────────────────────────────────────────── */}
diff --git a/apps/web/src/lib/metadata.ts b/apps/web/src/lib/metadata.ts index b3d573c9..aafe4c5e 100644 --- a/apps/web/src/lib/metadata.ts +++ b/apps/web/src/lib/metadata.ts @@ -511,8 +511,8 @@ export function generatePageMetadata(opts: { // Base site metadata export const siteMetadata = { name: 'MyDevTools', - title: 'MyDevTools — Online Developer Tools & Developer Toolkit', - description: '50+ online developer tools in one browser-based toolkit: JSON formatter, JWT decoder, API client, regex tester, UUID generator, base64 encoder, and more. Open source and self-hostable.', + title: 'MyDevTools: 60+ Developer Tools + SQL/NoSQL/Redis Client', + description: 'All-in-one developer toolkit: SQL, NoSQL (MongoDB), Redis clients + 60 utilities (JSON formatter, API client, JWT decoder, regex tester, base64 encoder). Open source, privacy-first, client-side processing.', url: baseUrl, - ogImage: ogImageUrl('MyDevTools — Online Developer Tools', 'A browser-based developer toolkit with JSON, JWT, API, regex, UUID, Base64, and 50+ more tools.'), + ogImage: ogImageUrl('MyDevTools — Developer Toolkit', 'SQL + NoSQL + Redis client + 60 developer tools in one workspace. Privacy-first, open source.'), } diff --git a/apps/web/src/lib/seo/structured-data.ts b/apps/web/src/lib/seo/structured-data.ts index 2fce9d37..0990860b 100644 --- a/apps/web/src/lib/seo/structured-data.ts +++ b/apps/web/src/lib/seo/structured-data.ts @@ -311,14 +311,15 @@ export function buildWebSiteGraphJsonLd(): Record { }, isAccessibleForFree: true, featureList: [ - 'Online developer tools', - 'JSON formatter and validator', - 'JWT decoder', - 'API client', - 'Regex tester', - 'UUID generator', - 'Base64 encoder and decoder', - 'Self-hosted developer toolkit', + 'Unified SQL + NoSQL (MongoDB) + Redis database client in one workspace', + 'API client for REST debugging (Postman alternative)', + 'JSON formatter, JWT decoder, regex tester', + 'Base64 encoder/decoder, UUID generator, hash generator', + 'Crypto tools: encryption playground, HMAC, TOTP 2FA, SSH key generator', + 'Data converters: CSV to JSON, YAML formatter, format converter', + 'Privacy-first architecture: client-side processing, AES-256 encryption', + 'Self-hosted and open source (GPL-3.0)', + 'Persistent storage: snippets, notes, tasks, bookmarks, password vault', ], publisher: { '@id': `${baseUrl}/#organization` }, }, diff --git a/dump.rdb b/dump.rdb new file mode 100644 index 00000000..2079c4bd Binary files /dev/null and b/dump.rdb differ