diff --git a/src/data/svgs.ts b/src/data/svgs.ts index a6770a93..0396ae3c 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1,4666 +1,4671 @@ -import type { iSVG } from "@/types/svg"; +import type { iSVG } from '@/types/svg'; export const svgs: iSVG[] = [ { - title: "Zaia Endless", - category: ["Software", "AI", "Platform", "Automation"], - route: "/library/zaia-endless.svg", - url: "https://zaia.app/", + title: 'Zaia Endless', + category: ['Software', 'AI', 'Platform', 'Automation'], + route: '/library/zaia-endless.svg', + url: 'https://zaia.app/' }, { - title: "Granola", - category: "AI", + title: 'Granola', + category: 'AI', route: { - light: "/library/granola-light.svg", - dark: "/library/granola-dark.svg", + light: '/library/granola-light.svg', + dark: '/library/granola-dark.svg' }, wordmark: { - light: "/library/granola-wordmark-light.svg", - dark: "/library/granola-wordmark-dark.svg", + light: '/library/granola-wordmark-light.svg', + dark: '/library/granola-wordmark-dark.svg' }, - url: "https://www.granola.ai/", + url: 'https://www.granola.ai/' }, { - title: "NVIDIA", - category: ["AI", "Hardware", "Platform"], + title: 'NVIDIA', + category: ['AI', 'Hardware', 'Platform'], route: { - light: "/library/nvidia-icon-light.svg", - dark: "/library/nvidia-icon-dark.svg", + light: '/library/nvidia-icon-light.svg', + dark: '/library/nvidia-icon-dark.svg' }, wordmark: { - light: "/library/nvidia-wordmark-light.svg", - dark: "/library/nvidia-wordmark-dark.svg", + light: '/library/nvidia-wordmark-light.svg', + dark: '/library/nvidia-wordmark-dark.svg' }, - url: "https://www.nvidia.com", - brandUrl: - "https://www.nvidia.com/en-us/about-nvidia/legal-info/logo-brand-usage", + url: 'https://www.nvidia.com', + brandUrl: 'https://www.nvidia.com/en-us/about-nvidia/legal-info/logo-brand-usage' }, { - title: "Proton Mail", - category: ["Software", "Privacy", "Communications"], - route: "/library/protonmail.svg", - wordmark: "/library/protonmail-wordmark.svg", - url: "https://mail.proton.me", - brandUrl: "https://proton.me/media/kit", + title: 'Proton Mail', + category: ['Software', 'Privacy', 'Communications'], + route: '/library/protonmail.svg', + wordmark: '/library/protonmail-wordmark.svg', + url: 'https://mail.proton.me', + brandUrl: 'https://proton.me/media/kit' }, { - title: "Google Classroom", - category: ["Google", "Education"], - route: "/library/google-classroom.svg", - url: "https://edu.google.com/workspace-for-education/products/classroom/", - brandUrl: "https://developers.google.com/workspace/classroom/brand", + title: 'Google Classroom', + category: ['Google', 'Education'], + route: '/library/google-classroom.svg', + url: 'https://edu.google.com/workspace-for-education/products/classroom/', + brandUrl: 'https://developers.google.com/workspace/classroom/brand' }, { - title: "Google Antigravity", - category: "Google", - route: "/library/antigravity.svg", - wordmark: "/library/antigravity-wordmark.svg", - url: "https://www.google.com/antigravity", + title: 'Google Antigravity', + category: 'Google', + route: '/library/antigravity.svg', + wordmark: '/library/antigravity-wordmark.svg', + url: 'https://www.google.com/antigravity' }, { - title: "Kimi", - category: "AI", - route: "/library/kimi-icon.svg", + title: 'Kimi', + category: 'AI', + route: '/library/kimi-icon.svg', wordmark: { - light: "/library/kimi-wordmark-light.svg", - dark: "/library/kimi-wordmark-dark.svg", + light: '/library/kimi-wordmark-light.svg', + dark: '/library/kimi-wordmark-dark.svg' }, - url: "https://kimi.ai", + url: 'https://kimi.ai' }, { - title: "Zyft", - category: "Library", - route: "/library/zyft.svg", - url: "https://zyft.com", + title: 'Zyft', + category: 'Library', + route: '/library/zyft.svg', + url: 'https://zyft.com' }, { - title: "Perspective", - category: "Software", + title: 'Perspective', + category: 'Software', route: { - light: "/library/perspective-light.svg", - dark: "/library/perspective-dark.svg", + light: '/library/perspective-light.svg', + dark: '/library/perspective-dark.svg' }, wordmark: { - light: "/library/perspective-wordmark-light.svg", - dark: "/library/perspective-wordmark-dark.svg", + light: '/library/perspective-wordmark-light.svg', + dark: '/library/perspective-wordmark-dark.svg' }, - url: "https://perspective.co/", + url: 'https://perspective.co/' }, { - title: "Windsurf", - category: ["Software", "AI"], + title: 'Windsurf', + category: ['Software', 'AI'], route: { - light: "/library/windsurf-light.svg", - dark: "/library/windsurf-dark.svg", + light: '/library/windsurf-light.svg', + dark: '/library/windsurf-dark.svg' }, wordmark: { - light: "/library/windsurf-wordmark-light.svg", - dark: "/library/windsurf-wordmark-dark.svg", + light: '/library/windsurf-wordmark-light.svg', + dark: '/library/windsurf-wordmark-dark.svg' }, - url: "https://windsurf.com/editor", - brandUrl: "https://windsurf.com/brand", + url: 'https://windsurf.com/editor', + brandUrl: 'https://windsurf.com/brand' }, { - title: "Mattermost", - category: "Software", + title: 'Mattermost', + category: 'Software', route: { - light: "/library/mattermost-light.svg", - dark: "/library/mattermost-dark.svg", + light: '/library/mattermost-light.svg', + dark: '/library/mattermost-dark.svg' }, - url: "http://mattermost.com/", + url: 'http://mattermost.com/' }, { - title: "Inngest", - category: "Software", + title: 'Inngest', + category: 'Software', route: { - light: "/library/inngest-light.svg", - dark: "/library/inngest-dark.svg", + light: '/library/inngest-light.svg', + dark: '/library/inngest-dark.svg' }, - url: "https://inngest.com/", + url: 'https://inngest.com/' }, { - title: "daisyUI", - category: "Library", - route: "/library/daisyui.svg", - url: "https://daisyui.com/", + title: 'daisyUI', + category: 'Library', + route: '/library/daisyui.svg', + url: 'https://daisyui.com/' }, { - title: "PayPal", - category: "Payment", - route: "/library/paypal.svg", - wordmark: "/library/paypal-wordmark.svg", - url: "https://paypal.com", + title: 'PayPal', + category: 'Payment', + route: '/library/paypal.svg', + wordmark: '/library/paypal-wordmark.svg', + url: 'https://paypal.com' }, { - title: "Google Drive", - category: "Google", - route: "/library/drive.svg", - url: "https://www.google.com/drive/", + title: 'Google Drive', + category: 'Google', + route: '/library/drive.svg', + url: 'https://www.google.com/drive/' }, { - title: "Amazon Q", - category: "AI", - route: "/library/amazon-q.svg", - url: "https://aws.amazon.com/q", + title: 'Amazon Q', + category: 'AI', + route: '/library/amazon-q.svg', + url: 'https://aws.amazon.com/q' }, { - title: "Mulesoft", - category: "Software", - route: "/library/mulesoft.svg", - url: "https://www.mulesoft.com/", + title: 'Mulesoft', + category: 'Software', + route: '/library/mulesoft.svg', + url: 'https://www.mulesoft.com/' }, { - title: "UV", - category: "Devtool", - route: "/library/uv.svg", - url: "https://docs.astral.sh/uv/", + title: 'UV', + category: 'Devtool', + route: '/library/uv.svg', + url: 'https://docs.astral.sh/uv/' }, { - title: "Milanote", - category: "Software", + title: 'Milanote', + category: 'Software', route: { - light: "/library/milanote-light.svg", - dark: "/library/milanote-dark.svg", + light: '/library/milanote-light.svg', + dark: '/library/milanote-dark.svg' }, wordmark: { - light: "/library/milanote-wordmark-light.svg", - dark: "/library/milanote-wordmark-dark.svg", + light: '/library/milanote-wordmark-light.svg', + dark: '/library/milanote-wordmark-dark.svg' }, - url: "https://milanote.com", + url: 'https://milanote.com' }, { - title: "Together AI", - category: "AI", + title: 'Together AI', + category: 'AI', route: { - light: "/library/togetherai_light.svg", - dark: "/library/togetherai_dark.svg", + light: '/library/togetherai_light.svg', + dark: '/library/togetherai_dark.svg' }, - url: "https://www.together.ai/", + url: 'https://www.together.ai/' }, { - title: "Suno", - category: "AI", - route: "/library/suno.svg", + title: 'Suno', + category: 'AI', + route: '/library/suno.svg', wordmark: { - light: "/library/suno_wordmark_light.svg", - dark: "/library/suno_wordmark_dark.svg", + light: '/library/suno_wordmark_light.svg', + dark: '/library/suno_wordmark_dark.svg' }, - url: "https://suno.com/", + url: 'https://suno.com/' }, { - title: "Groq", - category: "AI", - route: "/library/groq.svg", + title: 'Groq', + category: 'AI', + route: '/library/groq.svg', wordmark: { - light: "/library/groq_wordmark_light.svg", - dark: "/library/groq_wordmark_dark.svg", + light: '/library/groq_wordmark_light.svg', + dark: '/library/groq_wordmark_dark.svg' }, - url: "https://groq.com/", + url: 'https://groq.com/' }, { - title: "Cohere", - category: "AI", - route: "/library/cohere.svg", - wordmark: "/library/cohere_wordmark.svg", - url: "https://cohere.com/", + title: 'Cohere', + category: 'AI', + route: '/library/cohere.svg', + wordmark: '/library/cohere_wordmark.svg', + url: 'https://cohere.com/' }, { - title: "Ollama", - category: "AI", + title: 'Ollama', + category: 'AI', route: { - light: "/library/ollama_light.svg", - dark: "/library/ollama_dark.svg", + light: '/library/ollama_light.svg', + dark: '/library/ollama_dark.svg' }, - url: "https://www.ollama.com/", + url: 'https://www.ollama.com/' }, { - title: "Cisco", - category: "Software", + title: 'Cisco', + category: 'Software', route: { - light: "/library/cisco_light.svg", - dark: "/library/cisco_dark.svg", + light: '/library/cisco_light.svg', + dark: '/library/cisco_dark.svg' }, - url: "https://www.cisco.com/", + url: 'https://www.cisco.com/' }, { - title: "Animate", - category: ["Software", "Design"], - route: "/library/animate.svg", - url: "https://www.adobe.com/products/animate", + title: 'Animate', + category: ['Software', 'Design'], + route: '/library/animate.svg', + url: 'https://www.adobe.com/products/animate' }, { - title: "Apollo.io", - category: "Software", - route: "/library/apollo-io.svg", - url: "https://www.apollo.io/", + title: 'Apollo.io', + category: 'Software', + route: '/library/apollo-io.svg', + url: 'https://www.apollo.io/' }, { - title: "Blender", - category: ["Software", "Design"], - route: "/library/blender.svg", - url: "https://blender.org/", - brandUrl: "https://www.blender.org/about/logo/", + title: 'Blender', + category: ['Software', 'Design'], + route: '/library/blender.svg', + url: 'https://blender.org/', + brandUrl: 'https://www.blender.org/about/logo/' }, { - title: "Lua", - category: "Language", - route: "/library/lua.svg", - url: "https://lua.org/", + title: 'Lua', + category: 'Language', + route: '/library/lua.svg', + url: 'https://lua.org/' }, { - title: "Mercado Libre", - category: ["Marketplace", "Platform"], - route: "/library/mercado-libre.svg", - wordmark: "/library/mercado-libre-wordmark.svg", - url: "https://www.mercadolibre.com", + title: 'Mercado Libre', + category: ['Marketplace', 'Platform'], + route: '/library/mercado-libre.svg', + wordmark: '/library/mercado-libre-wordmark.svg', + url: 'https://www.mercadolibre.com' }, { - title: "Mercado Pago", - category: "Payment", - route: "/library/mercado-pago.svg", - wordmark: "/library/mercado-pago-wordmark.svg", - url: "https://www.mercadopago.com/developers/", + title: 'Mercado Pago', + category: 'Payment', + route: '/library/mercado-pago.svg', + wordmark: '/library/mercado-pago-wordmark.svg', + url: 'https://www.mercadopago.com/developers/' }, { - title: "Basewell", - category: ["AI", "Software"], - route: "/library/basewell.svg", - url: "https://www.basewell.com/", + title: 'Basewell', + category: ['AI', 'Software'], + route: '/library/basewell.svg', + url: 'https://www.basewell.com/' }, { - title: "ahooks", - category: "Library", - route: "/library/ahooks.svg", + title: 'ahooks', + category: 'Library', + route: '/library/ahooks.svg', wordmark: { - light: "/library/ahooks-wordmark-light.svg", - dark: "/library/ahooks-wordmark-dark.svg", + light: '/library/ahooks-wordmark-light.svg', + dark: '/library/ahooks-wordmark-dark.svg' }, - url: "https://ahooks.js.org/", + url: 'https://ahooks.js.org/' }, { - title: "Discord", - category: "Software", - route: "/library/discord.svg", - url: "https://discord.com/", - brandUrl: "https://discord.com/branding", + title: 'Discord', + category: 'Software', + route: '/library/discord.svg', + url: 'https://discord.com/', + brandUrl: 'https://discord.com/branding' }, { - title: "Aliexpress", - category: "Software", - route: "/library/aliexpress-icon.svg", - wordmark: "/library/aliexpress-logo.svg", - url: "https://aliexpress.com/", + title: 'Aliexpress', + category: 'Software', + route: '/library/aliexpress-icon.svg', + wordmark: '/library/aliexpress-logo.svg', + url: 'https://aliexpress.com/' }, { - title: "Preact", - category: "Library", - route: "/library/preact.svg", - url: "https://preactjs.com/", + title: 'Preact', + category: 'Library', + route: '/library/preact.svg', + url: 'https://preactjs.com/' }, { - title: "React", - category: "Library", + title: 'React', + category: 'Library', route: { - light: "/library/react_light.svg", - dark: "/library/react_dark.svg", + light: '/library/react_light.svg', + dark: '/library/react_dark.svg' }, wordmark: { - light: "/library/react_wordmark_light.svg", - dark: "/library/react_wordmark_dark.svg", + light: '/library/react_wordmark_light.svg', + dark: '/library/react_wordmark_dark.svg' }, - url: "https://react.dev/", + url: 'https://react.dev/' }, { - title: "Svelte", - category: "Library", - route: "/library/svelte.svg", - url: "https://svelte.dev/", + title: 'Svelte', + category: 'Library', + route: '/library/svelte.svg', + url: 'https://svelte.dev/' }, { - title: "Vue", - category: "Framework", - route: "/library/vue.svg", - url: "https://vuejs.org/", + title: 'Vue', + category: 'Framework', + route: '/library/vue.svg', + url: 'https://vuejs.org/' }, { - title: "Vuetify", - category: "Library", - route: "/library/vuetify.svg", - url: "https://vuetifyjs.com/", - brandUrl: "https://vuetifyjs.com/en/resources/brand-kit/", + title: 'Vuetify', + category: 'Library', + route: '/library/vuetify.svg', + url: 'https://vuetifyjs.com/', + brandUrl: 'https://vuetifyjs.com/en/resources/brand-kit/' }, { - title: "Nuxt", - category: ["Framework", "Nuxt"], - route: "/library/nuxt.svg", - url: "https://nuxt.com/", + title: 'Nuxt', + category: ['Framework', 'Nuxt'], + route: '/library/nuxt.svg', + url: 'https://nuxt.com/', wordmark: { - light: "/library/nuxt-wordmark-light.svg", - dark: "/library/nuxt-wordmark-dark.svg", + light: '/library/nuxt-wordmark-light.svg', + dark: '/library/nuxt-wordmark-dark.svg' }, - brandUrl: "https://nuxt.com/design-kit", + brandUrl: 'https://nuxt.com/design-kit' }, { - title: "Nuxt UI", - category: ["Library", "Nuxt"], - url: "https://ui.nuxt.com/", + title: 'Nuxt UI', + category: ['Library', 'Nuxt'], + url: 'https://ui.nuxt.com/', route: { - light: "/library/nuxt-ui-wordmark-light.svg", - dark: "/library/nuxt-ui-wordmark-dark.svg", + light: '/library/nuxt-ui-wordmark-light.svg', + dark: '/library/nuxt-ui-wordmark-dark.svg' }, - brandUrl: "https://nuxt.com/design-kit", + brandUrl: 'https://nuxt.com/design-kit' }, { - title: "Nuxt Content", - category: ["Library", "Nuxt"], - url: "https://content.nuxt.com/", + title: 'Nuxt Content', + category: ['Library', 'Nuxt'], + url: 'https://content.nuxt.com/', route: { - light: "/library/nuxt-content-wordmark-light.svg", - dark: "/library/nuxt-content-wordmark-dark.svg", + light: '/library/nuxt-content-wordmark-light.svg', + dark: '/library/nuxt-content-wordmark-dark.svg' }, - brandUrl: "https://nuxt.com/design-kit", + brandUrl: 'https://nuxt.com/design-kit' }, { - title: "Nuxt Studio", - category: ["Library", "Nuxt"], - url: "https://studio.nuxt.com/", + title: 'Nuxt Studio', + category: ['Library', 'Nuxt'], + url: 'https://studio.nuxt.com/', route: { - light: "/library/nuxt-studio-wordmark-light.svg", - dark: "/library/nuxt-studio-wordmark-dark.svg", + light: '/library/nuxt-studio-wordmark-light.svg', + dark: '/library/nuxt-studio-wordmark-dark.svg' }, - brandUrl: "https://nuxt.com/design-kit", + brandUrl: 'https://nuxt.com/design-kit' }, { - title: "NuxtHub", - category: ["Library", "Nuxt"], - url: "https://hub.nuxt.com/", - route: "/library/nuxthub.svg", + title: 'NuxtHub', + category: ['Library', 'Nuxt'], + url: 'https://hub.nuxt.com/', + route: '/library/nuxthub.svg', wordmark: { - light: "/library/nuxthub-wordmark-light.svg", - dark: "/library/nuxthub-wordmark-dark.svg", + light: '/library/nuxthub-wordmark-light.svg', + dark: '/library/nuxthub-wordmark-dark.svg' }, - brandUrl: "https://nuxt.com/design-kit", + brandUrl: 'https://nuxt.com/design-kit' }, { - title: "Docus", - category: ["Software", "Nuxt"], - url: "https://docus.dev/", + title: 'Docus', + category: ['Software', 'Nuxt'], + url: 'https://docus.dev/', route: { - light: "/library/docus-light.svg", - dark: "/library/docus-dark.svg", + light: '/library/docus-light.svg', + dark: '/library/docus-dark.svg' }, wordmark: { - light: "/library/docus-wordmark-light.svg", - dark: "/library/docus-wordmark-dark.svg", + light: '/library/docus-wordmark-light.svg', + dark: '/library/docus-wordmark-dark.svg' }, - brandUrl: "https://nuxt.com/design-kit", + brandUrl: 'https://nuxt.com/design-kit' }, { - title: "Visual Studio Code", - category: ["Software", "Microsoft"], - route: "/library/vscode.svg", - url: "https://code.visualstudio.com/", - brandUrl: "https://code.visualstudio.com/brand", + title: 'Visual Studio Code', + category: ['Software', 'Microsoft'], + route: '/library/vscode.svg', + url: 'https://code.visualstudio.com/', + brandUrl: 'https://code.visualstudio.com/brand' }, { - title: "Ton", - category: "Crypto", - route: "/library/ton.svg", - url: "https://ton.org/", + title: 'Ton', + category: 'Crypto', + route: '/library/ton.svg', + url: 'https://ton.org/' }, { - title: "Locofy", - category: "AI", - route: "/library/locofy.svg", - url: "https://www.locofy.ai/", + title: 'Locofy', + category: 'AI', + route: '/library/locofy.svg', + url: 'https://www.locofy.ai/' }, { - title: "Runway", - category: "AI", - route: "/library/runway.svg", - url: "https://runwayml.com/", + title: 'Runway', + category: 'AI', + route: '/library/runway.svg', + url: 'https://runwayml.com/' }, { - title: "Yarn", - category: "Software", - route: "/library/yarn.svg", - url: "https://yarnpkg.com/", + title: 'Yarn', + category: 'Software', + route: '/library/yarn.svg', + url: 'https://yarnpkg.com/' }, { - title: "JWT", - category: ["Library", "Authentication"], - route: "/library/jwt.svg", - url: "https://jwt.io/", + title: 'JWT', + category: ['Library', 'Authentication'], + route: '/library/jwt.svg', + url: 'https://jwt.io/' }, { - title: "Strapi", - category: "CMS", - route: "/library/strapi.svg", - url: "https://strapi.io/", - brandUrl: "https://handbook.strapi.io/strapi-brand-book-2022", + title: 'Strapi', + category: 'CMS', + route: '/library/strapi.svg', + url: 'https://strapi.io/', + brandUrl: 'https://handbook.strapi.io/strapi-brand-book-2022' }, { - title: "Figma", - category: "Design", - route: "/library/figma.svg", - url: "https://www.figma.com/", - brandUrl: "https://www.figma.com/using-the-figma-brand/", + title: 'Figma', + category: 'Design', + route: '/library/figma.svg', + url: 'https://www.figma.com/', + brandUrl: 'https://www.figma.com/using-the-figma-brand/' }, { - title: "Spotify", - category: "Music", - route: "/library/spotify.svg", - wordmark: "/library/spotify_wordmark.svg", - url: "https://www.spotify.com/", + title: 'Spotify', + category: 'Music', + route: '/library/spotify.svg', + wordmark: '/library/spotify_wordmark.svg', + url: 'https://www.spotify.com/' }, { - title: "WorkOS", - category: ["Software", "Authentication"], + title: 'WorkOS', + category: ['Software', 'Authentication'], route: { - light: "/library/workos.svg", - dark: "/library/workos-light.svg", + light: '/library/workos.svg', + dark: '/library/workos-light.svg' }, - url: "https://workos.com/", + url: 'https://workos.com/' }, { - title: "Whop", - category: "Marketplace", + title: 'Whop', + category: 'Marketplace', route: { - light: "/library/whop.svg", - dark: "/library/whop-light.svg", + light: '/library/whop.svg', + dark: '/library/whop-light.svg' }, - url: "https://whop.com/", + url: 'https://whop.com/' }, { - title: "Postman", - category: "Software", - route: "/library/postman.svg", - url: "https://www.getpostman.com/", + title: 'Postman', + category: 'Software', + route: '/library/postman.svg', + url: 'https://www.getpostman.com/' }, { - title: "Discord.js", - category: "Library", - route: "/library/djs.svg", - url: "https://discord.js.org/", + title: 'Discord.js', + category: 'Library', + route: '/library/djs.svg', + url: 'https://discord.js.org/' }, { - title: "OpenSea", - category: "Crypto", - route: "/library/opensea.svg", - url: "https://opensea.io/", + title: 'OpenSea', + category: 'Crypto', + route: '/library/opensea.svg', + url: 'https://opensea.io/' }, { - title: "Algolia", - category: "Library", - route: "/library/algolia.svg", - url: "https://www.algolia.com/", + title: 'Algolia', + category: 'Library', + route: '/library/algolia.svg', + url: 'https://www.algolia.com/' }, { - title: "Bootstrap", - category: "Framework", - route: "/library/bootstrap.svg", - url: "https://getbootstrap.com/", - brandUrl: "https://getbootstrap.com/docs/4.0/about/brand/", + title: 'Bootstrap', + category: 'Framework', + route: '/library/bootstrap.svg', + url: 'https://getbootstrap.com/', + brandUrl: 'https://getbootstrap.com/docs/4.0/about/brand/' }, { - title: "Facebook", - category: "Social", - route: "/library/facebook-icon.svg", - wordmark: "/library/facebook-wordmark.svg", - url: "https://www.facebook.com", - brandUrl: "https://about.meta.com/brand/resources/facebook/logo", + title: 'Facebook', + category: 'Social', + route: '/library/facebook-icon.svg', + wordmark: '/library/facebook-wordmark.svg', + url: 'https://www.facebook.com', + brandUrl: 'https://about.meta.com/brand/resources/facebook/logo' }, { - title: "Twitter", - category: "Social", - route: "/library/twitter.svg", - url: "https://twitter.com/", + title: 'Twitter', + category: 'Social', + route: '/library/twitter.svg', + url: 'https://twitter.com/' }, { - title: "Esbuild", - category: "Compiler", - route: "/library/esbuild.svg", - url: "https://esbuild.github.io/", + title: 'Esbuild', + category: 'Compiler', + route: '/library/esbuild.svg', + url: 'https://esbuild.github.io/' }, { - title: "Deno", - category: "Library", + title: 'Deno', + category: 'Library', route: { - light: "/library/deno.svg", - dark: "/library/deno_dark.svg", + light: '/library/deno.svg', + dark: '/library/deno_dark.svg' }, wordmark: { - light: "/library/deno_wordmark.svg", - dark: "/library/deno_wordmark_dark.svg", + light: '/library/deno_wordmark.svg', + dark: '/library/deno_wordmark_dark.svg' }, - brandUrl: "https://deno.com/brand", - url: "https://deno.com/", + brandUrl: 'https://deno.com/brand', + url: 'https://deno.com/' }, { - title: "Gatsby", - category: "Framework", - route: "/library/gatsby.svg", - url: "https://www.gatsbyjs.org/", + title: 'Gatsby', + category: 'Framework', + route: '/library/gatsby.svg', + url: 'https://www.gatsbyjs.org/' }, { - title: "NPM", - category: "Software", - url: "https://www.npmjs.com/", - route: "/library/npm.svg", - wordmark: "/library/npm-wordmark.svg", + title: 'NPM', + category: 'Software', + url: 'https://www.npmjs.com/', + route: '/library/npm.svg', + wordmark: '/library/npm-wordmark.svg' }, { - title: "Nuget", - category: "Software", - route: "/library/nuget.svg", - url: "https://www.nuget.org/", + title: 'Nuget', + category: 'Software', + route: '/library/nuget.svg', + url: 'https://www.nuget.org/' }, { - title: "Homebrew", - category: "Software", - route: "/library/homebrew.svg", - url: "https://brew.sh/", + title: 'Homebrew', + category: 'Software', + route: '/library/homebrew.svg', + url: 'https://brew.sh/' }, { - title: "Sublime Text", - category: "Software", - route: "/library/sublimetext.svg", - url: "https://www.sublimetext.com/", + title: 'Sublime Text', + category: 'Software', + route: '/library/sublimetext.svg', + url: 'https://www.sublimetext.com/' }, { - title: "Turborepo", - category: ["Library", "Monorepo", "Vercel"], + title: 'Turborepo', + category: ['Library', 'Monorepo', 'Vercel'], route: { - light: "/library/turborepo-icon-light.svg", - dark: "/library/turborepo-icon-dark.svg", + light: '/library/turborepo-icon-light.svg', + dark: '/library/turborepo-icon-dark.svg' }, wordmark: { - light: "/library/turborepo-wordmark-light.svg", - dark: "/library/turborepo-wordmark-dark.svg", + light: '/library/turborepo-wordmark-light.svg', + dark: '/library/turborepo-wordmark-dark.svg' }, - url: "https://turborepo.com", - brandUrl: "https://vercel.com/geist/brands", + url: 'https://turborepo.com', + brandUrl: 'https://vercel.com/geist/brands' }, { - title: "Tailwind CSS", - category: "Framework", - route: "/library/tailwindcss.svg", + title: 'Tailwind CSS', + category: 'Framework', + route: '/library/tailwindcss.svg', wordmark: { - light: "/library/tailwindcss-wordmark.svg", - dark: "/library/tailwindcss-wordmark-dark.svg", + light: '/library/tailwindcss-wordmark.svg', + dark: '/library/tailwindcss-wordmark-dark.svg' }, - brandUrl: "https://tailwindcss.com/brand", - url: "https://tailwindcss.com/", + brandUrl: 'https://tailwindcss.com/brand', + url: 'https://tailwindcss.com/' }, { - title: "WakaTime", - category: "Devtool", + title: 'WakaTime', + category: 'Devtool', route: { - light: "/library/wakatime-dark.svg", - dark: "/library/wakatime-light.svg", + light: '/library/wakatime-dark.svg', + dark: '/library/wakatime-light.svg' }, - url: "https://wakatime.com", + url: 'https://wakatime.com' }, { - title: "Styled Components", - category: "Library", - route: "/library/styledcomponents.svg", - url: "https://styled-components.com/", + title: 'Styled Components', + category: 'Library', + route: '/library/styledcomponents.svg', + url: 'https://styled-components.com/' }, { - title: "Angular", - category: "Framework", - route: "/library/angular.svg", - url: "https://angular.dev/", - brandUrl: "https://angular.dev/press-kit", + title: 'Angular', + category: 'Framework', + route: '/library/angular.svg', + url: 'https://angular.dev/', + brandUrl: 'https://angular.dev/press-kit' }, { - title: "Blitz", - category: "Framework", - route: "/library/blitzjs.svg", - url: "https://blitzjs.com/", + title: 'Blitz', + category: 'Framework', + route: '/library/blitzjs.svg', + url: 'https://blitzjs.com/' }, { - title: "Lit", - category: "Library", - route: "/library/lit.svg", - url: "https://lit.dev/", + title: 'Lit', + category: 'Library', + route: '/library/lit.svg', + url: 'https://lit.dev/' }, { - title: "Atom", - category: "Software", - route: "/library/atom.svg", - url: "https://atom.io/", + title: 'Atom', + category: 'Software', + route: '/library/atom.svg', + url: 'https://atom.io/' }, { - title: "YouTube", - category: ["Google", "Social"], - route: "/library/youtube.svg", + title: 'YouTube', + category: ['Google', 'Social'], + route: '/library/youtube.svg', wordmark: { - light: "/library/youtube-wordmark-light.svg", - dark: "/library/youtube-wordmark-dark.svg", + light: '/library/youtube-wordmark-light.svg', + dark: '/library/youtube-wordmark-dark.svg' }, - url: "https://www.youtube.com", - brandUrl: "https://brand.youtube", + url: 'https://www.youtube.com', + brandUrl: 'https://brand.youtube' }, { - title: "Astro", - category: "Framework", + title: 'Astro', + category: 'Framework', route: { - light: "/library/astro-icon-light.svg", - dark: "/library/astro-icon-dark.svg", + light: '/library/astro-icon-light.svg', + dark: '/library/astro-icon-dark.svg' }, wordmark: { - light: "/library/astro-wordmark-light.svg", - dark: "/library/astro-wordmark-dark.svg", + light: '/library/astro-wordmark-light.svg', + dark: '/library/astro-wordmark-dark.svg' }, - url: "https://astro.build", - brandUrl: "https://astro.build/press", + url: 'https://astro.build', + brandUrl: 'https://astro.build/press' }, { - title: "Google", - category: "Google", - route: "/library/google.svg", - wordmark: "/library/google-wordmark.svg", - url: "https://www.google.com/", + title: 'Google', + category: 'Google', + route: '/library/google.svg', + wordmark: '/library/google-wordmark.svg', + url: 'https://www.google.com/' }, { - title: "Google Play", - category: ["Marketplace", "Platform", "Software", "Google"], - route: "/library/googleplay.svg", + title: 'Google Play', + category: ['Marketplace', 'Platform', 'Software', 'Google'], + route: '/library/googleplay.svg', wordmark: { - light: "/library/googleplay-wordmark-light.svg", - dark: "/library/googleplay-wordmark-dark.svg", + light: '/library/googleplay-wordmark-light.svg', + dark: '/library/googleplay-wordmark-dark.svg' }, - url: "https://play.google.com", + url: 'https://play.google.com' }, { - title: "Framer", - category: "Software", + title: 'Framer', + category: 'Software', route: { - light: "/library/framer.svg", - dark: "/library/framer_dark.svg", + light: '/library/framer.svg', + dark: '/library/framer_dark.svg' }, - url: "https://framer.com/", + url: 'https://framer.com/' }, { - title: "Netflix", - category: "Entertainment", - route: "/library/netflix-icon.svg", - wordmark: "/library/netflix-wordmark.svg", - url: "https://www.netflix.com", - brandUrl: "https://brand.netflix.com/en/assets/logos", + title: 'Netflix', + category: 'Entertainment', + route: '/library/netflix-icon.svg', + wordmark: '/library/netflix-wordmark.svg', + url: 'https://www.netflix.com', + brandUrl: 'https://brand.netflix.com/en/assets/logos' }, { - title: "Firefox", - category: "Browser", - route: "/library/firefox.svg", - url: "https://www.mozilla.org/en-US/firefox/", - brandUrl: "https://mozilla.design/firefox/", + title: 'Firefox', + category: 'Browser', + route: '/library/firefox.svg', + url: 'https://www.mozilla.org/en-US/firefox/', + brandUrl: 'https://mozilla.design/firefox/' }, { - title: "LinkedIn", - category: "Social", - route: "/library/linkedin.svg", - url: "https://www.linkedin.com/", - brandUrl: "https://brand.linkedin.com/", + title: 'LinkedIn', + category: 'Social', + route: '/library/linkedin.svg', + url: 'https://www.linkedin.com/', + brandUrl: 'https://brand.linkedin.com/' }, { - title: "Telegram", - category: "Social", - route: "/library/telegram.svg", - url: "https://web.telegram.org/", + title: 'Telegram', + category: 'Social', + route: '/library/telegram.svg', + url: 'https://web.telegram.org/' }, { - title: "Matrix", - category: "Social", + title: 'Matrix', + category: 'Social', route: { - light: "/library/matrix-light.svg", - dark: "/library/matrix-dark.svg", + light: '/library/matrix-light.svg', + dark: '/library/matrix-dark.svg' }, - url: "https://matrix.org/", + url: 'https://matrix.org/' }, { - title: "WhatsApp", - category: "Social", - route: "/library/whatsapp-icon.svg", - wordmark: "/library/whatsapp-wordmark.svg", - url: "https://web.whatsapp.com", - brandUrl: "https://www.meta.com/brand/resources/whatsapp/whatsapp-brand", + title: 'WhatsApp', + category: 'Social', + route: '/library/whatsapp-icon.svg', + wordmark: '/library/whatsapp-wordmark.svg', + url: 'https://web.whatsapp.com', + brandUrl: 'https://www.meta.com/brand/resources/whatsapp/whatsapp-brand' }, { - title: "Headless UI", - category: "Library", - route: "/library/headlessui.svg", - url: "https://headlessui.dev/", + title: 'Headless UI', + category: 'Library', + route: '/library/headlessui.svg', + url: 'https://headlessui.dev/' }, { - title: "Kotlin", - category: "Language", - route: "/library/kotlin.svg", - url: "https://kotlinlang.org/", + title: 'Kotlin', + category: 'Language', + route: '/library/kotlin.svg', + url: 'https://kotlinlang.org/' }, { - title: "Storybook", - category: "Software", - route: "/library/storybook.svg", - url: "https://storybook.js.org/", + title: 'Storybook', + category: 'Software', + route: '/library/storybook.svg', + url: 'https://storybook.js.org/' }, { - title: "Netlify", - category: "Hosting", - route: "/library/netlify.svg", - url: "https://www.netlify.com/", + title: 'Netlify', + category: 'Hosting', + route: '/library/netlify.svg', + url: 'https://www.netlify.com/' }, { - title: "Solidjs", - category: "Framework", - route: "/library/solidjs.svg", - url: "https://www.solidjs.com/", + title: 'Solidjs', + category: 'Framework', + route: '/library/solidjs.svg', + url: 'https://www.solidjs.com/' }, { - title: "MongoDB", - category: "Database", + title: 'MongoDB', + category: 'Database', route: { - light: "/library/mongodb-icon-light.svg", - dark: "/library/mongodb-icon-dark.svg", + light: '/library/mongodb-icon-light.svg', + dark: '/library/mongodb-icon-dark.svg' }, wordmark: { - light: "/library/mongodb-wordmark-light.svg", - dark: "/library/mongodb-wordmark-dark.svg", + light: '/library/mongodb-wordmark-light.svg', + dark: '/library/mongodb-wordmark-dark.svg' }, - url: "https://www.mongodb.com", - brandUrl: "https://www.mongodb.com/company/newsroom/brand-resources", + url: 'https://www.mongodb.com', + brandUrl: 'https://www.mongodb.com/company/newsroom/brand-resources' }, { - title: "Moon", - category: "Framework", - route: "/library/moon.svg", - url: "https://moonjs.org/", + title: 'Moon', + category: 'Framework', + route: '/library/moon.svg', + url: 'https://moonjs.org/' }, { - title: "Payload CMS", - category: "CMS", + title: 'Payload CMS', + category: 'CMS', route: { - light: "/library/payload.svg", - dark: "/library/payload_dark.svg", + light: '/library/payload.svg', + dark: '/library/payload_dark.svg' }, - url: "https://payloadcms.com", + url: 'https://payloadcms.com' }, { - title: "Fly", - category: "Hosting", - route: "/library/fly.svg", - url: "https://fly.io", - brandUrl: "https://fly.io/docs/about/brand/", + title: 'Fly', + category: 'Hosting', + route: '/library/fly.svg', + url: 'https://fly.io', + brandUrl: 'https://fly.io/docs/about/brand/' }, { - title: "LearnThis", - category: "Education", - route: "/library/learnthis.svg", - url: "https://learnthisacademy.com", + title: 'LearnThis', + category: 'Education', + route: '/library/learnthis.svg', + url: 'https://learnthisacademy.com' }, { - title: "Visual Studio", - category: ["Software", "Microsoft"], - route: "/library/visual-studio.svg", - url: "https://visualstudio.microsoft.com", + title: 'Visual Studio', + category: ['Software', 'Microsoft'], + route: '/library/visual-studio.svg', + url: 'https://visualstudio.microsoft.com' }, { - title: "Chakra UI", - category: "Library", - route: "/library/chakra-ui.svg", - url: "https://chakra-ui.com", + title: 'Chakra UI', + category: 'Library', + route: '/library/chakra-ui.svg', + url: 'https://chakra-ui.com' }, { - title: "Express.js", - category: "Framework", + title: 'Express.js', + category: 'Framework', route: { - light: "/library/expressjs.svg", - dark: "/library/expressjs_dark.svg", + light: '/library/expressjs.svg', + dark: '/library/expressjs_dark.svg' }, - url: "https://expressjs.com", + url: 'https://expressjs.com' }, { - title: "Fastify", - category: "Framework", + title: 'Fastify', + category: 'Framework', route: { - light: "/library/fastify.svg", - dark: "/library/fastify_dark.svg", + light: '/library/fastify.svg', + dark: '/library/fastify_dark.svg' }, - url: "https://www.fastify.io", + url: 'https://www.fastify.io' }, { - title: "JavaScript", - category: "Language", - route: "/library/javascript.svg", - url: "https://developer.mozilla.org/docs/Web/JavaScript", + title: 'JavaScript', + category: 'Language', + route: '/library/javascript.svg', + url: 'https://developer.mozilla.org/docs/Web/JavaScript' }, { - title: "jQuery", - category: "Library", + title: 'jQuery', + category: 'Library', route: { - light: "/library/jquery.svg", - dark: "/library/jquery_dark.svg", + light: '/library/jquery.svg', + dark: '/library/jquery_dark.svg' }, - url: "https://jquery.com", + url: 'https://jquery.com' }, { - title: "Rapid API", - category: "Software", - route: "/library/rapidapi.svg", - url: "https://rapidapi.com", + title: 'Rapid API', + category: 'Software', + route: '/library/rapidapi.svg', + url: 'https://rapidapi.com' }, { - title: "TypeScript", - category: "Language", - route: "/library/typescript.svg", - url: "https://www.typescriptlang.org", + title: 'TypeScript', + category: 'Language', + route: '/library/typescript.svg', + url: 'https://www.typescriptlang.org' }, { - title: "Bun", - category: "Library", - route: "/library/bun.svg", - url: "https://bun.sh", - brandUrl: "https://bun.sh/press-kit", + title: 'Bun', + category: 'Library', + route: '/library/bun.svg', + url: 'https://bun.sh', + brandUrl: 'https://bun.sh/press-kit' }, { - title: "BuildShip", - category: "AI", - route: "/library/buildship.svg", - url: "https://buildship.com/", + title: 'BuildShip', + category: 'AI', + route: '/library/buildship.svg', + url: 'https://buildship.com/' }, { - title: "Twilio", - category: ["Software", "Authentication"], - route: "/library/twilio.svg", - url: "https://twilio.com", + title: 'Twilio', + category: ['Software', 'Authentication'], + route: '/library/twilio.svg', + url: 'https://twilio.com' }, { - title: "Arc", - category: "Social", + title: 'Arc', + category: 'Social', route: { - light: "/library/arc.svg", - dark: "/library/arc_dark.svg", + light: '/library/arc.svg', + dark: '/library/arc_dark.svg' }, - url: "https://arc.dev", + url: 'https://arc.dev' }, { - title: "Arc", - category: "Software", + title: 'Arc', + category: 'Software', route: { - light: "/library/arc_fintech_light.svg", - dark: "/library/arc_fintech_dark.svg", + light: '/library/arc_fintech_light.svg', + dark: '/library/arc_fintech_dark.svg' }, - url: "https://arc.tech", + url: 'https://arc.tech' }, { - title: "Qwik", - category: "Framework", - route: "/library/qwik.svg", - url: "https://qwik.builder.io/", + title: 'Qwik', + category: 'Framework', + route: '/library/qwik.svg', + url: 'https://qwik.builder.io/' }, { - title: "Coinbase", - category: "Crypto", - route: "/library/coinbase.svg", + title: 'Coinbase', + category: 'Crypto', + route: '/library/coinbase.svg', wordmark: { - light: "/library/coinbase-wordmark-light.svg", - dark: "/library/coinbase-wordmark-dark.svg", + light: '/library/coinbase-wordmark-light.svg', + dark: '/library/coinbase-wordmark-dark.svg' }, - url: "https://www.coinbase.com/", + url: 'https://www.coinbase.com/' }, { - title: "Authy", - category: ["Software", "Authentication"], - route: "/library/authy.svg", - url: "https://authy.com/", + title: 'Authy', + category: ['Software', 'Authentication'], + route: '/library/authy.svg', + url: 'https://authy.com/' }, { - title: "NestJS", - category: "Framework", - route: "/library/nestjs.svg", - url: "https://nestjs.com/", + title: 'NestJS', + category: 'Framework', + route: '/library/nestjs.svg', + url: 'https://nestjs.com/' }, { - title: "GitHub Copilot", - category: "Software", + title: 'GitHub Copilot', + category: 'Software', route: { - light: "/library/copilot.svg", - dark: "/library/copilot_dark.svg", + light: '/library/copilot.svg', + dark: '/library/copilot_dark.svg' }, - url: "https://github.com/features/copilot", + url: 'https://github.com/features/copilot' }, { - title: "Railway", - category: "Software", + title: 'Railway', + category: 'Software', route: { - light: "/library/railway.svg", - dark: "/library/railway_dark.svg", + light: '/library/railway.svg', + dark: '/library/railway_dark.svg' }, - url: "https://railway.app/", + url: 'https://railway.app/' }, { - title: "Docusaurus", - category: "Software", - route: "/library/docusaurus.svg", - url: "https://docusaurus.io/", + title: 'Docusaurus', + category: 'Software', + route: '/library/docusaurus.svg', + url: 'https://docusaurus.io/' }, { - title: "Twitch", - category: "Entertainment", - route: "/library/twitch.svg", - url: "https://twitch.tv", + title: 'Twitch', + category: 'Entertainment', + route: '/library/twitch.svg', + url: 'https://twitch.tv' }, { - title: "GoDaddy", - category: "Hosting", + title: 'GoDaddy', + category: 'Hosting', route: { - light: "/library/godaddy.svg", - dark: "/library/godaddy_dark.svg", + light: '/library/godaddy.svg', + dark: '/library/godaddy_dark.svg' }, - url: "https://www.godaddy.com/", + url: 'https://www.godaddy.com/' }, { - title: "Udemy", - category: "Education", + title: 'Udemy', + category: 'Education', route: { - light: "/library/udemy.svg", - dark: "/library/udemy_dark.svg", + light: '/library/udemy.svg', + dark: '/library/udemy_dark.svg' }, - url: "https://www.udemy.com/", + url: 'https://www.udemy.com/' }, { - title: "GraphQL", - category: "Language", - route: "/library/graphql.svg", - url: "https://graphql.org/", + title: 'GraphQL', + category: 'Language', + route: '/library/graphql.svg', + url: 'https://graphql.org/' }, { - title: "Grok", - category: "AI", + title: 'Grok', + category: 'AI', route: { - light: "/library/grok-light.svg", - dark: "/library/grok-dark.svg", + light: '/library/grok-light.svg', + dark: '/library/grok-dark.svg' }, wordmark: { - light: "/library/grok-wordmark-light.svg", - dark: "/library/grok-wordmark-dark.svg", + light: '/library/grok-wordmark-light.svg', + dark: '/library/grok-wordmark-dark.svg' }, - url: "https://grok.com/", + url: 'https://grok.com/' }, { - title: "GitLab", - category: "Software", - route: "/library/gitlab.svg", - url: "https://gitlab.com/", + title: 'GitLab', + category: 'Software', + route: '/library/gitlab.svg', + url: 'https://gitlab.com/' }, { - title: "Prisma", - category: "Software", + title: 'Prisma', + category: 'Software', route: { - light: "/library/prisma.svg", - dark: "/library/prisma_dark.svg", + light: '/library/prisma.svg', + dark: '/library/prisma_dark.svg' }, - url: "https://prisma.io/", + url: 'https://prisma.io/' }, { - title: "Go", - category: "Language", + title: 'Go', + category: 'Language', route: { - light: "/library/golang.svg", - dark: "/library/golang_dark.svg", + light: '/library/golang.svg', + dark: '/library/golang_dark.svg' }, - url: "https://go.dev/", + url: 'https://go.dev/' }, { - title: "Platzi", - category: "Education", - route: "/library/platzi.svg", - url: "https://platzi.com/", + title: 'Platzi', + category: 'Education', + route: '/library/platzi.svg', + url: 'https://platzi.com/' }, { - title: "Coursera", - category: "Education", - route: "/library/coursera.svg", - url: "https://www.coursera.org/", + title: 'Coursera', + category: 'Education', + route: '/library/coursera.svg', + url: 'https://www.coursera.org/' }, { - title: "Udacity", - category: "Education", - route: "/library/udacity.svg", - url: "https://www.udacity.com/", + title: 'Udacity', + category: 'Education', + route: '/library/udacity.svg', + url: 'https://www.udacity.com/' }, { - title: "Kubernetes", - category: "Software", - route: "/library/kubernetes.svg", - url: "https://kubernetes.io/", + title: 'Kubernetes', + category: 'Software', + route: '/library/kubernetes.svg', + url: 'https://kubernetes.io/' }, { - title: "Docker", - category: "Software", - route: "/library/docker.svg", - url: "https://www.docker.com/", - brandUrl: "https://www.docker.com/company/newsroom/media-resources/", + title: 'Docker', + category: 'Software', + route: '/library/docker.svg', + url: 'https://www.docker.com/', + brandUrl: 'https://www.docker.com/company/newsroom/media-resources/' }, { - title: "Amazon Web Services", - category: "Software", + title: 'Amazon Web Services', + category: 'Software', route: { - light: "/library/aws_light.svg", - dark: "/library/aws_dark.svg", + light: '/library/aws_light.svg', + dark: '/library/aws_dark.svg' }, - url: "https://aws.amazon.com/", + url: 'https://aws.amazon.com/' }, { - title: "Microsoft Azure", - category: ["Software", "Microsoft"], - route: "/library/azure.svg", - url: "https://azure.microsoft.com/", + title: 'Microsoft Azure', + category: ['Software', 'Microsoft'], + route: '/library/azure.svg', + url: 'https://azure.microsoft.com/' }, { - title: "Microsoft Access", - category: ["Database", "Microsoft"], - route: "/library/microsoft-access.svg", - url: "https://www.microsoft.com/microsoft-365/access", + title: 'Microsoft Access', + category: ['Database', 'Microsoft'], + route: '/library/microsoft-access.svg', + url: 'https://www.microsoft.com/microsoft-365/access' }, { - title: "Microsoft Clipchamp", - category: ["Software", "Design", "Entertainment", "Microsoft"], - route: "/library/microsoft-clipchamp.svg", - url: "https://clipchamp.com/", + title: 'Microsoft Clipchamp', + category: ['Software', 'Design', 'Entertainment', 'Microsoft'], + route: '/library/microsoft-clipchamp.svg', + url: 'https://clipchamp.com/' }, { - title: "Microsoft Copilot", - category: ["AI", "Software", "Devtool", "Microsoft"], - route: "/library/microsoft-copilot.svg", - url: "https://copilot.microsoft.com/", + title: 'Microsoft Copilot', + category: ['AI', 'Software', 'Devtool', 'Microsoft'], + route: '/library/microsoft-copilot.svg', + url: 'https://copilot.microsoft.com/' }, { - title: "Microsoft Defender", - category: ["Cybersecurity", "Software", "Microsoft"], - route: "/library/microsoft-defender.svg", - url: "https://www.microsoft.com/microsoft-365/microsoft-defender-for-individuals", + title: 'Microsoft Defender', + category: ['Cybersecurity', 'Software', 'Microsoft'], + route: '/library/microsoft-defender.svg', + url: 'https://www.microsoft.com/microsoft-365/microsoft-defender-for-individuals' }, { - title: "Microsoft Designer", - category: ["Design", "AI", "Software", "Microsoft"], - route: "/library/microsoft-designer.svg", - url: "https://designer.microsoft.com/", + title: 'Microsoft Designer', + category: ['Design', 'AI', 'Software', 'Microsoft'], + route: '/library/microsoft-designer.svg', + url: 'https://designer.microsoft.com/' }, { - title: "Microsoft Editor", - category: ["Software", "AI", "Microsoft"], - route: "/library/microsoft-editor.svg", - url: "https://www.microsoft.com/microsoft-365/microsoft-editor", + title: 'Microsoft Editor', + category: ['Software', 'AI', 'Microsoft'], + route: '/library/microsoft-editor.svg', + url: 'https://www.microsoft.com/microsoft-365/microsoft-editor' }, { - title: "Microsoft Excel", - category: ["Software", "Microsoft"], - route: "/library/microsoft-excel.svg", - url: "https://www.microsoft.com/microsoft-365/excel", + title: 'Microsoft Excel', + category: ['Software', 'Microsoft'], + route: '/library/microsoft-excel.svg', + url: 'https://www.microsoft.com/microsoft-365/excel' }, { - title: "Microsoft OneDrive", - category: ["Hosting", "Software", "Microsoft"], - route: "/library/microsoft-onedrive.svg", - url: "https://www.microsoft.com/microsoft-365/onedrive/online-cloud-storage", + title: 'Microsoft OneDrive', + category: ['Hosting', 'Software', 'Microsoft'], + route: '/library/microsoft-onedrive.svg', + url: 'https://www.microsoft.com/microsoft-365/onedrive/online-cloud-storage' }, { - title: "Microsoft OneNote", - category: ["Software", "Microsoft"], - route: "/library/microsoft-onenote.svg", - url: "https://www.microsoft.com/microsoft-365/onenote/digital-note-taking-app", + title: 'Microsoft OneNote', + category: ['Software', 'Microsoft'], + route: '/library/microsoft-onenote.svg', + url: 'https://www.microsoft.com/microsoft-365/onenote/digital-note-taking-app' }, { - title: "Microsoft PowerPoint", - category: ["Software", "Design", "Microsoft"], - route: "/library/microsoft-powerpoint.svg", - url: "https://www.microsoft.com/microsoft-365/powerpoint", + title: 'Microsoft PowerPoint', + category: ['Software', 'Design', 'Microsoft'], + route: '/library/microsoft-powerpoint.svg', + url: 'https://www.microsoft.com/microsoft-365/powerpoint' }, { - title: "Microsoft SharePoint", - category: ["Hosting", "Software", "Community", "Microsoft"], - route: "/library/microsoft-sharepoint.svg", - url: "https://www.microsoft.com/microsoft-365/sharepoint/collaboration-software", + title: 'Microsoft SharePoint', + category: ['Hosting', 'Software', 'Community', 'Microsoft'], + route: '/library/microsoft-sharepoint.svg', + url: 'https://www.microsoft.com/microsoft-365/sharepoint/collaboration-software' }, { - title: "Microsoft Teams", - category: ["Software", "Community", "Microsoft"], - route: "/library/microsoft-teams.svg", - url: "https://www.microsoft.com/microsoft-teams/group-chat-software", + title: 'Microsoft Teams', + category: ['Software', 'Community', 'Microsoft'], + route: '/library/microsoft-teams.svg', + url: 'https://www.microsoft.com/microsoft-teams/group-chat-software' }, { - title: "Microsoft Word", - category: ["Software", "Microsoft"], - route: "/library/microsoft-word.svg", - url: "https://www.microsoft.com/microsoft-365/word", + title: 'Microsoft Word', + category: ['Software', 'Microsoft'], + route: '/library/microsoft-word.svg', + url: 'https://www.microsoft.com/microsoft-365/word' }, { - title: "Heroku", - category: "Software", - route: "/library/heroku.svg", - url: "https://www.heroku.com/", + title: 'Heroku', + category: 'Software', + route: '/library/heroku.svg', + url: 'https://www.heroku.com/' }, { - title: "JetBrains", - category: "Software", - route: "/library/jetbrains.svg", - url: "https://www.jetbrains.com/", - brandUrl: "https://www.jetbrains.com/company/brand/", + title: 'JetBrains', + category: 'Software', + route: '/library/jetbrains.svg', + url: 'https://www.jetbrains.com/', + brandUrl: 'https://www.jetbrains.com/company/brand/' }, { - title: "JetBrains Rider", - category: "Software", - route: "/library/rider.svg", - url: "https://www.jetbrains.com/rider/", + title: 'JetBrains Rider', + category: 'Software', + route: '/library/rider.svg', + url: 'https://www.jetbrains.com/rider/' }, { - title: "PlanetScale", - category: "Database", + title: 'PlanetScale', + category: 'Database', route: { - light: "/library/planetscale.svg", - dark: "/library/planetscale_dark.svg", + light: '/library/planetscale.svg', + dark: '/library/planetscale_dark.svg' }, - url: "https://planetscale.com/", + url: 'https://planetscale.com/' }, { - title: "Playwright", - category: "Framework", - route: "/library/playwright.svg", - url: "https://playwright.dev/", + title: 'Playwright', + category: 'Framework', + route: '/library/playwright.svg', + url: 'https://playwright.dev/' }, { - title: "Atlassian", - category: "Software", - route: "/library/atlassian.svg", - url: "https://www.atlassian.com/", + title: 'Atlassian', + category: 'Software', + route: '/library/atlassian.svg', + url: 'https://www.atlassian.com/' }, { - title: "Discourse", - category: "Software", - route: "/library/discourse.svg", - url: "https://discourse.org/", + title: 'Discourse', + category: 'Software', + route: '/library/discourse.svg', + url: 'https://discourse.org/' }, { - title: "Ember", - category: "Framework", - route: "/library/ember.svg", - url: "https://emberjs.com/", + title: 'Ember', + category: 'Framework', + route: '/library/ember.svg', + url: 'https://emberjs.com/' }, { - title: "Expo", - category: "Software", - route: "/library/expo.svg", - url: "https://expo.dev/", + title: 'Expo', + category: 'Software', + route: '/library/expo.svg', + url: 'https://expo.dev/' }, { - title: "Flutter", - category: "Framework", - route: "/library/flutter.svg", - url: "https://flutter.dev/", - brandUrl: "https://flutter.dev/brand", + title: 'Flutter', + category: 'Framework', + route: '/library/flutter.svg', + url: 'https://flutter.dev/', + brandUrl: 'https://flutter.dev/brand' }, { - title: "Auth0", - category: ["Library", "Authentication"], - route: "/library/auth0.svg", - url: "https://auth0.com/", + title: 'Auth0', + category: ['Library', 'Authentication'], + route: '/library/auth0.svg', + url: 'https://auth0.com/' }, { - title: "Auth.js", - category: "Authentication", - route: "/library/authjs.svg", - url: "https://authjs.dev", + title: 'Auth.js', + category: 'Authentication', + route: '/library/authjs.svg', + url: 'https://authjs.dev' }, { - title: "Fresh", - category: "Framework", - route: "/library/fresh.svg", - url: "https://fresh.deno.dev/", + title: 'Fresh', + category: 'Framework', + route: '/library/fresh.svg', + url: 'https://fresh.deno.dev/' }, { - title: "Git", - category: "Software", - route: "/library/git.svg", - url: "https://git-scm.com/", + title: 'Git', + category: 'Software', + route: '/library/git.svg', + url: 'https://git-scm.com/' }, { - title: "Hostgator", - category: "Hosting", - route: "/library/hostgator.svg", - url: "https://www.hostgator.com/", + title: 'Hostgator', + category: 'Hosting', + route: '/library/hostgator.svg', + url: 'https://www.hostgator.com/' }, { - title: "IntelliJ IDEA", - category: "Software", - route: "/library/intellijidea.svg", - url: "https://www.jetbrains.com/idea/", + title: 'IntelliJ IDEA', + category: 'Software', + route: '/library/intellijidea.svg', + url: 'https://www.jetbrains.com/idea/' }, { - title: "Jasmine", - category: "Framework", - route: "/library/jasmine.svg", - url: "https://jasmine.github.io/", + title: 'Jasmine', + category: 'Framework', + route: '/library/jasmine.svg', + url: 'https://jasmine.github.io/' }, { - title: "Java", - category: "Language", - route: "/library/java.svg", - url: "https://www.java.com/", + title: 'Java', + category: 'Language', + route: '/library/java.svg', + url: 'https://www.java.com/' }, { - title: "Jest", - category: "Framework", - route: "/library/jest.svg", - url: "https://jestjs.io/", + title: 'Jest', + category: 'Framework', + route: '/library/jest.svg', + url: 'https://jestjs.io/' }, { - title: "JetBrains", - category: "Software", - route: "/library/jetbrainsSolid.svg", - url: "https://www.jetbrains.com/", + title: 'JetBrains', + category: 'Software', + route: '/library/jetbrainsSolid.svg', + url: 'https://www.jetbrains.com/' }, { - title: "KrakenJS", - category: "Framework", - route: "/library/krakenjs.svg", - url: "https://krakenjs.com/", + title: 'KrakenJS', + category: 'Framework', + route: '/library/krakenjs.svg', + url: 'https://krakenjs.com/' }, { - title: "Laravel", - category: "Framework", - route: "/library/laravel.svg", - url: "https://laravel.com/", + title: 'Laravel', + category: 'Framework', + route: '/library/laravel.svg', + url: 'https://laravel.com/' }, { - title: "MariaDB", - category: "Database", - route: "/library/mariadb.svg", - url: "https://mariadb.org/", + title: 'MariaDB', + category: 'Database', + route: '/library/mariadb.svg', + url: 'https://mariadb.org/' }, { - title: "Material UI", - category: "Framework", - route: "/library/materialui.svg", - url: "https://mui.com/", + title: 'Material UI', + category: 'Framework', + route: '/library/materialui.svg', + url: 'https://mui.com/' }, { - title: "MySQL", - category: "Database", + title: 'MySQL', + category: 'Database', route: { - light: "/library/mysql-icon-light.svg", - dark: "/library/mysql-icon-dark.svg", + light: '/library/mysql-icon-light.svg', + dark: '/library/mysql-icon-dark.svg' }, wordmark: { - light: "/library/mysql-wordmark-light.svg", - dark: "/library/mysql-wordmark-dark.svg", + light: '/library/mysql-wordmark-light.svg', + dark: '/library/mysql-wordmark-dark.svg' }, - url: "https://www.mysql.com", - brandUrl: "https://www.mysql.com/about/legal/logos.html", + url: 'https://www.mysql.com', + brandUrl: 'https://www.mysql.com/about/legal/logos.html' }, { - title: "Parcel", - category: "Compiler", - route: "/library/parcel.svg", - url: "https://parceljs.org/", + title: 'Parcel', + category: 'Compiler', + route: '/library/parcel.svg', + url: 'https://parceljs.org/' }, { - title: "PM2", - category: "Framework", - route: "/library/pm2.svg", - url: "https://pm2.io/", + title: 'PM2', + category: 'Framework', + route: '/library/pm2.svg', + url: 'https://pm2.io/' }, { - title: "PostgreSQL", - category: "Database", - route: "/library/postgresql.svg", + title: 'PostgreSQL', + category: 'Database', + route: '/library/postgresql.svg', wordmark: { - light: "/library/postgresql-wordmark-light.svg", - dark: "/library/postgresql-wordmark-dark.svg", + light: '/library/postgresql-wordmark-light.svg', + dark: '/library/postgresql-wordmark-dark.svg' }, - url: "https://www.postgresql.org/", + url: 'https://www.postgresql.org/' }, { - title: "React Query", - category: "Framework", - route: "/library/reactquery.svg", - url: "https://tanstack.com/query/v4", + title: 'React Query', + category: 'Framework', + route: '/library/reactquery.svg', + url: 'https://tanstack.com/query/v4' }, { - title: "Devto", - category: "Community", + title: 'Devto', + category: 'Community', route: { - light: "/library/devto-light.svg", - dark: "/library/devto-dark.svg", + light: '/library/devto-light.svg', + dark: '/library/devto-dark.svg' }, - url: "https://dev.to/", + url: 'https://dev.to/' }, { - title: "Redis", - category: "Database", - route: "/library/redis.svg", - url: "https://redis.io/", + title: 'Redis', + category: 'Database', + route: '/library/redis.svg', + url: 'https://redis.io/' }, { - title: "RedwoodJS", - category: "Framework", - route: "/library/redwoodjs.svg", - url: "https://redwoodjs.com/", + title: 'RedwoodJS', + category: 'Framework', + route: '/library/redwoodjs.svg', + url: 'https://redwoodjs.com/' }, { - title: "Ruby", - category: "Language", - route: "/library/ruby.svg", - url: "https://www.ruby-lang.org/", + title: 'Ruby', + category: 'Language', + route: '/library/ruby.svg', + url: 'https://www.ruby-lang.org/' }, { - title: "Scala", - category: "Language", - route: "/library/scala.svg", - url: "https://www.scala-lang.org/", + title: 'Scala', + category: 'Language', + route: '/library/scala.svg', + url: 'https://www.scala-lang.org/' }, { - title: "Sequelize", - category: "Framework", - route: "/library/sequelize.svg", - url: "https://sequelize.org/", + title: 'Sequelize', + category: 'Framework', + route: '/library/sequelize.svg', + url: 'https://sequelize.org/' }, { - title: "Spinnaker", - category: "Software", - route: "/library/spinnaker.svg", - url: "https://spinnaker.io/", + title: 'Spinnaker', + category: 'Software', + route: '/library/spinnaker.svg', + url: 'https://spinnaker.io/' }, { - title: "SQLite", - category: "Database", - route: "/library/sqlite.svg", - url: "https://www.sqlite.org/", + title: 'SQLite', + category: 'Database', + route: '/library/sqlite.svg', + url: 'https://www.sqlite.org/' }, { - title: "Swagger", - category: "Software", - route: "/library/swagger.svg", - url: "https://swagger.io/", + title: 'Swagger', + category: 'Software', + route: '/library/swagger.svg', + url: 'https://swagger.io/' }, { - title: "Swift", - category: "Language", - route: "/library/swift.svg", - url: "https://swift.org/", + title: 'Swift', + category: 'Language', + route: '/library/swift.svg', + url: 'https://swift.org/' }, { - title: "TypeORM", - category: "Database", - route: "/library/typeorm.svg", - url: "https://typeorm.io/", + title: 'TypeORM', + category: 'Database', + route: '/library/typeorm.svg', + url: 'https://typeorm.io/' }, { - title: "Unity", - category: "Software", + title: 'Unity', + category: 'Software', route: { - light: "/library/unity.svg", - dark: "/library/unity_dark.svg", + light: '/library/unity.svg', + dark: '/library/unity_dark.svg' }, - url: "https://unity.com/", + url: 'https://unity.com/' }, { - title: "Vim", - category: "Software", - route: "/library/vim.svg", - url: "https://www.vim.org/", + title: 'Vim', + category: 'Software', + route: '/library/vim.svg', + url: 'https://www.vim.org/' }, { - title: "Pocketbase", - category: "Database", - route: "/library/pocket-base.svg", - url: "https://pocketbase.io/", + title: 'Pocketbase', + category: 'Database', + route: '/library/pocket-base.svg', + url: 'https://pocketbase.io/' }, { - title: "OpenBootcamp", - category: "Education", - route: "/library/openbootcamp.svg", - url: "https://open-bootcamp.com/", + title: 'OpenBootcamp', + category: 'Education', + route: '/library/openbootcamp.svg', + url: 'https://open-bootcamp.com/' }, { - title: "Digital Ocean", - category: "Software", - route: "/library/digitalocean.svg", - url: "https://www.digitalocean.com/", + title: 'Digital Ocean', + category: 'Software', + route: '/library/digitalocean.svg', + url: 'https://www.digitalocean.com/' }, { - title: "Disney+", - category: "Entertainment", - route: "/library/disneyplus.svg", - url: "https://www.disneyplus.com/", + title: 'Disney+', + category: 'Entertainment', + route: '/library/disneyplus.svg', + url: 'https://www.disneyplus.com/' }, { - title: "React Router", - category: "Library", - route: "/library/reactrouter.svg", - url: "https://reactrouter.com/en/main", + title: 'React Router', + category: 'Library', + route: '/library/reactrouter.svg', + url: 'https://reactrouter.com/en/main' }, { - title: "AMP", - category: "Library", - route: "/library/amp.svg", - url: "https://amp.dev/", + title: 'AMP', + category: 'Library', + route: '/library/amp.svg', + url: 'https://amp.dev/' }, { - title: "Developer Student Club", - category: "Community", - route: "/library/gdsc.svg", - url: "https://gdsc.community.dev/", + title: 'Developer Student Club', + category: 'Community', + route: '/library/gdsc.svg', + url: 'https://gdsc.community.dev/' }, { - title: "Brave Browser", - category: "Browser", - route: "/library/brave.svg", - url: "https://brave.com/", - brandUrl: "https://brave.com/brave-branding-assets/", + title: 'Brave Browser', + category: 'Browser', + route: '/library/brave.svg', + url: 'https://brave.com/', + brandUrl: 'https://brave.com/brave-branding-assets/' }, { - title: "Eclipse IDE", - category: "Software", - route: "/library/eclipse.svg", - url: "https://www.eclipse.org/", + title: 'Eclipse IDE', + category: 'Software', + route: '/library/eclipse.svg', + url: 'https://www.eclipse.org/' }, { - title: "Three.js", - category: "Library", + title: 'Three.js', + category: 'Library', route: { - light: "/library/threejs-light.svg", - dark: "/library/threejs-dark.svg", + light: '/library/threejs-light.svg', + dark: '/library/threejs-dark.svg' }, - url: "https://threejs.org/", + url: 'https://threejs.org/' }, { - title: "HTML5", - category: "Language", - route: "/library/html5.svg", - url: "https://es.wikipedia.org/wiki/HTML5", + title: 'HTML5', + category: 'Language', + route: '/library/html5.svg', + url: 'https://es.wikipedia.org/wiki/HTML5' }, { - title: "CSS (New)", - category: "Language", - route: "/library/css.svg", - url: "https://es.wikipedia.org/wiki/CSS", + title: 'CSS (New)', + category: 'Language', + route: '/library/css.svg', + url: 'https://es.wikipedia.org/wiki/CSS' }, { - title: "CSS", - category: "Language", - route: "/library/css_old.svg", - url: "https://es.wikipedia.org/wiki/CSS", + title: 'CSS', + category: 'Language', + route: '/library/css_old.svg', + url: 'https://es.wikipedia.org/wiki/CSS' }, { - title: "midudev", - category: "Community", - route: "/library/midudev.svg", - url: "https://midu.dev", + title: 'midudev', + category: 'Community', + route: '/library/midudev.svg', + url: 'https://midu.dev' }, { - title: "Apple", - category: "Software", + title: 'Apple', + category: 'Software', route: { - light: "/library/apple.svg", - dark: "/library/apple_dark.svg", + light: '/library/apple.svg', + dark: '/library/apple_dark.svg' }, - url: "https://www.apple.com", + url: 'https://www.apple.com' }, { - title: "App Store", - category: ["Marketplace", "Software", "Platform"], - route: "/library/appstore.svg", - url: "https://www.apple.com/app-store/", + title: 'App Store', + category: ['Marketplace', 'Software', 'Platform'], + route: '/library/appstore.svg', + url: 'https://www.apple.com/app-store/' }, { - title: "Windows", - category: ["Software", "Microsoft"], - route: "/library/windows.svg", - url: "https://www.microsoft.com/windows", + title: 'Windows', + category: ['Software', 'Microsoft'], + route: '/library/windows.svg', + url: 'https://www.microsoft.com/windows' }, { - title: "Python", - category: "Language", - route: "/library/python.svg", - url: "https://www.python.org/", + title: 'Python', + category: 'Language', + route: '/library/python.svg', + url: 'https://www.python.org/' }, { - title: "Solidity", - category: "Language", - route: "/library/solidity.svg", - url: "https://soliditylang.org/", + title: 'Solidity', + category: 'Language', + route: '/library/solidity.svg', + url: 'https://soliditylang.org/' }, { - title: "Turbopack", - category: ["Software", "Devtool", "Vercel"], + title: 'Turbopack', + category: ['Software', 'Devtool', 'Vercel'], route: { - light: "/library/turbopack-icon-light.svg", - dark: "/library/turbopack-icon-dark.svg", + light: '/library/turbopack-icon-light.svg', + dark: '/library/turbopack-icon-dark.svg' }, wordmark: { - light: "/library/turbopack-wordmark-light.svg", - dark: "/library/turbopack-wordmark-dark.svg", + light: '/library/turbopack-wordmark-light.svg', + dark: '/library/turbopack-wordmark-dark.svg' }, - url: "https://nextjs.org/docs/app/api-reference/turbopack", - brandUrl: "https://vercel.com/geist/brands", + url: 'https://nextjs.org/docs/app/api-reference/turbopack', + brandUrl: 'https://vercel.com/geist/brands' }, { - title: "Builder", - category: "CMS", - route: "/library/builder.svg", - url: "https://builder.io/", + title: 'Builder', + category: 'CMS', + route: '/library/builder.svg', + url: 'https://builder.io/' }, { - title: "Babel", - category: "Compiler", - route: "/library/babel.svg", - url: "https://babeljs.io/", + title: 'Babel', + category: 'Compiler', + route: '/library/babel.svg', + url: 'https://babeljs.io/' }, { - title: "Surrealdb", - category: "Database", - route: "/library/surrealdb.svg", - url: "https://surrealdb.com/", + title: 'Surrealdb', + category: 'Database', + route: '/library/surrealdb.svg', + url: 'https://surrealdb.com/' }, { - title: "Jetbrains Space", - category: "Software", - route: "/library/jetbrains-space.svg", - url: "https://www.jetbrains.com/space/", + title: 'Jetbrains Space', + category: 'Software', + route: '/library/jetbrains-space.svg', + url: 'https://www.jetbrains.com/space/' }, { - title: "Stimulus", - category: "Framework", - route: "/library/stimulus.svg", - url: "https://stimulus.hotwired.dev/", + title: 'Stimulus', + category: 'Framework', + route: '/library/stimulus.svg', + url: 'https://stimulus.hotwired.dev/' }, { - title: "WindiCSS", - category: "Framework", - route: "/library/windicss.svg", - url: "https://windicss.org/", + title: 'WindiCSS', + category: 'Framework', + route: '/library/windicss.svg', + url: 'https://windicss.org/' }, { - title: "Mastodon", - category: "Social", - route: "/library/mastodon.svg", - url: "https://joinmastodon.org/", + title: 'Mastodon', + category: 'Social', + route: '/library/mastodon.svg', + url: 'https://joinmastodon.org/' }, { - title: "Upstash", - category: "Database", - route: "/library/upstash.svg", - url: "https://upstash.com/", - brandUrl: "https://upstash.com/brand", + title: 'Upstash', + category: 'Database', + route: '/library/upstash.svg', + url: 'https://upstash.com/', + brandUrl: 'https://upstash.com/brand' }, { - title: "Storyblok", - category: "CMS", - route: "/library/storyblok.svg", - url: "https://www.storyblok.com/", + title: 'Storyblok', + category: 'CMS', + route: '/library/storyblok.svg', + url: 'https://www.storyblok.com/' }, { - title: "Cloudflare Workers", - category: "Software", - route: "/library/cloudflare-workers.svg", - url: "https://workers.cloudflare.com/", + title: 'Cloudflare Workers', + category: 'Software', + route: '/library/cloudflare-workers.svg', + url: 'https://workers.cloudflare.com/' }, { - title: "Cloudflare", - category: "Software", - route: "/library/cloudflare.svg", - url: "https://www.cloudflare.com/", + title: 'Cloudflare', + category: 'Software', + route: '/library/cloudflare.svg', + url: 'https://www.cloudflare.com/' }, { - title: "Bing", - category: "Browser", - route: "/library/bing.svg", - url: "https://www.bing.com/", + title: 'Bing', + category: 'Browser', + route: '/library/bing.svg', + url: 'https://www.bing.com/' }, { - title: "Cloudinary", - category: "Software", - route: "/library/cloudinary.svg", - url: "https://cloudinary.com/", + title: 'Cloudinary', + category: 'Software', + route: '/library/cloudinary.svg', + url: 'https://cloudinary.com/' }, { - title: "Dart", - category: "Language", - route: "/library/dart.svg", - url: "https://dart.dev/", + title: 'Dart', + category: 'Language', + route: '/library/dart.svg', + url: 'https://dart.dev/' }, { - title: "hCaptcha", - category: "Software", - route: "/library/hcaptcha.svg", - url: "https://www.hcaptcha.com/", + title: 'hCaptcha', + category: 'Software', + route: '/library/hcaptcha.svg', + url: 'https://www.hcaptcha.com/' }, { - title: "Appwrite", - category: "Software", - route: "/library/appwrite.svg", - url: "https://appwrite.io/", + title: 'Appwrite', + category: 'Software', + route: '/library/appwrite.svg', + url: 'https://appwrite.io/' }, { - title: "Loom", - category: "Software", - route: "/library/loom.svg", - url: "https://www.loom.com/", + title: 'Loom', + category: 'Software', + route: '/library/loom.svg', + url: 'https://www.loom.com/' }, { - title: "Hulu", - category: "Entertainment", + title: 'Hulu', + category: 'Entertainment', route: { - light: "/library/hulu.svg", - dark: "/library/hulu-dark.svg", + light: '/library/hulu.svg', + dark: '/library/hulu-dark.svg' }, - url: "https://www.hulu.com/", + url: 'https://www.hulu.com/' }, { - title: "Stackblitz", - category: "Software", - route: "/library/stackblitz.svg", - url: "https://stackblitz.com/", + title: 'Stackblitz', + category: 'Software', + route: '/library/stackblitz.svg', + url: 'https://stackblitz.com/' }, { - title: "Binance", - category: "Crypto", - route: "/library/binance.svg", - url: "https://binance.com/", + title: 'Binance', + category: 'Crypto', + route: '/library/binance.svg', + url: 'https://binance.com/' }, { - title: "Messenger", - category: "Social", - route: "/library/messenger.svg", - url: "https://www.messenger.com/", + title: 'Messenger', + category: 'Social', + route: '/library/messenger.svg', + url: 'https://www.messenger.com/' }, { - title: "NHost", - category: "Hosting", - route: "/library/nhost.svg", - url: "https://nhost.io/", + title: 'NHost', + category: 'Hosting', + route: '/library/nhost.svg', + url: 'https://nhost.io/' }, { - title: "Medusa", - category: "Software", - route: "/library/medusa.svg", - url: "https://medusajs.com/", + title: 'Medusa', + category: 'Software', + route: '/library/medusa.svg', + url: 'https://medusajs.com/' }, { - title: "WordPress", - category: ["Software", "CMS"], - route: "/library/wordpress.svg", - url: "https://wordpress.org/", - brandUrl: "https://wordpress.org/about/logos/", + title: 'WordPress', + category: ['Software', 'CMS'], + route: '/library/wordpress.svg', + url: 'https://wordpress.org/', + brandUrl: 'https://wordpress.org/about/logos/' }, { - title: "Microsoft", - category: ["Software", "Microsoft"], - route: "/library/microsoft.svg", - url: "https://www.microsoft.com/", + title: 'Microsoft', + category: ['Software', 'Microsoft'], + route: '/library/microsoft.svg', + url: 'https://www.microsoft.com/' }, { - title: "Elementor", - category: "Software", - route: "/library/elementor.svg", - url: "https://elementor.com/", + title: 'Elementor', + category: 'Software', + route: '/library/elementor.svg', + url: 'https://elementor.com/' }, { - title: "Kick", - category: "Entertainment", + title: 'Kick', + category: 'Entertainment', route: { - light: "/library/kick-light.svg", - dark: "/library/kick-dark.svg", + light: '/library/kick-light.svg', + dark: '/library/kick-dark.svg' }, - url: "https://kick.com/", + url: 'https://kick.com/' }, { - title: "Prime video", - category: "Entertainment", - route: "/library/prime-video.svg", - url: "https://primevideo.com/", + title: 'Prime video', + category: 'Entertainment', + route: '/library/prime-video.svg', + url: 'https://primevideo.com/' }, { - title: "Chrome", - category: "Browser", - route: "/library/chrome.svg", - url: "https://chrome.com/", + title: 'Chrome', + category: 'Browser', + route: '/library/chrome.svg', + url: 'https://chrome.com/' }, { - title: "RxJS", - category: "Library", - route: "/library/rxjs.svg", - url: "https://rxjs.dev/", + title: 'RxJS', + category: 'Library', + route: '/library/rxjs.svg', + url: 'https://rxjs.dev/' }, { - title: "Electron", - category: "Library", - route: "/library/electron.svg", - url: "https://www.electronjs.org", + title: 'Electron', + category: 'Library', + route: '/library/electron.svg', + url: 'https://www.electronjs.org' }, { - title: "Redux", - category: "Library", - route: "/library/redux.svg", - url: "https://redux.js.org/", + title: 'Redux', + category: 'Library', + route: '/library/redux.svg', + url: 'https://redux.js.org/' }, { - title: "Trust Wallet", - category: "Crypto", - route: "/library/trust.svg", - url: "https://trustwallet.com/", + title: 'Trust Wallet', + category: 'Crypto', + route: '/library/trust.svg', + url: 'https://trustwallet.com/' }, { - title: "Php", - category: "Language", + title: 'Php', + category: 'Language', route: { - light: "/library/php.svg", - dark: "/library/php_dark.svg", + light: '/library/php.svg', + dark: '/library/php_dark.svg' }, - url: "https://www.php.net/", + url: 'https://www.php.net/' }, { - title: "Hugo", - category: "Framework", - route: "/library/hugo.svg", - url: "https://gohugo.io/", + title: 'Hugo', + category: 'Framework', + route: '/library/hugo.svg', + url: 'https://gohugo.io/' }, { - title: "Sass", - category: "Language", - route: "/library/sass.svg", - url: "https://sass-lang.com/", + title: 'Sass', + category: 'Language', + route: '/library/sass.svg', + url: 'https://sass-lang.com/' }, { - title: "Arc", - category: "Browser", - route: "/library/arc_browser.svg", - url: "https://arc.net/", + title: 'Arc', + category: 'Browser', + route: '/library/arc_browser.svg', + url: 'https://arc.net/' }, { - title: "Pinia", - category: "Library", - route: "/library/pinia.svg", - url: "https://pinia.vuejs.org/", + title: 'Pinia', + category: 'Library', + route: '/library/pinia.svg', + url: 'https://pinia.vuejs.org/' }, { - title: "Neon", - category: "Database", - route: "/library/neon.svg", - url: "https://neon.tech/", + title: 'Neon', + category: 'Database', + route: '/library/neon.svg', + url: 'https://neon.tech/' }, { - title: "Infojobs", - category: "Social", - route: "/library/infojobs-logo.svg", - url: "https://www.infojobs.net/", + title: 'Infojobs', + category: 'Social', + route: '/library/infojobs-logo.svg', + url: 'https://www.infojobs.net/' }, { - title: "Linear", - category: "Software", - route: "/library/linear.svg", - url: "https://linear.app/", + title: 'Linear', + category: 'Software', + route: '/library/linear.svg', + url: 'https://linear.app/' }, { - title: "Tor", - category: "Browser", - route: "/library/tor.svg", - url: "https://www.torproject.org/", + title: 'Tor', + category: 'Browser', + route: '/library/tor.svg', + url: 'https://www.torproject.org/' }, { - title: "Codesandbox", - category: "Software", - route: "/library/codesandbox-square.svg", - url: "https://codesandbox.io/", + title: 'Codesandbox', + category: 'Software', + route: '/library/codesandbox-square.svg', + url: 'https://codesandbox.io/' }, { - title: "Skype", - category: "Social", - route: "/library/skype.svg", - url: "https://www.skype.com/", + title: 'Skype', + category: 'Social', + route: '/library/skype.svg', + url: 'https://www.skype.com/' }, { - title: "Tauri", - category: "Library", - route: "/library/tauri.svg", - url: "https://tauri.app/", + title: 'Tauri', + category: 'Library', + route: '/library/tauri.svg', + url: 'https://tauri.app/' }, { - title: "WebKit", - category: "Software", - route: "/library/webkit.svg", - url: "https://webkit.org/", + title: 'WebKit', + category: 'Software', + route: '/library/webkit.svg', + url: 'https://webkit.org/' }, { - title: "DuckDuckGo", - category: ["Software", "Browser"], - route: "/library/duckduckgo.svg", - wordmark: "/library/duckduckgo-wordmark.svg", - url: "https://duckduckgo.com/", + title: 'DuckDuckGo', + category: ['Software', 'Browser'], + route: '/library/duckduckgo.svg', + wordmark: '/library/duckduckgo-wordmark.svg', + url: 'https://duckduckgo.com/' }, { - title: "Obsidian", - category: "Software", - route: "/library/obsidian.svg", - url: "https://obsidian.md/", - brandUrl: "https://obsidian.md/brand", + title: 'Obsidian', + category: 'Software', + route: '/library/obsidian.svg', + url: 'https://obsidian.md/', + brandUrl: 'https://obsidian.md/brand' }, { - title: "Zod", - category: "Library", - route: "/library/zod.svg", - url: "https://zod.dev/", + title: 'Zod', + category: 'Library', + route: '/library/zod.svg', + url: 'https://zod.dev/' }, { - title: "Valibot", - category: "Library", - route: "/library/valibot.svg", + title: 'Valibot', + category: 'Library', + route: '/library/valibot.svg', wordmark: { - light: "/library/valibot-wordmark-light.svg", - dark: "/library/valibot-wordmark-dark.svg", + light: '/library/valibot-wordmark-light.svg', + dark: '/library/valibot-wordmark-dark.svg' }, - url: "https://valibot.dev", + url: 'https://valibot.dev' }, { - title: "Dreamweaver", - category: "Software", - route: "/library/dw.svg", - url: "https://www.adobe.com/products/dreamweaver.html", + title: 'Dreamweaver', + category: 'Software', + route: '/library/dw.svg', + url: 'https://www.adobe.com/products/dreamweaver.html' }, { - title: "OpenAI", - category: "AI", + title: 'OpenAI', + category: 'AI', route: { - light: "/library/openai.svg", - dark: "/library/openai_dark.svg", + light: '/library/openai.svg', + dark: '/library/openai_dark.svg' }, wordmark: { - light: "/library/openai_wordmark_light.svg", - dark: "/library/openai_wordmark_dark.svg", + light: '/library/openai_wordmark_light.svg', + dark: '/library/openai_wordmark_dark.svg' }, - url: "https://openai.com/", - brandUrl: "https://openai.com/brand/", + url: 'https://openai.com/', + brandUrl: 'https://openai.com/brand/' }, { - title: "Threads", - category: "Social", + title: 'Threads', + category: 'Social', route: { - light: "/library/threads.svg", - dark: "/library/threads_dark.svg", + light: '/library/threads.svg', + dark: '/library/threads_dark.svg' }, - url: "https://threads.net/", + url: 'https://threads.net/' }, { - title: "Instagram", - category: "Social", - route: "/library/instagram-icon.svg", - wordmark: "/library/instagram-wordmark.svg", - url: "https://www.instagram.com/", - brandUrl: "https://about.instagram.com/brand", + title: 'Instagram', + category: 'Social', + route: '/library/instagram-icon.svg', + wordmark: '/library/instagram-wordmark.svg', + url: 'https://www.instagram.com/', + brandUrl: 'https://about.instagram.com/brand' }, { - title: "VueUse", - category: "Library", - route: "/library/vueuse.svg", - url: "https://vueuse.org/", + title: 'VueUse', + category: 'Library', + route: '/library/vueuse.svg', + url: 'https://vueuse.org/' }, { - title: "Microsoft SQL Server ", - category: ["Database", "Microsoft"], - route: "/library/sql-server.svg", - url: "https://www.microsoft.com/en-us/sql-server/", + title: 'Microsoft SQL Server ', + category: ['Database', 'Microsoft'], + route: '/library/sql-server.svg', + url: 'https://www.microsoft.com/en-us/sql-server/' }, { - title: "Hono", - category: "Framework", - route: "/library/hono.svg", - url: "https://hono.dev/", + title: 'Hono', + category: 'Framework', + route: '/library/hono.svg', + url: 'https://hono.dev/' }, { - title: "Million", - category: "Library", - route: "/library/million.svg", - url: "https://million.dev/", + title: 'Million', + category: 'Library', + route: '/library/million.svg', + url: 'https://million.dev/' }, { - title: "PandaCSS", - category: "Library", - route: "/library/pandacss.svg", - url: "https://panda-css.com/", + title: 'PandaCSS', + category: 'Library', + route: '/library/pandacss.svg', + url: 'https://panda-css.com/' }, { - title: "Pulumi", - category: "Software", - route: "/library/pulumi.svg", - url: "https://www.pulumi.com/", + title: 'Pulumi', + category: 'Software', + route: '/library/pulumi.svg', + url: 'https://www.pulumi.com/' }, { - title: "FastAPI", - category: "Framework", - route: "/library/fastapi.svg", - url: "https://fastapi.tiangolo.com/", + title: 'FastAPI', + category: 'Framework', + route: '/library/fastapi.svg', + url: 'https://fastapi.tiangolo.com/' }, { - title: "Codium", - category: "AI", - route: "/library/codium.svg", - url: "https://www.codium.ai/", + title: 'Codium', + category: 'AI', + route: '/library/codium.svg', + url: 'https://www.codium.ai/' }, { - title: "Crossplane", - category: "Framework", - route: "/library/crossplane.svg", - url: "https://crossplane.io/", + title: 'Crossplane', + category: 'Framework', + route: '/library/crossplane.svg', + url: 'https://crossplane.io/' }, { - title: "Volta", - category: "Software", + title: 'Volta', + category: 'Software', route: { - light: "/library/volta-dark.svg", - dark: "/library/volta-light.svg", + light: '/library/volta-dark.svg', + dark: '/library/volta-light.svg' }, - url: "https://volta.net/", + url: 'https://volta.net/' }, { - title: "Typesense", - category: "Software", - route: "/library/typesense.svg", - url: "https://typesense.org/", + title: 'Typesense', + category: 'Software', + route: '/library/typesense.svg', + url: 'https://typesense.org/' }, { - title: "Bitcoin", - category: "Crypto", - route: "/library/btc.svg", - url: "https://bitcoin.org/", + title: 'Bitcoin', + category: 'Crypto', + route: '/library/btc.svg', + url: 'https://bitcoin.org/' }, { - title: "Ethereum", - category: "Crypto", - route: "/library/eth.svg", - url: "https://ethereum.org/", + title: 'Ethereum', + category: 'Crypto', + route: '/library/eth.svg', + url: 'https://ethereum.org/' }, { - title: "Solana", - category: "Crypto", - route: "/library/sol.svg", - url: "https://solana.com/", + title: 'Solana', + category: 'Crypto', + route: '/library/sol.svg', + url: 'https://solana.com/' }, { - title: "Dogecoin", - category: "Crypto", - route: "/library/doge.svg", - url: "https://dogecoin.com/", + title: 'Dogecoin', + category: 'Crypto', + route: '/library/doge.svg', + url: 'https://dogecoin.com/' }, { - title: "XRP", - category: "Crypto", - route: "/library/xrp.svg", - url: "https://xrpl.org/", + title: 'XRP', + category: 'Crypto', + route: '/library/xrp.svg', + url: 'https://xrpl.org/' }, { - title: "BNB", - category: "Crypto", - route: "/library/bnb.svg", - url: "https://www.bnbchain.org/", + title: 'BNB', + category: 'Crypto', + route: '/library/bnb.svg', + url: 'https://www.bnbchain.org/' }, { - title: "Link", - category: "Crypto", - route: "/library/link.svg", + title: 'Link', + category: 'Crypto', + route: '/library/link.svg', wordmark: { - light: "/library/link-wordmark-light.svg", - dark: "/library/link-wordmark-dark.svg", + light: '/library/link-wordmark-light.svg', + dark: '/library/link-wordmark-dark.svg' }, - url: "https://chain.link/", + url: 'https://chain.link/' }, { - title: "Polygon", - category: "Crypto", - route: "/library/matic.svg", - url: "https://polygon.technology/", + title: 'Polygon', + category: 'Crypto', + route: '/library/matic.svg', + url: 'https://polygon.technology/' }, { - title: "Algorand", - category: "Crypto", - route: "/library/algorand.svg", - url: "https://algorand.org/", + title: 'Algorand', + category: 'Crypto', + route: '/library/algorand.svg', + url: 'https://algorand.org/' }, { - title: "Tether", - category: "Crypto", - route: "/library/tether.svg", - url: "https://tether.to/", + title: 'Tether', + category: 'Crypto', + route: '/library/tether.svg', + url: 'https://tether.to/' }, { - title: "X (formerly Twitter)", - category: "Social", + title: 'X (formerly Twitter)', + category: 'Social', route: { - light: "/library/x.svg", - dark: "/library/x_dark.svg", + light: '/library/x.svg', + dark: '/library/x_dark.svg' }, - url: "https://x.com", - brandUrl: "https://about.x.com/en/who-we-are/brand-toolkit", + url: 'https://x.com', + brandUrl: 'https://about.x.com/en/who-we-are/brand-toolkit' }, { - title: "Adobe", - category: "Design", - route: "/library/adobe.svg", - url: "https://www.adobe.com/", + title: 'Adobe', + category: 'Design', + route: '/library/adobe.svg', + url: 'https://www.adobe.com/' }, { - title: "After Effects", - category: "Design", - route: "/library/after-effects.svg", - url: "https://www.adobe.com/products/aftereffects", + title: 'After Effects', + category: 'Design', + route: '/library/after-effects.svg', + url: 'https://www.adobe.com/products/aftereffects' }, { - title: "Canva", - category: "Design", - route: "/library/canva.svg", - url: "https://www.canva.com/", + title: 'Canva', + category: 'Design', + route: '/library/canva.svg', + url: 'https://www.canva.com/' }, { - title: "Illustrator", - category: "Design", - route: "/library/illustrator.svg", - url: "https://www.adobe.com/products/illustrator", + title: 'Illustrator', + category: 'Design', + route: '/library/illustrator.svg', + url: 'https://www.adobe.com/products/illustrator' }, { - title: "InDesign", - category: "Design", - route: "/library/indesign.svg", - url: "https://www.adobe.com/products/indesign", + title: 'InDesign', + category: 'Design', + route: '/library/indesign.svg', + url: 'https://www.adobe.com/products/indesign' }, { - title: "Lightroom", - category: "Design", - route: "/library/lightroom.svg", - url: "https://www.adobe.com/products/photoshop-lightroom", + title: 'Lightroom', + category: 'Design', + route: '/library/lightroom.svg', + url: 'https://www.adobe.com/products/photoshop-lightroom' }, { - title: "Photoshop", - category: "Design", - route: "/library/photoshop.svg", - url: "https://www.adobe.com/products/photoshop", + title: 'Photoshop', + category: 'Design', + route: '/library/photoshop.svg', + url: 'https://www.adobe.com/products/photoshop' }, { - title: "Premiere", - category: "Design", - route: "/library/premiere.svg", - url: "https://www.adobe.com/products/premiere", + title: 'Premiere', + category: 'Design', + route: '/library/premiere.svg', + url: 'https://www.adobe.com/products/premiere' }, { - title: "VK", - category: "Social", - route: "/library/vk.svg", - url: "https://vk.com", + title: 'VK', + category: 'Social', + route: '/library/vk.svg', + url: 'https://vk.com' }, { - title: "Hoppscotch", - category: "Software", - route: "/library/hoppscotch.svg", - url: "https://hoppscotch.com", - brandUrl: "https://hoppscotch.com/brand", + title: 'Hoppscotch', + category: 'Software', + route: '/library/hoppscotch.svg', + url: 'https://hoppscotch.com', + brandUrl: 'https://hoppscotch.com/brand' }, { - title: "Opera", - category: "Browser", - route: "/library/opera.svg", - url: "https://www.opera.com", - brandUrl: "https://brand.opera.com/", + title: 'Opera', + category: 'Browser', + route: '/library/opera.svg', + url: 'https://www.opera.com', + brandUrl: 'https://brand.opera.com/' }, { - title: "Salesforce", - category: "Software", - route: "/library/salesforce.svg", - url: "https://www.salesforce.com", - brandUrl: "https://brand.salesforce.com/", + title: 'Salesforce', + category: 'Software', + route: '/library/salesforce.svg', + url: 'https://www.salesforce.com', + brandUrl: 'https://brand.salesforce.com/' }, { - title: "Unreal Engine", - category: "Software", + title: 'Unreal Engine', + category: 'Software', route: { - light: "/library/unreal_engine.svg", - dark: "/library/unreal_engine_dark.svg", + light: '/library/unreal_engine.svg', + dark: '/library/unreal_engine_dark.svg' }, - url: "https://www.unrealengine.com/", + url: 'https://www.unrealengine.com/' }, { - title: "Godot Engine", - category: "Software", - route: "/library/godot_engine.svg", - url: "https://godotengine.org/", + title: 'Godot Engine', + category: 'Software', + route: '/library/godot_engine.svg', + url: 'https://godotengine.org/' }, { - title: "Datadog", - category: "Software", - route: "/library/datadog.svg", - url: "https://www.datadoghq.com/", + title: 'Datadog', + category: 'Software', + route: '/library/datadog.svg', + url: 'https://www.datadoghq.com/' }, { - title: "Tron", - category: "Crypto", - route: "/library/tron.svg", - url: "https://tron.network/", + title: 'Tron', + category: 'Crypto', + route: '/library/tron.svg', + url: 'https://tron.network/' }, { - title: "Randevum", - category: "Software", - route: "/library/randevum.svg", - url: "https://www.randevum.co", + title: 'Randevum', + category: 'Software', + route: '/library/randevum.svg', + url: 'https://www.randevum.co' }, { - title: "Chromium", - category: "Browser", - route: "/library/chromium.svg", - url: "https://www.chromium.org", + title: 'Chromium', + category: 'Browser', + route: '/library/chromium.svg', + url: 'https://www.chromium.org' }, { - title: "Edge", - category: ["Browser", "Microsoft"], - route: "/library/edge.svg", - url: "https://www.microsoft.com/en-us/edge", + title: 'Edge', + category: ['Browser', 'Microsoft'], + route: '/library/edge.svg', + url: 'https://www.microsoft.com/en-us/edge' }, { - title: "Safari", - category: "Browser", - route: "/library/safari.svg", - url: "https://www.apple.com/safari", + title: 'Safari', + category: 'Browser', + route: '/library/safari.svg', + url: 'https://www.apple.com/safari' }, { - title: "Vivaldi", - category: "Browser", - route: "/library/vivaldi.svg", - url: "https://vivaldi.com", + title: 'Vivaldi', + category: 'Browser', + route: '/library/vivaldi.svg', + url: 'https://vivaldi.com' }, { - title: "Beacon", - category: "Software", - route: "/library/Beacon-Logo.svg", - url: "https://www.beacon.com", + title: 'Beacon', + category: 'Software', + route: '/library/Beacon-Logo.svg', + url: 'https://www.beacon.com' }, { - title: "Affinity Designer", - category: "Design", - route: "/library/affinity_designer.svg", - url: "https://affinity.serif.com/en-us/designer/", + title: 'Affinity Designer', + category: 'Design', + route: '/library/affinity_designer.svg', + url: 'https://affinity.serif.com/en-us/designer/' }, { - title: "Affinity Photo", - category: "Software", - route: "/library/affinity_photo.svg", - url: "https://affinity.serif.com/en-us/photo/", + title: 'Affinity Photo', + category: 'Software', + route: '/library/affinity_photo.svg', + url: 'https://affinity.serif.com/en-us/photo/' }, { - title: "Affinity Publisher", - category: "Software", - route: "/library/affinity_publisher.svg", - url: "https://affinity.serif.com/en-us/publisher/", + title: 'Affinity Publisher', + category: 'Software', + route: '/library/affinity_publisher.svg', + url: 'https://affinity.serif.com/en-us/publisher/' }, { - title: "Roblox", - category: "Software", + title: 'Roblox', + category: 'Software', route: { - dark: "/library/roblox.svg", - light: "/library/roblox_light.svg", + dark: '/library/roblox.svg', + light: '/library/roblox_light.svg' }, - url: "https://www.roblox.com/", + url: 'https://www.roblox.com/' }, { - title: "Stately.ai", - category: "Software", + title: 'Stately.ai', + category: 'Software', route: { - light: "/library/stately.svg", - dark: "/library/stately_dark.svg", + light: '/library/stately.svg', + dark: '/library/stately_dark.svg' }, - url: "https://stately.ai/", + url: 'https://stately.ai/' }, { - title: "XState", - category: "Library", + title: 'XState', + category: 'Library', route: { - light: "/library/xstate.svg", - dark: "/library/xstate_dark.svg", + light: '/library/xstate.svg', + dark: '/library/xstate_dark.svg' }, - url: "https://github.com/statelyai/xstate", + url: 'https://github.com/statelyai/xstate' }, { - title: "Hashnode", - category: "Social", - route: "/library/hashnode.svg", - url: "https://hashnode.com", + title: 'Hashnode', + category: 'Social', + route: '/library/hashnode.svg', + url: 'https://hashnode.com' }, { - title: "Rowy", - category: "CMS", - route: "/library/rowy.svg", - url: "https://www.rowy.io/", + title: 'Rowy', + category: 'CMS', + route: '/library/rowy.svg', + url: 'https://www.rowy.io/' }, { - title: "Cal.com", - category: "Software", + title: 'Cal.com', + category: 'Software', route: { - light: "/library/cal.svg", - dark: "/library/cal_dark.svg", + light: '/library/cal.svg', + dark: '/library/cal_dark.svg' }, - url: "https://cal.com", - brandUrl: "https://design.cal.com/", + url: 'https://cal.com', + brandUrl: 'https://design.cal.com/' }, { - title: "Calendly", - category: "Software", - route: "/library/calendly.svg", - url: "https://calendly.com/", + title: 'Calendly', + category: 'Software', + route: '/library/calendly.svg', + url: 'https://calendly.com/' }, { - title: "Patreon", - category: "Social", + title: 'Patreon', + category: 'Social', route: { - light: "/library/patreon.svg", - dark: "/library/patreon_dark.svg", + light: '/library/patreon.svg', + dark: '/library/patreon_dark.svg' }, - url: "https://www.patreon.com/", + url: 'https://www.patreon.com/' }, { - title: "Peerlist", - category: "Social", - route: "/library/peerlist.svg", - url: "https://www.peerlist.io/", + title: 'Peerlist', + category: 'Social', + route: '/library/peerlist.svg', + url: 'https://www.peerlist.io/' }, { - title: "Product Hunt", - category: "Software", - route: "/library/producthunt.svg", - url: "https://www.producthunt.com/", + title: 'Product Hunt', + category: 'Software', + route: '/library/producthunt.svg', + url: 'https://www.producthunt.com/' }, { - title: "Remotion", - category: "Framework", - route: "/library/remotion.svg", - url: "https://www.remotion.dev/", + title: 'Remotion', + category: 'Framework', + route: '/library/remotion.svg', + url: 'https://www.remotion.dev/' }, { - title: "Warp", - category: "Software", - route: "/library/warp.svg", - url: "https://www.warp.dev/", + title: 'Warp', + category: 'Software', + route: '/library/warp.svg', + url: 'https://www.warp.dev/' }, { - title: "SST", - category: "Framework", - route: "/library/sst.svg", - url: "https://sst.dev/", + title: 'SST', + category: 'Framework', + route: '/library/sst.svg', + url: 'https://sst.dev/' }, { - title: "Documenso", - category: "Software", + title: 'Documenso', + category: 'Software', route: { - light: "/library/documenso.svg", - dark: "/library/documenso_dark.svg", + light: '/library/documenso.svg', + dark: '/library/documenso_dark.svg' }, - url: "https://documenso.com", + url: 'https://documenso.com' }, { - title: "Bash", - category: "Language", + title: 'Bash', + category: 'Language', route: { - light: "/library/bash.svg", - dark: "/library/bash_dark.svg", + light: '/library/bash.svg', + dark: '/library/bash_dark.svg' }, - url: "https://www.gnu.org/software/bash/", + url: 'https://www.gnu.org/software/bash/' }, { - title: "C", - category: "Language", - route: "/library/c.svg", - url: "https://en.wikipedia.org/wiki/C_(programming_language)", + title: 'C', + category: 'Language', + route: '/library/c.svg', + url: 'https://en.wikipedia.org/wiki/C_(programming_language)' }, { - title: "C++", - category: "Language", - route: "/library/c-plusplus.svg", - url: "https://en.wikipedia.org/wiki/C%2B%2B", + title: 'C++', + category: 'Language', + route: '/library/c-plusplus.svg', + url: 'https://en.wikipedia.org/wiki/C%2B%2B' }, { - title: "Cobol", - category: "Language", - route: "/library/cobol.svg", - url: "https://en.wikipedia.org/wiki/COBOL", + title: 'Cobol', + category: 'Language', + route: '/library/cobol.svg', + url: 'https://en.wikipedia.org/wiki/COBOL' }, { - title: "Fortran", - category: "Language", - route: "/library/fortran.svg", - url: "https://fortran-lang.org/", + title: 'Fortran', + category: 'Language', + route: '/library/fortran.svg', + url: 'https://fortran-lang.org/' }, { - title: "Haskell", - category: "Language", - route: "/library/haskell.svg", - url: "https://www.haskell.org/", + title: 'Haskell', + category: 'Language', + route: '/library/haskell.svg', + url: 'https://www.haskell.org/' }, { - title: "matlab", - category: "Language", - route: "/library/matlab.svg", - url: "https://www.mathworks.com/products/matlab.html", + title: 'matlab', + category: 'Language', + route: '/library/matlab.svg', + url: 'https://www.mathworks.com/products/matlab.html' }, { - title: "R", - category: "Language", + title: 'R', + category: 'Language', route: { - light: "/library/r.svg", - dark: "/library/r_dark.svg", + light: '/library/r.svg', + dark: '/library/r_dark.svg' }, - url: "https://www.r-project.org/", + url: 'https://www.r-project.org/' }, { - title: "Rust", - category: "Language", + title: 'Rust', + category: 'Language', route: { - light: "/library/rust.svg", - dark: "/library/rust_dark.svg", + light: '/library/rust.svg', + dark: '/library/rust_dark.svg' }, - url: "https://www.rust-lang.org/", + url: 'https://www.rust-lang.org/' }, { - title: "Zig", - category: "Language", - route: "/library/zig.svg", - url: "https://ziglang.org/", + title: 'Zig', + category: 'Language', + route: '/library/zig.svg', + url: 'https://ziglang.org/' }, { - title: "Instatus", - category: "Software", + title: 'Instatus', + category: 'Software', route: { - light: "/library/instatus.svg", - dark: "/library/instatus_dark.svg", + light: '/library/instatus.svg', + dark: '/library/instatus_dark.svg' }, - url: "https://instatus.com", + url: 'https://instatus.com' }, { - title: "Front", - category: "Software", - route: "/library/front.svg", - url: "https://front.com", + title: 'Front', + category: 'Software', + route: '/library/front.svg', + url: 'https://front.com' }, { - title: "Monero", - category: "Crypto", - route: "/library/monero.svg", - url: "https://www.getmonero.org/", + title: 'Monero', + category: 'Crypto', + route: '/library/monero.svg', + url: 'https://www.getmonero.org/' }, { - title: "Axiom", - category: "Software", + title: 'Axiom', + category: 'Software', route: { - dark: "/library/axiom-dark.svg", - light: "/library/axiom-light.svg", + dark: '/library/axiom-dark.svg', + light: '/library/axiom-light.svg' }, wordmark: { - light: "/library/axiom-wordmark-light.svg", - dark: "/library/axiom-wordmark-dark.svg", + light: '/library/axiom-wordmark-light.svg', + dark: '/library/axiom-wordmark-dark.svg' }, - url: "https://axiom.co/", + url: 'https://axiom.co/' }, { - title: "Django", - category: "Framework", - route: "/library/django.svg", - url: "https://www.djangoproject.com/", - brandUrl: "https://www.djangoproject.com/community/logos/", + title: 'Django', + category: 'Framework', + route: '/library/django.svg', + url: 'https://www.djangoproject.com/', + brandUrl: 'https://www.djangoproject.com/community/logos/' }, { - title: "Zeabur", - category: "Hosting", + title: 'Zeabur', + category: 'Hosting', route: { - light: "/library/zeabur-light.svg", - dark: "/library/zeabur-dark.svg", + light: '/library/zeabur-light.svg', + dark: '/library/zeabur-dark.svg' }, wordmark: { - light: "/library/zeabur_wordmark_light.svg", - dark: "/library/zeabur_wordmark_dark.svg", + light: '/library/zeabur_wordmark_light.svg', + dark: '/library/zeabur_wordmark_dark.svg' }, - url: "https://zeabur.com/", + url: 'https://zeabur.com/' }, { - title: "MetaMask", - category: "Crypto", - route: "/library/metamask.svg", - url: "https://metamask.io/", + title: 'MetaMask', + category: 'Crypto', + route: '/library/metamask.svg', + url: 'https://metamask.io/' }, { - title: "shadcn/ui", - category: "Library", + title: 'shadcn/ui', + category: 'Library', route: { - light: "/library/shadcn-ui.svg", - dark: "/library/shadcn-ui_dark.svg", + light: '/library/shadcn-ui.svg', + dark: '/library/shadcn-ui_dark.svg' }, - url: "https://ui.shadcn.com/", + url: 'https://ui.shadcn.com/' }, { - title: "putio", - category: "Software", - route: "/library/putio.svg", - url: "https://put.io/", + title: 'putio', + category: 'Software', + route: '/library/putio.svg', + url: 'https://put.io/' }, { - title: "Pinterest", - category: "Social", - route: "/library/pinterest.svg", - url: "https://pinterest.com/", + title: 'Pinterest', + category: 'Social', + route: '/library/pinterest.svg', + url: 'https://pinterest.com/' }, { - title: "Reflex", - category: "Software", + title: 'Reflex', + category: 'Software', route: { - light: "/library/reflex-dark.svg", - dark: "/library/reflex-light.svg", + light: '/library/reflex-dark.svg', + dark: '/library/reflex-light.svg' }, - url: "https://reflex.dev/", + url: 'https://reflex.dev/' }, { - title: "Linux", - category: "Software", - route: "/library/linux.svg", - url: "https://www.linux.org/", + title: 'Linux', + category: 'Software', + route: '/library/linux.svg', + url: 'https://www.linux.org/' }, { - title: "XD", - category: "Design", - route: "/library/adobe-xd.svg", - url: "https://www.adobe.com/products/xd", + title: 'XD', + category: 'Design', + route: '/library/adobe-xd.svg', + url: 'https://www.adobe.com/products/xd' }, { - title: "Axure", - category: "Design", - route: "/library/axure.svg", - url: "https://www.axure.com/", + title: 'Axure', + category: 'Design', + route: '/library/axure.svg', + url: 'https://www.axure.com/' }, { - title: "Penpot", - category: "Design", + title: 'Penpot', + category: 'Design', route: { - light: "/library/penpot.svg", - dark: "/library/penpot_dark.svg", + light: '/library/penpot.svg', + dark: '/library/penpot_dark.svg' }, - url: "https://penpot.app/", + url: 'https://penpot.app/' }, { - title: "Sketch", - category: "Design", + title: 'Sketch', + category: 'Design', route: { - light: "/library/sketch_light.svg", - dark: "/library/sketch.svg", + light: '/library/sketch_light.svg', + dark: '/library/sketch.svg' }, - url: "https://www.sketch.com/", + url: 'https://www.sketch.com/' }, { - title: "Gimp", - category: "Design", - route: "/library/gimp.svg", - url: "https://www.gimp.org/", + title: 'Gimp', + category: 'Design', + route: '/library/gimp.svg', + url: 'https://www.gimp.org/' }, { - title: "Ubuntu", - category: "Software", - route: "/library/ubuntu.svg", - url: "https://ubuntu.com/", - brandUrl: "https://design.ubuntu.com/brand", + title: 'Ubuntu', + category: 'Software', + route: '/library/ubuntu.svg', + url: 'https://ubuntu.com/', + brandUrl: 'https://design.ubuntu.com/brand' }, { - title: "Cypress", - category: "Framework", - route: "/library/cypress.svg", - url: "https://www.cypress.io/", + title: 'Cypress', + category: 'Framework', + route: '/library/cypress.svg', + url: 'https://www.cypress.io/' }, { - title: "Reddit", - category: "Social", - route: "/library/reddit.svg", - url: "https://www.reddit.com/", - brandUrl: "https://redditinc.com/brand", + title: 'Reddit', + category: 'Social', + route: '/library/reddit.svg', + url: 'https://www.reddit.com/', + brandUrl: 'https://redditinc.com/brand' }, { - title: "JetBrains WebStorm", - category: "Software", - route: "/library/webstorm.svg", - url: "https://www.jetbrains.com/webstorm/", + title: 'JetBrains WebStorm', + category: 'Software', + route: '/library/webstorm.svg', + url: 'https://www.jetbrains.com/webstorm/' }, { - title: "JetBrains PyCharm", - category: "Software", - route: "/library/pycharm.svg", - url: "https://www.jetbrains.com/pycharm/", + title: 'JetBrains PyCharm', + category: 'Software', + route: '/library/pycharm.svg', + url: 'https://www.jetbrains.com/pycharm/' }, { - title: "JetBrains Fleet", - category: "Software", - route: "/library/fleet.svg", - url: "https://www.jetbrains.com/fleet/", + title: 'JetBrains Fleet', + category: 'Software', + route: '/library/fleet.svg', + url: 'https://www.jetbrains.com/fleet/' }, { - title: "JetBrains RubyMine", - category: "Software", - route: "/library/rubymine.svg", - url: "https://www.jetbrains.com/ruby/", + title: 'JetBrains RubyMine', + category: 'Software', + route: '/library/rubymine.svg', + url: 'https://www.jetbrains.com/ruby/' }, { - title: "JetBrains PhpStorm", - category: "Software", - route: "/library/phpstorm.svg", - url: "https://www.jetbrains.com/phpstorm/", + title: 'JetBrains PhpStorm', + category: 'Software', + route: '/library/phpstorm.svg', + url: 'https://www.jetbrains.com/phpstorm/' }, { - title: "Monkeytype", - category: "Software", - route: "/library/monkeytype.svg", + title: 'Monkeytype', + category: 'Software', + route: '/library/monkeytype.svg', wordmark: { - dark: "/library/monkeytype-wordmark-dark.svg", - light: "/library/monkeytype-wordmark-light.svg", + dark: '/library/monkeytype-wordmark-dark.svg', + light: '/library/monkeytype-wordmark-light.svg' }, - url: "https://monkeytype.com/", + url: 'https://monkeytype.com/' }, { - title: "PyCharm", - category: "Software", - route: "/library/pycharm.svg", - url: "https://www.jetbrains.com/pycharm/", + title: 'PyCharm', + category: 'Software', + route: '/library/pycharm.svg', + url: 'https://www.jetbrains.com/pycharm/' }, { - title: "Shopify", - category: "CMS", - route: "/library/shopify.svg", + title: 'Shopify', + category: 'CMS', + route: '/library/shopify.svg', wordmark: { - dark: "/library/shopify-wordmark-dark.svg", - light: "/library/shopify-wordmark-light.svg", + dark: '/library/shopify-wordmark-dark.svg', + light: '/library/shopify-wordmark-light.svg' }, - url: "https://www.shopify.com", - brandUrl: "https://www.shopify.com/brand-assets", + url: 'https://www.shopify.com', + brandUrl: 'https://www.shopify.com/brand-assets' }, { - title: "Webflow", - category: "CMS", - route: "/library/webflow.svg", + title: 'Webflow', + category: 'CMS', + route: '/library/webflow.svg', wordmark: { - dark: "/library/webflow-wordmark-dark.svg", - light: "/library/webflow-wordmark-light.svg", + dark: '/library/webflow-wordmark-dark.svg', + light: '/library/webflow-wordmark-light.svg' }, - url: "https://www.webflow.com", - brandUrl: "https://brand-at.webflow.io/resources", + url: 'https://www.webflow.com', + brandUrl: 'https://brand-at.webflow.io/resources' }, { - title: "sky", - category: "Entertainment", - route: "/library/sky.svg", - url: "https://www.sky.com", + title: 'sky', + category: 'Entertainment', + route: '/library/sky.svg', + url: 'https://www.sky.com' }, { - title: "Airbnb", - category: "Software", - route: "/library/airbnb.svg", - wordmark: "/library/airbnb-wordmark.svg", - url: "https://www.airbnb.com", + title: 'Airbnb', + category: 'Software', + route: '/library/airbnb.svg', + wordmark: '/library/airbnb-wordmark.svg', + url: 'https://www.airbnb.com' }, { - title: "Uber", - category: "Software", + title: 'Uber', + category: 'Software', route: { - light: "/library/uber_light.svg", - dark: "/library/uber_dark.svg", + light: '/library/uber_light.svg', + dark: '/library/uber_dark.svg' }, - url: "https://www.uber.com", - brandUrl: "https://brand.uber.com/", + url: 'https://www.uber.com', + brandUrl: 'https://brand.uber.com/' }, { - title: "Gmail", - category: ["Google", "Software"], - route: "/library/gmail.svg", - url: "https://www.gmail.com", + title: 'Gmail', + category: ['Google', 'Software'], + route: '/library/gmail.svg', + url: 'https://www.gmail.com' }, { - title: "Microsoft Outlook", - category: ["Software", "Microsoft"], - route: "/library/microsoft-outlook.svg", - url: "https://www.microsoft.com/microsoft-365/outlook/email-and-calendar-software-application", + title: 'Microsoft Outlook', + category: ['Software', 'Microsoft'], + route: '/library/microsoft-outlook.svg', + url: 'https://www.microsoft.com/microsoft-365/outlook/email-and-calendar-software-application' }, { - title: "Slack", - category: "Software", - route: "/library/slack.svg", - wordmark: "/library/slack-wordmark.svg", - url: "https://www.slack.com", + title: 'Slack', + category: 'Software', + route: '/library/slack.svg', + wordmark: '/library/slack-wordmark.svg', + url: 'https://www.slack.com' }, { - title: "Snapchat", - category: "Software", - route: "/library/snapchat.svg", - url: "https://www.snapchat.com", + title: 'Snapchat', + category: 'Software', + route: '/library/snapchat.svg', + url: 'https://www.snapchat.com' }, { - title: "Ebay", - category: "Software", - route: "/library/ebay.svg", - url: "https://www.ebay.com", + title: 'Ebay', + category: 'Software', + route: '/library/ebay.svg', + url: 'https://www.ebay.com' }, { - title: "IBM", - category: "Software", - route: "/library/ibm.svg", - url: "https://www.ibm.com", + title: 'IBM', + category: 'Software', + route: '/library/ibm.svg', + url: 'https://www.ibm.com' }, { - title: "TrustPilot", - category: "Software", - route: "/library/trustpilot.svg", - url: "https://www.trustpilot.com", + title: 'TrustPilot', + category: 'Software', + route: '/library/trustpilot.svg', + url: 'https://www.trustpilot.com' }, { - title: "Raycast", - category: "Software", - route: "/library/raycast.svg", + title: 'Raycast', + category: 'Software', + route: '/library/raycast.svg', wordmark: { - light: "/library/raycast-wordmark-light.svg", - dark: "/library/raycast-wordmark-dark.svg", + light: '/library/raycast-wordmark-light.svg', + dark: '/library/raycast-wordmark-dark.svg' }, - url: "https://raycast.com/", + url: 'https://raycast.com/' }, { - title: "Flow Launcher", - category: ["Software", "Devtool"], - route: "/library/FlowLauncher.svg", - url: "https://www.flowlauncher.com/", + title: 'Flow Launcher', + category: ['Software', 'Devtool'], + route: '/library/FlowLauncher.svg', + url: 'https://www.flowlauncher.com/' }, { - title: "Hack The Box", - category: "Cybersecurity", - route: "/library/hack-the-box.svg", + title: 'Hack The Box', + category: 'Cybersecurity', + route: '/library/hack-the-box.svg', wordmark: { - light: "/library/hack-the-box-wordmark-light.svg", - dark: "/library/hack-the-box-wordmark-dark.svg", + light: '/library/hack-the-box-wordmark-light.svg', + dark: '/library/hack-the-box-wordmark-dark.svg' }, - url: "https://www.hackthebox.com/", + url: 'https://www.hackthebox.com/' }, { - title: "Procure", - category: "Marketplace", - route: "/library/procure.svg", - url: "https://procure.biz/", + title: 'Procure', + category: 'Marketplace', + route: '/library/procure.svg', + url: 'https://procure.biz/' }, { - title: "Julia", - category: "Language", - route: "/library/julia.svg", - url: "https://julialang.org/", + title: 'Julia', + category: 'Language', + route: '/library/julia.svg', + url: 'https://julialang.org/' }, { - title: "SWC", - category: "Compiler", - route: "/library/swc.svg", - url: "https://swc.rs/", + title: 'SWC', + category: 'Compiler', + route: '/library/swc.svg', + url: 'https://swc.rs/' }, { - title: "PlayStation", - category: "Software", - route: "/library/playstation.svg", - url: "https://www.playstation.com/", + title: 'PlayStation', + category: 'Software', + route: '/library/playstation.svg', + url: 'https://www.playstation.com/' }, { - title: "Xbox", - category: "Software", - route: "/library/xbox.svg", - url: "https://www.xbox.com/", + title: 'Xbox', + category: 'Software', + route: '/library/xbox.svg', + url: 'https://www.xbox.com/' }, { - title: "Cody", - category: "AI", - route: "/library/cody.svg", - url: "https://about.sourcegraph.com/", + title: 'Cody', + category: 'AI', + route: '/library/cody.svg', + url: 'https://about.sourcegraph.com/' }, { - title: "Sourcegraph", - category: "AI", - route: "/library/sourcegraph.svg", - url: "https://about.sourcegraph.com/", + title: 'Sourcegraph', + category: 'AI', + route: '/library/sourcegraph.svg', + url: 'https://about.sourcegraph.com/' }, { - title: "Perplexity AI", - category: "AI", - route: "/library/perplexity.svg", + title: 'Perplexity AI', + category: 'AI', + route: '/library/perplexity.svg', wordmark: { - light: "/library/perplexity_wordmark_light.svg", - dark: "/library/perplexity_wordmark_dark.svg", + light: '/library/perplexity_wordmark_light.svg', + dark: '/library/perplexity_wordmark_dark.svg' }, - url: "https://perplexity.ai/", + url: 'https://perplexity.ai/' }, { - title: "Spring", - category: "Framework", - route: "/library/spring.svg", - wordmark: "/library/spring-wordmark.svg", - url: "https://spring.io/", + title: 'Spring', + category: 'Framework', + route: '/library/spring.svg', + wordmark: '/library/spring-wordmark.svg', + url: 'https://spring.io/' }, { - title: "Directus", - category: "CMS", - route: "/library/directus.svg", - url: "https://directus.io/", + title: 'Directus', + category: 'CMS', + route: '/library/directus.svg', + url: 'https://directus.io/' }, { - title: "Pnpm", - category: "Software", + title: 'Pnpm', + category: 'Software', route: { - light: "/library/pnpm.svg", - dark: "/library/pnpm_dark.svg", + light: '/library/pnpm.svg', + dark: '/library/pnpm_dark.svg' }, wordmark: { - light: "/library/pnpm_wordmark_light.svg", - dark: "/library/pnpm_wordmark_dark.svg", + light: '/library/pnpm_wordmark_light.svg', + dark: '/library/pnpm_wordmark_dark.svg' }, - url: "https://pnpm.io/", + url: 'https://pnpm.io/' }, { - title: "Emacs", - category: "Software", - route: "/library/emacs.svg", - url: "https://www.gnu.org/software/emacs/", + title: 'Emacs', + category: 'Software', + route: '/library/emacs.svg', + url: 'https://www.gnu.org/software/emacs/' }, { - title: "Svgl", - category: "Library", - route: "/library/svgl.svg", - url: "https://svgl.app", + title: 'Svgl', + category: 'Library', + route: '/library/svgl.svg', + url: 'https://svgl.app' }, { - title: "Google Idx", - category: ["Software", "Google"], - route: "/library/google-idx.svg", - url: "https://idx.dev/", + title: 'Google Idx', + category: ['Software', 'Google'], + route: '/library/google-idx.svg', + url: 'https://idx.dev/' }, { - title: "Remix", - category: "Framework", + title: 'Remix', + category: 'Framework', route: { - light: "/library/remix_light.svg", - dark: "/library/remix_dark.svg", + light: '/library/remix_light.svg', + dark: '/library/remix_dark.svg' }, wordmark: { - light: "/library/remix_wordmark_light.svg", - dark: "/library/remix_wordmark_dark.svg", + light: '/library/remix_wordmark_light.svg', + dark: '/library/remix_wordmark_dark.svg' }, - url: "https://remix.run/", - brandUrl: "https://remix.run/brand", + url: 'https://remix.run/', + brandUrl: 'https://remix.run/brand' }, { - title: "Steam", - category: "Software", - route: "/library/steam.svg", - url: "https://store.steampowered.com/", + title: 'Steam', + category: 'Software', + route: '/library/steam.svg', + url: 'https://store.steampowered.com/' }, { - title: "Epic Games", - category: [ - "Entertainment", - "Platform", - "Software", - "Marketplace", - "Devtool", - ], + title: 'Epic Games', + category: ['Entertainment', 'Platform', 'Software', 'Marketplace', 'Devtool'], route: { - light: "/library/epicgames-icon-light.svg", - dark: "/library/epicgames-icon-dark.svg", + light: '/library/epicgames-icon-light.svg', + dark: '/library/epicgames-icon-dark.svg' }, - url: "https://www.epicgames.com/", + url: 'https://www.epicgames.com/' }, { - title: "Tabby", - category: "Software", - route: "/library/tabby.svg", - url: "https://tabby.sh/", + title: 'Tabby', + category: 'Software', + route: '/library/tabby.svg', + url: 'https://tabby.sh/' }, { - title: "1Password", - category: "Software", + title: '1Password', + category: 'Software', route: { - light: "/library/1password-light.svg", - dark: "/library/1password-dark.svg", + light: '/library/1password-light.svg', + dark: '/library/1password-dark.svg' }, - url: "https://1password.com", + url: 'https://1password.com' }, { - title: "Flask", - category: "Framework", + title: 'Flask', + category: 'Framework', route: { - light: "/library/flask-light.svg", - dark: "/library/flask-dark.svg", + light: '/library/flask-light.svg', + dark: '/library/flask-dark.svg' }, wordmark: { - light: "/library/flask-wordmark-light.svg", - dark: "/library/flask-wordmark-dark.svg", + light: '/library/flask-wordmark-light.svg', + dark: '/library/flask-wordmark-dark.svg' }, - url: "https://flask.palletsprojects.com/", + url: 'https://flask.palletsprojects.com/' }, { - title: "Alacritty", - category: "Software", - route: "/library/alacritty.svg", - url: "https://alacritty.org", + title: 'Alacritty', + category: 'Software', + route: '/library/alacritty.svg', + url: 'https://alacritty.org' }, { - title: "Qt", - category: "Software", - route: "/library/qt.svg", - url: "https://www.qt.io/", + title: 'Qt', + category: 'Software', + route: '/library/qt.svg', + url: 'https://www.qt.io/' }, { - title: "Bitwarden", - category: ["Software", "Authentication"], - route: "/library/bitwarden.svg", - url: "https://bitwarden.com/", - brandUrl: "https://bitwarden.com/brand/", + title: 'Bitwarden', + category: ['Software', 'Authentication'], + route: '/library/bitwarden.svg', + url: 'https://bitwarden.com/', + brandUrl: 'https://bitwarden.com/brand/' }, { - title: "Voicemod", - category: "Entertainment", + title: 'Voicemod', + category: 'Entertainment', route: { - light: "/library/voicemod_light.svg", - dark: "/library/voicemod_dark.svg", + light: '/library/voicemod_light.svg', + dark: '/library/voicemod_dark.svg' }, - url: "https://voicemod.net/", + url: 'https://voicemod.net/' }, { - title: "Neovim", - category: "Software", - route: "/library/neovim.svg", - url: "https://neovim.io/", + title: 'Neovim', + category: 'Software', + route: '/library/neovim.svg', + url: 'https://neovim.io/' }, { - title: "Pitch", - category: "Design", - route: "/library/pitch.svg", - url: "https://pitch.com", + title: 'Pitch', + category: 'Design', + route: '/library/pitch.svg', + url: 'https://pitch.com' }, { - title: "Biomejs", - category: "Compiler", - route: "/library/biomejs.svg", - url: "https://biomejs.dev/", + title: 'Biomejs', + category: 'Compiler', + route: '/library/biomejs.svg', + url: 'https://biomejs.dev/' }, { - title: "Gradio", - category: "Software", - route: "/library/gradio.svg", - url: "https://www.gradio.app/", + title: 'Gradio', + category: 'Software', + route: '/library/gradio.svg', + url: 'https://www.gradio.app/' }, { - title: "Meta", - category: "Social", - route: "/library/meta.svg", - url: "https://about.meta.com/es/", - brandUrl: "https://about.meta.com/brand/resources/", + title: 'Meta', + category: 'Social', + route: '/library/meta.svg', + url: 'https://about.meta.com/es/', + brandUrl: 'https://about.meta.com/brand/resources/' }, { - title: "Stability AI", - category: "AI", - route: "/library/stability-ai.svg", - url: "https://stability.ai/", + title: 'Stability AI', + category: 'AI', + route: '/library/stability-ai.svg', + url: 'https://stability.ai/' }, { - title: "Google PaLM", - category: ["AI", "Google"], - route: "/library/google-palm.svg", - url: "https://ai.google/discover/palm2/", + title: 'Google PaLM', + category: ['AI', 'Google'], + route: '/library/google-palm.svg', + url: 'https://ai.google/discover/palm2/' }, { - title: "Android", - category: "Software", - route: "/library/android-icon.svg", - url: "https://www.android.com/", + title: 'Android', + category: 'Software', + route: '/library/android-icon.svg', + url: 'https://www.android.com/' }, { - title: "Sentry", - category: "Software", - route: "/library/sentry.svg", - url: "https://sentry.io/", - brandUrl: "https://sentry.io/branding/", + title: 'Sentry', + category: 'Software', + route: '/library/sentry.svg', + url: 'https://sentry.io/', + brandUrl: 'https://sentry.io/branding/' }, { - title: "Grafana", - category: "Software", - route: "/library/grafana.svg", - url: "https://grafana.com/", + title: 'Grafana', + category: 'Software', + route: '/library/grafana.svg', + url: 'https://grafana.com/' }, { - title: "Notion", - category: "Software", - route: "/library/notion.svg", - url: "https://notion.so/", + title: 'Notion', + category: 'Software', + route: '/library/notion.svg', + url: 'https://notion.so/' }, { - title: "Litecoin", - category: "Crypto", - route: "/library/litecoin.svg", - url: "https://litecoin.org/", + title: 'Litecoin', + category: 'Crypto', + route: '/library/litecoin.svg', + url: 'https://litecoin.org/' }, { - title: "ElysiaJS", - category: "Framework", - route: "/library/elysiajs.svg", - url: "https://elysiajs.com/", + title: 'ElysiaJS', + category: 'Framework', + route: '/library/elysiajs.svg', + url: 'https://elysiajs.com/' }, { - title: "TensorFlow", - category: "Library", + title: 'TensorFlow', + category: 'Library', route: { - light: "/library/tensorflow-icon-light.svg", - dark: "/library/tensorflow-icon-dark.svg", + light: '/library/tensorflow-icon-light.svg', + dark: '/library/tensorflow-icon-dark.svg' }, wordmark: { - light: "/library/tensorflow-wordmark-light.svg", - dark: "/library/tensorflow-wordmark-dark.svg", + light: '/library/tensorflow-wordmark-light.svg', + dark: '/library/tensorflow-wordmark-dark.svg' }, - url: "https://www.tensorflow.org/", - brandUrl: - "https://www.tensorflow.org/extras/tensorflow_brand_guidelines.pdf", + url: 'https://www.tensorflow.org/', + brandUrl: 'https://www.tensorflow.org/extras/tensorflow_brand_guidelines.pdf' }, { - title: "Midday", - category: "AI", - route: "/library/midday.svg", - url: "https://midday.ai/", + title: 'Midday', + category: 'AI', + route: '/library/midday.svg', + url: 'https://midday.ai/' }, { - title: "C#", - category: ["Language", "Microsoft"], - route: "/library/csharp.svg", - url: "https://dotnet.microsoft.com/languages/csharp", + title: 'C#', + category: ['Language', 'Microsoft'], + route: '/library/csharp.svg', + url: 'https://dotnet.microsoft.com/languages/csharp' }, { - title: "Replicate", - category: "AI", + title: 'Replicate', + category: 'AI', route: { - light: "/library/replicate_light.svg", - dark: "/library/replicate_dark.svg", + light: '/library/replicate_light.svg', + dark: '/library/replicate_dark.svg' }, wordmark: { - light: "/library/replicate-wordmark_light.svg", - dark: "/library/replicate-wordmark_dark.svg", + light: '/library/replicate-wordmark_light.svg', + dark: '/library/replicate-wordmark_dark.svg' }, - url: "https://replicate.com/", + url: 'https://replicate.com/' }, { - title: "Markdown", - category: "Language", + title: 'Markdown', + category: 'Language', route: { - light: "/library/markdown-light.svg", - dark: "/library/markdown-dark.svg", + light: '/library/markdown-light.svg', + dark: '/library/markdown-dark.svg' }, - url: "https://www.markdownguide.org/", + url: 'https://www.markdownguide.org/' }, { - title: "Radix UI", - category: "Library", + title: 'Radix UI', + category: 'Library', route: { - light: "/library/radix-ui_light.svg", - dark: "/library/radix-ui_dark.svg", + light: '/library/radix-ui_light.svg', + dark: '/library/radix-ui_dark.svg' }, - url: "https://www.radix-ui.com/", + url: 'https://www.radix-ui.com/' }, { - title: "Web.dev", - category: "Education", - route: "/library/webdev.svg", - url: "https://web.dev/", + title: 'Web.dev', + category: 'Education', + route: '/library/webdev.svg', + url: 'https://web.dev/' }, { - title: "SWR", - category: "Library", + title: 'SWR', + category: 'Library', route: { - light: "/library/swr-light.svg", - dark: "/library/swr-dark.svg", + light: '/library/swr-light.svg', + dark: '/library/swr-dark.svg' }, - url: "https://swr.vercel.app/", + url: 'https://swr.vercel.app/' }, { - title: "Refine", - category: "Framework", + title: 'Refine', + category: 'Framework', route: { - light: "/library/refine_dark.svg", - dark: "/library/refine_light.svg", + light: '/library/refine_dark.svg', + dark: '/library/refine_light.svg' }, - url: "https://refine.dev/", + url: 'https://refine.dev/' }, { - title: "Youtube Music", - category: ["Google", "Music"], - route: "/library/youtube_music.svg", + title: 'Youtube Music', + category: ['Google', 'Music'], + route: '/library/youtube_music.svg', wordmark: { - light: "/library/youtube_music_wordmark_light.svg", - dark: "/library/youtube_music_wordmark_dark.svg", + light: '/library/youtube_music_wordmark_light.svg', + dark: '/library/youtube_music_wordmark_dark.svg' }, - url: "https://music.youtube.com/", + url: 'https://music.youtube.com/' }, { - title: "TIDAL", - category: "Music", + title: 'TIDAL', + category: 'Music', route: { - light: "/library/tidal_light.svg", - dark: "/library/tidal_dark.svg", + light: '/library/tidal_light.svg', + dark: '/library/tidal_dark.svg' }, wordmark: { - light: "/library/tidal_wordmark_light.svg", - dark: "/library/tidal_wordmark_dark.svg", + light: '/library/tidal_wordmark_light.svg', + dark: '/library/tidal_wordmark_dark.svg' }, - url: "https://tidal.com/", + url: 'https://tidal.com/' }, { - title: "OBS", - category: "Software", - route: "/library/obs.svg", - url: "https://obsproject.com/", + title: 'OBS', + category: 'Software', + route: '/library/obs.svg', + url: 'https://obsproject.com/' }, { - title: "Stack Overflow", - category: "Software", - route: "/library/stackoverflow.svg", - wordmark: "/library/stackoverflow_wordmark.svg", - url: "https://stackoverflow.com/", - brandUrl: "https://stackoverflow.design/brand/", + title: 'Stack Overflow', + category: 'Software', + route: '/library/stackoverflow.svg', + wordmark: '/library/stackoverflow_wordmark.svg', + url: 'https://stackoverflow.com/', + brandUrl: 'https://stackoverflow.design/brand/' }, { - title: "TikTok", - category: "Social", + title: 'TikTok', + category: 'Social', route: { - light: "/library/tiktok-icon-light.svg", - dark: "/library/tiktok-icon-dark.svg", + light: '/library/tiktok-icon-light.svg', + dark: '/library/tiktok-icon-dark.svg' }, wordmark: { - light: "/library/tiktok-wordmark-light.svg", - dark: "/library/tiktok-wordmark-dark.svg", + light: '/library/tiktok-wordmark-light.svg', + dark: '/library/tiktok-wordmark-dark.svg' }, - url: "https://www.tiktok.com", + url: 'https://www.tiktok.com' }, { - title: "Ngrok", - category: "Software", + title: 'Ngrok', + category: 'Software', route: { - dark: "/library/ngrok-dark.svg", - light: "/library/ngrok-light.svg", + dark: '/library/ngrok-dark.svg', + light: '/library/ngrok-light.svg' }, - url: "https://ngrok.com", + url: 'https://ngrok.com' }, { - title: "Lemon Squeezy", - category: "Software", - route: "/library/lemonsqueezy.svg", - url: "https://www.lemonsqueezy.com", + title: 'Lemon Squeezy', + category: 'Software', + route: '/library/lemonsqueezy.svg', + url: 'https://www.lemonsqueezy.com' }, { - title: "Asana", - category: "Software", - route: "/library/asana-logo.svg", + title: 'Asana', + category: 'Software', + route: '/library/asana-logo.svg', wordmark: { - dark: "/library/asana-wordmark-dark.svg", - light: "/library/asana-wordmark-light.svg", + dark: '/library/asana-wordmark-dark.svg', + light: '/library/asana-wordmark-light.svg' }, - url: "https://asana.com", + url: 'https://asana.com' }, { - title: "UpLeveled", - category: "Education", - route: "/library/upleveled.svg", - wordmark: "/library/upleveled-wordmark.svg", - url: "https://upleveled.io/", + title: 'UpLeveled', + category: 'Education', + route: '/library/upleveled.svg', + wordmark: '/library/upleveled-wordmark.svg', + url: 'https://upleveled.io/' }, { - title: "Zoom", - category: "Software", - route: "/library/zoom.svg", - url: "https://zoom.us/", + title: 'Zoom', + category: 'Software', + route: '/library/zoom.svg', + url: 'https://zoom.us/' }, { - title: "Tina", - category: "CMS", - route: "/library/tina.svg", - wordmark: "/library/tina_wordmark.svg", - url: "https://tina.io/", + title: 'Tina', + category: 'CMS', + route: '/library/tina.svg', + wordmark: '/library/tina_wordmark.svg', + url: 'https://tina.io/' }, { - title: "Next.js", - category: ["Framework", "Vercel"], - route: "/library/nextjs_icon_dark.svg", + title: 'Next.js', + category: ['Framework', 'Vercel'], + route: '/library/nextjs_icon_dark.svg', wordmark: { - light: "/library/nextjs_logo_light.svg", - dark: "/library/nextjs_logo_dark.svg", + light: '/library/nextjs_logo_light.svg', + dark: '/library/nextjs_logo_dark.svg' }, - url: "https://nextjs.org/", + url: 'https://nextjs.org/' }, { - title: "Mistral AI", - category: "AI", - route: "/library/mistral-ai_logo.svg", - wordmark: "/library/mistral-ai_wordmark.svg", - url: "https://mistral.ai/", + title: 'Mistral AI', + category: 'AI', + route: '/library/mistral-ai_logo.svg', + wordmark: '/library/mistral-ai_wordmark.svg', + url: 'https://mistral.ai/' }, { - title: "Hugging Face", - category: "AI", - route: "/library/hugging_face.svg", - url: "https://huggingface.co/", - brandUrl: "https://huggingface.co/brand", + title: 'Hugging Face', + category: 'AI', + route: '/library/hugging_face.svg', + url: 'https://huggingface.co/', + brandUrl: 'https://huggingface.co/brand' }, { - title: "Node.js", - category: "Library", - route: "/library/nodejs.svg", - url: "https://nodejs.org/", - brandUrl: "https://nodejs.org/en/about/branding", + title: 'Node.js', + category: 'Library', + route: '/library/nodejs.svg', + url: 'https://nodejs.org/', + brandUrl: 'https://nodejs.org/en/about/branding' }, { - title: "Raindrop.io", - category: "Software", - route: "/library/raindrop.svg", - url: "https://raindrop.io/", + title: 'Raindrop.io', + category: 'Software', + route: '/library/raindrop.svg', + url: 'https://raindrop.io/' }, { - title: "Microsoft Todo", - category: ["Software", "Microsoft"], - route: "/library/microsoft-todo.svg", - url: "https://to-do.office.com/", + title: 'Microsoft Todo', + category: ['Software', 'Microsoft'], + route: '/library/microsoft-todo.svg', + url: 'https://to-do.office.com/' }, { - title: "Manifest", - category: ["Software", "AI", "Database"], - route: "/library/manifest.svg", - url: "https://manifest.build", - brandUrl: "https://manifest.build/brand-assets", + title: 'Manifest', + category: ['Software', 'AI', 'Database'], + route: '/library/manifest.svg', + url: 'https://manifest.build', + brandUrl: 'https://manifest.build/brand-assets' }, { - title: "Supabase", - category: "Database", - route: "/library/supabase.svg", - url: "https://supabase.com/", + title: 'Supabase', + category: 'Database', + route: '/library/supabase.svg', + url: 'https://supabase.com/', wordmark: { - light: "/library/supabase_wordmark_light.svg", - dark: "/library/supabase_wordmark_dark.svg", + light: '/library/supabase_wordmark_light.svg', + dark: '/library/supabase_wordmark_dark.svg' }, - brandUrl: "https://supabase.com/brand-assets", + brandUrl: 'https://supabase.com/brand-assets' }, { - title: "Gleam", - category: "Language", - route: "/library/gleam.svg", - url: "https://gleam.run/", + title: 'Gleam', + category: 'Language', + route: '/library/gleam.svg', + url: 'https://gleam.run/' }, { - title: "Flowbite", - category: "Framework", - route: "/library/flowbite.svg", - url: "https://flowbite.com/", + title: 'Flowbite', + category: 'Framework', + route: '/library/flowbite.svg', + url: 'https://flowbite.com/' }, { - title: "Hume AI", - category: "AI", - route: "/library/hume-ai.svg", - url: "https://hume.ai/", + title: 'Hume AI', + category: 'AI', + route: '/library/hume-ai.svg', + url: 'https://hume.ai/' }, { - title: "Resend", - category: "Software", - url: "https://resend.com/", + title: 'Resend', + category: 'Software', + url: 'https://resend.com/', route: { - light: "/library/resend-icon-black.svg", - dark: "/library/resend-icon-white.svg", + light: '/library/resend-icon-black.svg', + dark: '/library/resend-icon-white.svg' }, wordmark: { - light: "/library/resend-wordmark-black.svg", - dark: "/library/resend-wordmark-white.svg", + light: '/library/resend-wordmark-black.svg', + dark: '/library/resend-wordmark-white.svg' }, - brandUrl: "https://resend.com/brand", + brandUrl: 'https://resend.com/brand' }, { - title: "Layers", - category: "Design", + title: 'Layers', + category: 'Design', route: { - light: "/library/layers_light.svg", - dark: "/library/layers_dark.svg", + light: '/library/layers_light.svg', + dark: '/library/layers_dark.svg' }, - url: "https://layers.to/", + url: 'https://layers.to/' }, { - title: "Exome", - category: "Library", - route: "/library/exome.svg", - url: "https://exome.dev/", + title: 'Exome', + category: 'Library', + route: '/library/exome.svg', + url: 'https://exome.dev/' }, { - title: "Poper", - category: "AI", - route: "/library/poper.svg", - url: "https://www.poper.ai", + title: 'Poper', + category: 'AI', + route: '/library/poper.svg', + url: 'https://www.poper.ai' }, { - title: "Dub", - category: "Software", + title: 'Dub', + category: 'Software', route: { - light: "/library/dub.svg", - dark: "/library/dub_dark_logo.svg", + light: '/library/dub.svg', + dark: '/library/dub_dark_logo.svg' }, wordmark: { - light: "/library/dub_light_wordmark.svg", - dark: "/library/dub_dark_wordmark.svg", + light: '/library/dub_light_wordmark.svg', + dark: '/library/dub_dark_wordmark.svg' }, - url: "https://dub.co", - brandUrl: "https://dub.co/brand", + url: 'https://dub.co', + brandUrl: 'https://dub.co/brand' }, { - title: "Turso", - category: ["Database", "Software"], + title: 'Turso', + category: ['Database', 'Software'], route: { - light: "/library/turso-light.svg", - dark: "/library/turso-dark.svg", + light: '/library/turso-light.svg', + dark: '/library/turso-dark.svg' }, wordmark: { - light: "/library/turso-wordmark-light.svg", - dark: "/library/turso-wordmark-dark.svg", + light: '/library/turso-wordmark-light.svg', + dark: '/library/turso-wordmark-dark.svg' }, - url: "https://turso.tech", + url: 'https://turso.tech' }, { - title: "RelaGit", - category: "Software", + title: 'RelaGit', + category: 'Software', route: { - light: "/library/relagit-icon-light.svg", - dark: "/library/relagit-icon-dark.svg", + light: '/library/relagit-icon-light.svg', + dark: '/library/relagit-icon-dark.svg' }, wordmark: { - light: "/library/relagit-wordmark-light.svg", - dark: "/library/relagit-wordmark-dark.svg", + light: '/library/relagit-wordmark-light.svg', + dark: '/library/relagit-wordmark-dark.svg' }, - url: "https://rela.dev", + url: 'https://rela.dev' }, { - title: "T3 Stack", - category: "Framework", + title: 'T3 Stack', + category: 'Framework', route: { - light: "/library/t3-dark.svg", - dark: "/library/t3-light.svg", + light: '/library/t3-dark.svg', + dark: '/library/t3-light.svg' }, - url: "https://create.t3.gg/", + url: 'https://create.t3.gg/' }, { - title: "Apple Music", - category: "Music", - route: "/library/apple-music-icon.svg", + title: 'Apple Music', + category: 'Music', + route: '/library/apple-music-icon.svg', wordmark: { - light: "/library/apple-music-wordmark-light.svg", - dark: "/library/apple-music-wordmark-dark.svg", + light: '/library/apple-music-wordmark-light.svg', + dark: '/library/apple-music-wordmark-dark.svg' }, - url: "https://music.apple.com/", + url: 'https://music.apple.com/' }, { - title: "YGeeker", - category: "Software", - route: "/library/ygeeker.svg", - url: "https://www.ygeeker.com", + title: 'YGeeker', + category: 'Software', + route: '/library/ygeeker.svg', + url: 'https://www.ygeeker.com' }, { - title: "PostCSS", - category: "Compiler", - route: "/library/postcss.svg", - wordmark: "/library/postcss_wordmark.svg", - url: "https://postcss.org/", + title: 'PostCSS', + category: 'Compiler', + route: '/library/postcss.svg', + wordmark: '/library/postcss_wordmark.svg', + url: 'https://postcss.org/' }, { - title: "SVG", - category: ["Language", "Design"], - route: "/library/svg.svg", - wordmark: "/library/svg_wordmark.svg", - url: "https://www.w3.org/TR/SVG/", + title: 'SVG', + category: ['Language', 'Design'], + route: '/library/svg.svg', + wordmark: '/library/svg_wordmark.svg', + url: 'https://www.w3.org/TR/SVG/' }, { - title: "PDF", - category: ["Library", "Design", "Education"], - route: "/library/pdf.svg", - url: "https://www.adobe.com/acrobat.html", + title: 'PDF', + category: ['Library', 'Design', 'Education'], + route: '/library/pdf.svg', + url: 'https://www.adobe.com/acrobat.html' }, { - title: "Todoist", - category: "Software", - route: "/library/todoist.svg", - wordmark: "/library/todoist-wordmark.svg", - url: "https://todoist.com/", + title: 'Todoist', + category: 'Software', + route: '/library/todoist.svg', + wordmark: '/library/todoist-wordmark.svg', + url: 'https://todoist.com/' }, { - title: "Apidog", - category: "Software", - route: "/library/apidog.svg", - url: "https://apidog.com/", + title: 'Apidog', + category: 'Software', + route: '/library/apidog.svg', + url: 'https://apidog.com/' }, { - title: "Chart.js", - category: "Library", - route: "/library/chartjs.svg", - url: "https://www.chartjs.org/", + title: 'Chart.js', + category: 'Library', + route: '/library/chartjs.svg', + url: 'https://www.chartjs.org/' }, { - title: "JSON Schema", - category: "Library", - route: "/library/json-schema.svg", - url: "https://json-schema.org/", + title: 'JSON Schema', + category: 'Library', + route: '/library/json-schema.svg', + url: 'https://json-schema.org/' }, { - title: "v0", - category: "Vercel", + title: 'v0', + category: 'Vercel', route: { - light: "/library/v0_light.svg", - dark: "/library/v0_dark.svg", + light: '/library/v0_light.svg', + dark: '/library/v0_dark.svg' }, - url: "https://v0.dev/", + url: 'https://v0.dev/' }, { - title: "Bento", - category: "Software", - route: "/library/bento.svg", - url: "https://bento.me/home", + title: 'Bento', + category: 'Software', + route: '/library/bento.svg', + url: 'https://bento.me/home' }, { - title: "Firebase", - category: ["Hosting", "Google"], - route: "/library/firebase.svg", - wordmark: "/library/firebase-wordmark.svg", - url: "https://firebase.google.com/", + title: 'Firebase', + category: ['Hosting', 'Google'], + route: '/library/firebase.svg', + wordmark: '/library/firebase-wordmark.svg', + url: 'https://firebase.google.com/' }, { - title: "Prettier", - category: "Library", + title: 'Prettier', + category: 'Library', route: { - light: "/library/prettier-icon-light.svg", - dark: "/library/prettier-icon-dark.svg", + light: '/library/prettier-icon-light.svg', + dark: '/library/prettier-icon-dark.svg' }, - url: "https://prettier.io/", + url: 'https://prettier.io/' }, { - title: "Leap Wallet", - category: ["Crypto", "Software", "Payment"], - route: "/library/leap-wallet.svg", + title: 'Leap Wallet', + category: ['Crypto', 'Software', 'Payment'], + route: '/library/leap-wallet.svg', wordmark: { - light: "/library/leap-wallet-wordmark-light.svg", - dark: "/library/leap-wallet-wordmark-dark.svg", + light: '/library/leap-wallet-wordmark-light.svg', + dark: '/library/leap-wallet-wordmark-dark.svg' }, - url: "https://leapwallet.io/", + url: 'https://leapwallet.io/' }, { - title: "Nx", - category: ["Devtool", "Monorepo"], + title: 'Nx', + category: ['Devtool', 'Monorepo'], route: { - light: "/library/nx_light.svg", - dark: "/library/nx_dark.svg", + light: '/library/nx_light.svg', + dark: '/library/nx_dark.svg' }, - url: "https://nx.dev", + url: 'https://nx.dev' }, { - title: "Google Colaboratory", - category: ["Google", "Software"], - route: "/library/Google_Colaboratory.svg", - url: "https://colab.research.google.com/", + title: 'Google Colaboratory', + category: ['Google', 'Software'], + route: '/library/Google_Colaboratory.svg', + url: 'https://colab.research.google.com/' }, { - title: "Raspberry PI", - category: ["Hardware", "Software"], - route: "/library/raspberry_pi.svg", - url: "https://www.raspberrypi.com/", + title: 'Raspberry PI', + category: ['Hardware', 'Software'], + route: '/library/raspberry_pi.svg', + url: 'https://www.raspberrypi.com/' }, { - title: "ManzDev", - category: ["Community"], - route: "/library/manzdev.svg", - url: "https://manz.dev/", + title: 'ManzDev', + category: ['Community'], + route: '/library/manzdev.svg', + url: 'https://manz.dev/' }, { - title: "MediaWiki", - category: ["Software", "CMS"], - route: "/library/mediawiki.svg", + title: 'MediaWiki', + category: ['Software', 'CMS'], + route: '/library/mediawiki.svg', wordmark: { - light: "/library/mediawiki-wordmark-light.svg", - dark: "/library/mediawiki-wordmark-dark.svg", + light: '/library/mediawiki-wordmark-light.svg', + dark: '/library/mediawiki-wordmark-dark.svg' }, - url: "https://www.mediawiki.org/", + url: 'https://www.mediawiki.org/' }, { - title: "Carrd", - category: ["Social"], - route: "/library/carrd.svg", - url: "https://carrd.co/", + title: 'Carrd', + category: ['Social'], + route: '/library/carrd.svg', + url: 'https://carrd.co/' }, { - title: "Claude AI", - category: "AI", - route: "/library/claude-ai-icon.svg", + title: 'Claude AI', + category: 'AI', + route: '/library/claude-ai-icon.svg', wordmark: { - light: "/library/claude-ai-wordmark-icon_light.svg", - dark: "/library/claude-ai-wordmark-icon_dark.svg", + light: '/library/claude-ai-wordmark-icon_light.svg', + dark: '/library/claude-ai-wordmark-icon_dark.svg' }, - url: "https://claude.ai/", + url: 'https://claude.ai/' }, { - title: "UnoCSS", - category: "Devtool", - route: "/library/unocss.svg", - url: "https://unocss.dev/", + title: 'UnoCSS', + category: 'Devtool', + route: '/library/unocss.svg', + url: 'https://unocss.dev/' }, { - title: "tRPC", - category: "Framework", - route: "/library/trpc.svg", + title: 'tRPC', + category: 'Framework', + route: '/library/trpc.svg', wordmark: { - light: "/library/trpc_wordmark_light.svg", - dark: "library/trpc_wordmark_dark.svg", + light: '/library/trpc_wordmark_light.svg', + dark: 'library/trpc_wordmark_dark.svg' }, - url: "https://trpc.io/", + url: 'https://trpc.io/' }, { - title: "Bluesky", - category: "Social", - route: "/library/bluesky.svg", - url: "https://blueskyweb.xyz/", + title: 'Bluesky', + category: 'Social', + route: '/library/bluesky.svg', + url: 'https://blueskyweb.xyz/' }, { - title: "Drizzle ORM", - category: ["Library", "Database"], + title: 'Drizzle ORM', + category: ['Library', 'Database'], route: { - light: "/library/drizzle-orm_light.svg", - dark: "/library/drizzle-orm_dark.svg", + light: '/library/drizzle-orm_light.svg', + dark: '/library/drizzle-orm_dark.svg' }, - url: "https://orm.drizzle.team/", + url: 'https://orm.drizzle.team/' }, { - title: "daily.dev", - category: ["Social", "Community"], + title: 'daily.dev', + category: ['Social', 'Community'], route: { - light: "/library/daily-dev-ligth.svg", - dark: "/library/daily-dev-dark.svg", + light: '/library/daily-dev-ligth.svg', + dark: '/library/daily-dev-dark.svg' }, - url: "https://daily.dev/", + url: 'https://daily.dev/' }, { - title: "Polars", - category: "Library", - route: "/library/polars-logo.svg", - url: "https://pola.rs/", + title: 'Polars', + category: 'Library', + route: '/library/polars-logo.svg', + url: 'https://pola.rs/' }, { - title: "Zed", - category: "Software", + title: 'Zed', + category: 'Software', route: { - light: "/library/zed-logo.svg", - dark: "/library/zed-logo_dark.svg", + light: '/library/zed-logo.svg', + dark: '/library/zed-logo_dark.svg' }, - url: "https://zed.dev/", + url: 'https://zed.dev/' }, { - title: "Polar", - category: ["Software", "Payment"], + title: 'Polar', + category: ['Software', 'Payment'], route: { - light: "/library/polar-sh_light.svg", - dark: "/library/polar-sh_dark.svg", + light: '/library/polar-sh_light.svg', + dark: '/library/polar-sh_dark.svg' }, - url: "https://polar.sh/", + url: 'https://polar.sh/' }, { - title: "bolt", - category: "Devtool", + title: 'bolt', + category: 'Devtool', route: { - light: "/library/bolt-new.svg", - dark: "/library/bolt-new_dark.svg", + light: '/library/bolt-new.svg', + dark: '/library/bolt-new_dark.svg' }, - url: "https://bolt.new/", + url: 'https://bolt.new/' }, { - title: "JSON", - category: "Language", - route: "/library/json.svg", - url: "https://json.org/", + title: 'JSON', + category: 'Language', + route: '/library/json.svg', + url: 'https://json.org/' }, { - title: "nuqs", - category: "Library", + title: 'nuqs', + category: 'Library', route: { - light: "/library/nuqs.svg", - dark: "/library/nuqs_dark.svg", + light: '/library/nuqs.svg', + dark: '/library/nuqs_dark.svg' }, wordmark: { - light: "/library/nuqs-wordmark.svg", - dark: "/library/nuqs-wordmark_dark.svg", + light: '/library/nuqs-wordmark.svg', + dark: '/library/nuqs-wordmark_dark.svg' }, - url: "https://nuqs.47ng.com/", + url: 'https://nuqs.47ng.com/' }, { - title: "SoundCloud", - category: "Music", + title: 'SoundCloud', + category: 'Music', route: { - light: "/library/soundcloud-logo.svg", - dark: "/library/soundcloud-logo_dark.svg", + light: '/library/soundcloud-logo.svg', + dark: '/library/soundcloud-logo_dark.svg' }, wordmark: { - light: "/library/soundcloud-wordmark.svg", - dark: "library/soundcloud-wordmark_dark.svg", + light: '/library/soundcloud-wordmark.svg', + dark: 'library/soundcloud-wordmark_dark.svg' }, - url: "https://soundcloud.com/", + url: 'https://soundcloud.com/' }, { - title: "Mermaid", - category: ["Library"], + title: 'Mermaid', + category: ['Library'], route: { - light: "/library/mermaid-logo-light.svg", - dark: "/library/mermaid-logo-dark.svg", + light: '/library/mermaid-logo-light.svg', + dark: '/library/mermaid-logo-dark.svg' }, - url: "https://mermaid.js.org/", + url: 'https://mermaid.js.org/' }, { - title: "Home Assistant", - category: ["IoT", "Software"], - route: "/library/home-assistant.svg", + title: 'Home Assistant', + category: ['IoT', 'Software'], + route: '/library/home-assistant.svg', wordmark: { - light: "/library/home-assistant-wordmark.svg", - dark: "/library/home-assistant-wordmark-dark.svg", + light: '/library/home-assistant-wordmark.svg', + dark: '/library/home-assistant-wordmark-dark.svg' }, - url: "https://github.com/home-assistant/assets/tree/master/logo", + url: 'https://github.com/home-assistant/assets/tree/master/logo' }, { - title: "UXAnaRangel", - category: ["Community"], + title: 'UXAnaRangel', + category: ['Community'], route: { - light: "/library/uxanarangel-light.svg", - dark: "/library/uxanarangel-dark.svg", + light: '/library/uxanarangel-light.svg', + dark: '/library/uxanarangel-dark.svg' }, - url: "https://uxanarangel.com/", + url: 'https://uxanarangel.com/' }, { - title: "UXCorpRangel", - category: ["Community"], + title: 'UXCorpRangel', + category: ['Community'], route: { - light: "/library/uxcorprangel-light.svg", - dark: "/library/uxcorprangel-dark.svg", + light: '/library/uxcorprangel-light.svg', + dark: '/library/uxcorprangel-dark.svg' }, - url: "https://github.com/UXCorpRangel/", + url: 'https://github.com/UXCorpRangel/' }, { - title: "PostHog", - category: "Devtool", - route: "/library/posthog.svg", + title: 'PostHog', + category: 'Devtool', + route: '/library/posthog.svg', wordmark: { - light: "/library/posthog-wordmark.svg", - dark: "/library/posthog-wordmark_dark.svg", + light: '/library/posthog-wordmark.svg', + dark: '/library/posthog-wordmark_dark.svg' }, - url: "https://posthog.com/", - brandUrl: "https://posthog.com/handbook/company/brand-assets", + url: 'https://posthog.com/', + brandUrl: 'https://posthog.com/handbook/company/brand-assets' }, { - title: "PowerToys", - category: ["Software", "Microsoft"], - route: "/library/powertoys.svg", - url: "https://learn.microsoft.com/en-us/windows/powertoys/", + title: 'PowerToys', + category: ['Software', 'Microsoft'], + route: '/library/powertoys.svg', + url: 'https://learn.microsoft.com/en-us/windows/powertoys/' }, { - title: "PowerShell", - category: ["Language", "Microsoft"], - route: "/library/powershell.svg", - url: "https://learn.microsoft.com/en-us/powershell/", + title: 'PowerShell', + category: ['Language', 'Microsoft'], + route: '/library/powershell.svg', + url: 'https://learn.microsoft.com/en-us/powershell/' }, { - title: "Lottielab", - category: "Design", - route: "/library/lottielab.svg", - url: "https://www.lottielab.com/", + title: 'Lottielab', + category: 'Design', + route: '/library/lottielab.svg', + url: 'https://www.lottielab.com/' }, { - title: "TanStack", - category: ["Software", "Library"], - route: "/library/tanstack.svg", - url: "https://tanstack.com/", + title: 'TanStack', + category: ['Software', 'Library'], + route: '/library/tanstack.svg', + url: 'https://tanstack.com/' }, { - title: "TypeGPU", - category: ["Software", "Library"], + title: 'TypeGPU', + category: ['Software', 'Library'], route: { - light: "/library/typegpu-light.svg", - dark: "/library/typegpu-dark.svg", + light: '/library/typegpu-light.svg', + dark: '/library/typegpu-dark.svg' }, wordmark: { - light: "/library/typegpu-wordmark-light.svg", - dark: "/library/typegpu-wordmark-dark.svg", + light: '/library/typegpu-wordmark-light.svg', + dark: '/library/typegpu-wordmark-dark.svg' }, - url: "https://typegpu.com", + url: 'https://typegpu.com' }, { - title: "Microsoft .NET", - category: ["Framework", "Library", "Devtool", "Microsoft"], - route: "/library/dotnet.svg", - url: "https://dotnet.microsoft.com", + title: 'Microsoft .NET', + category: ['Framework', 'Library', 'Devtool', 'Microsoft'], + route: '/library/dotnet.svg', + url: 'https://dotnet.microsoft.com' }, { - title: "dotenv", - category: ["Config", "Library", "Devtool"], - route: "/library/dotenv.svg", - url: "https://github.com/motdotla/dotenv", + title: 'dotenv', + category: ['Config', 'Library', 'Devtool'], + route: '/library/dotenv.svg', + url: 'https://github.com/motdotla/dotenv' }, { - title: "dotenvx", - category: ["Secrets", "Config", "Devtool"], - route: "/library/dotenvx.svg", - url: "https://dotenvx.com", + title: 'dotenvx', + category: ['Secrets', 'Config', 'Devtool'], + route: '/library/dotenvx.svg', + url: 'https://dotenvx.com' }, { - title: "Motion", - category: "Library", + title: 'Motion', + category: 'Library', route: { - light: "/library/motion.svg", - dark: "/library/motion_dark.svg", + light: '/library/motion.svg', + dark: '/library/motion_dark.svg' }, - url: "https://motion.dev/", + url: 'https://motion.dev/' }, { - title: "Keycloak", - category: "Authentication", - route: "/library/keycloak.svg", - url: "https://keycloak.org", + title: 'Keycloak', + category: 'Authentication', + route: '/library/keycloak.svg', + url: 'https://keycloak.org' }, { - title: "DeepSeek", - category: "AI", - route: "/library/deepseek.svg", - wordmark: "/library/deepseek_wordmark.svg", - url: "https://deepseek.com/", + title: 'DeepSeek', + category: 'AI', + route: '/library/deepseek.svg', + wordmark: '/library/deepseek_wordmark.svg', + url: 'https://deepseek.com/' }, { - title: "Shiki", - category: "Library", - route: "/library/shiki.svg", - url: "https://shiki.style/", + title: 'Shiki', + category: 'Library', + route: '/library/shiki.svg', + url: 'https://shiki.style/' }, { - title: "Dropbox", - category: ["Hosting", "Software"], - route: "/library/dropbox.svg", + title: 'Dropbox', + category: ['Hosting', 'Software'], + route: '/library/dropbox.svg', wordmark: { - light: "/library/dropbox_wordmark.svg", - dark: "/library/dropbox_wordmark_dark.svg", + light: '/library/dropbox_wordmark.svg', + dark: '/library/dropbox_wordmark_dark.svg' }, - url: "https://www.dropbox.com/", - brandUrl: "https://brand.dropbox.com/", + url: 'https://www.dropbox.com/', + brandUrl: 'https://brand.dropbox.com/' }, { - title: "Open WebUI", - category: ["AI", "Software"], - route: "/library/openwebui.svg", - url: "https://openwebui.com/", + title: 'Open WebUI', + category: ['AI', 'Software'], + route: '/library/openwebui.svg', + url: 'https://openwebui.com/' }, { - title: "Base UI", - category: "Library", + title: 'Base UI', + category: 'Library', route: { - light: "/library/base-ui.svg", - dark: "/library/base-ui-dark.svg", + light: '/library/base-ui.svg', + dark: '/library/base-ui-dark.svg' }, - url: "https://base-ui.com/", + url: 'https://base-ui.com/' }, { - title: "Vercel", - category: ["Hosting", "Vercel"], + title: 'Vercel', + category: ['Hosting', 'Vercel'], route: { - light: "/library/vercel.svg", - dark: "/library/vercel_dark.svg", + light: '/library/vercel.svg', + dark: '/library/vercel_dark.svg' }, wordmark: { - light: "/library/vercel_wordmark.svg", - dark: "/library/vercel_wordmark_dark.svg", + light: '/library/vercel_wordmark.svg', + dark: '/library/vercel_wordmark_dark.svg' }, - brandUrl: "https://vercel.com/geist/brands", - url: "https://vercel.com/", + brandUrl: 'https://vercel.com/geist/brands', + url: 'https://vercel.com/' }, { - title: "Model Context Protocol", - category: ["AI", "Framework"], + title: 'Model Context Protocol', + category: ['AI', 'Framework'], route: { - light: "/library/model-context-protocol-light.svg", - dark: "/library/model-context-protocol-dark.svg", + light: '/library/model-context-protocol-light.svg', + dark: '/library/model-context-protocol-dark.svg' }, wordmark: { - light: "/library/model-context-protocol-wordmark-light.svg", - dark: "/library/model-context-protocol-wordmark-dark.svg", + light: '/library/model-context-protocol-wordmark-light.svg', + dark: '/library/model-context-protocol-wordmark-dark.svg' }, - url: "https://modelcontextprotocol.io/", + url: 'https://modelcontextprotocol.io/' }, { - title: "Socket.IO", - category: ["Software", "Library"], + title: 'Socket.IO', + category: ['Software', 'Library'], route: { - dark: "/library/socketio-icon-dark.svg", - light: "/library/socketio-icon-light.svg", + dark: '/library/socketio-icon-dark.svg', + light: '/library/socketio-icon-light.svg' }, wordmark: { - light: "/library/socketio-wordmark-light.svg", - dark: "/library/socketio-wordmark-dark.svg", + light: '/library/socketio-wordmark-light.svg', + dark: '/library/socketio-wordmark-dark.svg' }, - url: "https://socket.io", + url: 'https://socket.io' }, { - title: "Ant Design", - category: "Library", - route: "/library/ant-design-dark-theme.svg", - url: "https://ant.design/", + title: 'Ant Design', + category: 'Library', + route: '/library/ant-design-dark-theme.svg', + url: 'https://ant.design/' }, { - title: "VSCodium", - category: "Software", - route: "/library/vscodium.svg", - url: "https://vscodium.com/", + title: 'VSCodium', + category: 'Software', + route: '/library/vscodium.svg', + url: 'https://vscodium.com/' }, { - title: "Zen Browser", - category: "Browser", + title: 'Zen Browser', + category: 'Browser', route: { - light: "/library/zen-browser-light.svg", - dark: "/library/zen-browser-dark.svg", + light: '/library/zen-browser-light.svg', + dark: '/library/zen-browser-dark.svg' }, wordmark: { - light: "/library/zen-browser-wordmark-light.svg", - dark: "/library/zen-browser-wordmark-dark.svg", + light: '/library/zen-browser-wordmark-light.svg', + dark: '/library/zen-browser-wordmark-dark.svg' }, - url: "https://zen-browser.app/", + url: 'https://zen-browser.app/' }, { - title: "Gemini", - category: ["Google", "AI"], - route: "/library/gemini.svg", - wordmark: "/library/gemini_wordmark.svg", - url: "https://gemini.google.com/", + title: 'Gemini', + category: ['Google', 'AI'], + route: '/library/gemini.svg', + wordmark: '/library/gemini_wordmark.svg', + url: 'https://gemini.google.com/' }, { - title: "xAI (Grok)", - category: ["AI"], + title: 'xAI (Grok)', + category: ['AI'], route: { - light: "/library/xai_light.svg", - dark: "/library/xai_dark.svg", + light: '/library/xai_light.svg', + dark: '/library/xai_dark.svg' }, - url: "https://grok.com/", + url: 'https://grok.com/' }, { - title: "Qwen", - category: ["AI"], + title: 'Qwen', + category: ['AI'], route: { - light: "/library/qwen_light.svg", - dark: "/library/qwen_dark.svg", + light: '/library/qwen_light.svg', + dark: '/library/qwen_dark.svg' }, - url: "https://chat.qwenlm.ai/", + url: 'https://chat.qwenlm.ai/' }, { - title: "Inflection AI", - category: "AI", + title: 'Inflection AI', + category: 'AI', route: { - light: "/library/inflectionai_light.svg", - dark: "/library/inflectionai_dark.svg", + light: '/library/inflectionai_light.svg', + dark: '/library/inflectionai_dark.svg' }, wordmark: { - light: "/library/inflectionai_wordmark_light.svg", - dark: "/library/inflectionai_wordmark_dark.svg", + light: '/library/inflectionai_wordmark_light.svg', + dark: '/library/inflectionai_wordmark_dark.svg' }, - url: "https://inflection.ai/", + url: 'https://inflection.ai/' }, { - title: "D3.js", - category: "Library", - route: "/library/D3.svg", - url: "https://d3js.org/", + title: 'D3.js', + category: 'Library', + route: '/library/D3.svg', + url: 'https://d3js.org/' }, { - title: "Anthropic", - category: "AI", + title: 'Anthropic', + category: 'AI', route: { - light: "/library/anthropic_black.svg", - dark: "/library/anthropic_white.svg", + light: '/library/anthropic_black.svg', + dark: '/library/anthropic_white.svg' }, wordmark: { - light: "/library/anthropic_black_wordmark.svg", - dark: "/library/anthropic_white_wordmark.svg", + light: '/library/anthropic_black_wordmark.svg', + dark: '/library/anthropic_white_wordmark.svg' }, - url: "https://www.anthropic.com/", + url: 'https://www.anthropic.com/' }, { - title: "Replit", - category: "AI", - route: "/library/replit.svg", + title: 'Replit', + category: 'AI', + route: '/library/replit.svg', wordmark: { - light: "/library/replit-wordmark-light.svg", - dark: "/library/replit-wordmark-dark.svg", + light: '/library/replit-wordmark-light.svg', + dark: '/library/replit-wordmark-dark.svg' }, - url: "https://replit.com/", - brandUrl: "https://replit.com/brandkit", + url: 'https://replit.com/', + brandUrl: 'https://replit.com/brandkit' }, { - title: "Magic UI", - category: "Library", - route: "/library/magicui.svg", - url: "https://magicui.design/", + title: 'Magic UI', + category: 'Library', + route: '/library/magicui.svg', + url: 'https://magicui.design/' }, { - title: "Web Components", - category: "Library", - route: "/library/webcomponents.svg", - url: "https://www.webcomponents.org/", + title: 'Web Components', + category: 'Library', + route: '/library/webcomponents.svg', + url: 'https://www.webcomponents.org/' }, { - title: "Designali", - category: ["Software", "Design"], - route: "/library/designali.svg", - url: "https://designali.in", + title: 'Designali', + category: ['Software', 'Design'], + route: '/library/designali.svg', + url: 'https://designali.in' }, { - title: "CurseForge", - category: ["Marketplace", "Community"], + title: 'CurseForge', + category: ['Marketplace', 'Community'], route: { - light: "/library/curseforge.svg", - dark: "/library/curseforge-dark.svg", + light: '/library/curseforge.svg', + dark: '/library/curseforge-dark.svg' }, wordmark: { - light: "/library/curseforge-wordmark.svg", - dark: "/library/curseforge-wordmark-dark.svg", + light: '/library/curseforge-wordmark.svg', + dark: '/library/curseforge-wordmark-dark.svg' }, - url: "https://curseforge.com/", + url: 'https://curseforge.com/', brandUrl: - "https://www.figma.com/file/YYn36CxVpcT6aPKDXIH9JG/CurseForge-Brandbook?type=design&node-id=0-1&t=dvC0gPtyP36PQdsi-0", + 'https://www.figma.com/file/YYn36CxVpcT6aPKDXIH9JG/CurseForge-Brandbook?type=design&node-id=0-1&t=dvC0gPtyP36PQdsi-0' }, { - title: "Ghostty", - category: ["Software"], - route: "/library/ghostty.svg", + title: 'Ghostty', + category: ['Software'], + route: '/library/ghostty.svg', wordmark: { - dark: "/library/ghostty_wordmark_dark.svg", - light: "/library/ghostty_wordmark_light.svg", + dark: '/library/ghostty_wordmark_dark.svg', + light: '/library/ghostty_wordmark_light.svg' }, - url: "https://ghostty.org/", + url: 'https://ghostty.org/' }, { - title: "Better Auth", - category: ["Authentication", "Library"], + title: 'Better Auth', + category: ['Authentication', 'Library'], route: { - light: "/library/better-auth_light.svg", - dark: "/library/better-auth_dark.svg", + light: '/library/better-auth_light.svg', + dark: '/library/better-auth_dark.svg' }, wordmark: { - dark: "/library/better-auth_wordmark_dark.svg", - light: "/library/better-auth_wordmark_light.svg", + dark: '/library/better-auth_wordmark_dark.svg', + light: '/library/better-auth_wordmark_light.svg' }, - url: "https://www.better-auth.com/", + url: 'https://www.better-auth.com/' }, { - title: "Buy Me a Coffee", - category: ["Software"], - route: "/library/bmc.svg", - brandUrl: "https://buymeacoffee.com/brand", - url: "https://buymeacoffee.com/", + title: 'Buy Me a Coffee', + category: ['Software'], + route: '/library/bmc.svg', + brandUrl: 'https://buymeacoffee.com/brand', + url: 'https://buymeacoffee.com/' }, { - title: "GitHub", - category: "Software", + title: 'GitHub', + category: 'Software', route: { - light: "/library/github_light.svg", - dark: "/library/github_dark.svg", + light: '/library/github_light.svg', + dark: '/library/github_dark.svg' }, wordmark: { - light: "/library/github_wordmark_light.svg", - dark: "/library/github_wordmark_dark.svg", + light: '/library/github_wordmark_light.svg', + dark: '/library/github_wordmark_dark.svg' }, - url: "https://github.com/", - brandUrl: "https://brand.github.com/", + url: 'https://github.com/', + brandUrl: 'https://brand.github.com/' }, { - title: "Firebase Studio", - category: ["AI", "Google"], - route: "/library/firebase-studio.svg", - url: "https://firebase.studio/", + title: 'Firebase Studio', + category: ['AI', 'Google'], + route: '/library/firebase-studio.svg', + url: 'https://firebase.studio/' }, { - title: "Dingocoin", - category: "Crypto", - route: "/library/dingocoin.svg", - url: "https://dingocoin.com/", + title: 'Dingocoin', + category: 'Crypto', + route: '/library/dingocoin.svg', + url: 'https://dingocoin.com/' }, { - title: "HeroUI", - category: "Library", + title: 'HeroUI', + category: 'Library', route: { - light: "/library/heroui_black.svg", - dark: "/library/heroui_light.svg", + light: '/library/heroui_black.svg', + dark: '/library/heroui_light.svg' }, - url: "https://www.heroui.com/", + url: 'https://www.heroui.com/' }, { - title: "Convex", - category: ["Database", "Software"], - route: "/library/convex.svg", + title: 'Convex', + category: ['Database', 'Software'], + route: '/library/convex.svg', wordmark: { - light: "/library/convex_wordmark_light.svg", - dark: "/library/convex_wordmark_dark.svg", + light: '/library/convex_wordmark_light.svg', + dark: '/library/convex_wordmark_dark.svg' }, - url: "https://www.convex.dev/", + url: 'https://www.convex.dev/' }, { - title: "Clerk", - category: ["Software", "Authentication"], + title: 'Clerk', + category: ['Software', 'Authentication'], route: { - light: "/library/clerk-icon-light.svg", - dark: "/library/clerk-icon-dark.svg", + light: '/library/clerk-icon-light.svg', + dark: '/library/clerk-icon-dark.svg' }, wordmark: { - light: "/library/clerk-wordmark-light.svg", - dark: "/library/clerk-wordmark-dark.svg", + light: '/library/clerk-wordmark-light.svg', + dark: '/library/clerk-wordmark-dark.svg' }, - url: "https://clerk.com", - brandUrl: "https://clerk.com/design", + url: 'https://clerk.com', + brandUrl: 'https://clerk.com/design' }, { - title: "Terraform", - category: ["Software", "Language", "IaC"], - route: "/library/terraform.svg", - url: "https://terraform.io", - brandUrl: "https://brand.hashicorp.com", + title: 'Terraform', + category: ['Software', 'Language', 'IaC'], + route: '/library/terraform.svg', + url: 'https://terraform.io', + brandUrl: 'https://brand.hashicorp.com' }, { - title: "Rspack", - category: "Compiler", - route: "/library/rspack.svg", - url: "https://rspack.rs/", + title: 'Rspack', + category: 'Compiler', + route: '/library/rspack.svg', + url: 'https://rspack.rs/' }, { - title: "Rsbuild", - category: ["Devtool", "Compiler"], - route: "/library/rsbuild.svg", - url: "https://rsbuild.rs", + title: 'Rsbuild', + category: ['Devtool', 'Compiler'], + route: '/library/rsbuild.svg', + url: 'https://rsbuild.rs' }, { - title: "React Wheel Picker", - category: "Library", + title: 'React Wheel Picker', + category: 'Library', route: { - light: "/library/react-wheel-picker_light.svg", - dark: "/library/react-wheel-picker_dark.svg", + light: '/library/react-wheel-picker_light.svg', + dark: '/library/react-wheel-picker_dark.svg' }, - url: "https://react-wheel-picker.chanhdai.com", + url: 'https://react-wheel-picker.chanhdai.com' }, { - title: "cPanel", - category: "Software", - route: "/library/cP_orange.svg", - wordmark: "/library/cPanel_orange_wordmark.svg", - url: "https://cpanel.net/", - brandUrl: "https://cpanel.net/company/cpanel-brand-guide/", + title: 'cPanel', + category: 'Software', + route: '/library/cP_orange.svg', + wordmark: '/library/cPanel_orange_wordmark.svg', + url: 'https://cpanel.net/', + brandUrl: 'https://cpanel.net/company/cpanel-brand-guide/' }, { - title: "Lovable", - category: "AI", - route: "/library/lovable.svg", - url: "https://lovable.dev/", - brandUrl: "https://lovable.dev/brand", + title: 'Lovable', + category: 'AI', + route: '/library/lovable.svg', + url: 'https://lovable.dev/', + brandUrl: 'https://lovable.dev/brand' }, { - title: "Mocha", - category: "AI", + title: 'Mocha', + category: 'AI', route: { - light: "/library/mocha-light.svg", - dark: "/library/mocha-dark.svg", + light: '/library/mocha-light.svg', + dark: '/library/mocha-dark.svg' }, wordmark: { - light: "/library/mocha-light_wordmark.svg", - dark: "/library/mocha-dark_wordmark.svg", + light: '/library/mocha-light_wordmark.svg', + dark: '/library/mocha-dark_wordmark.svg' }, - url: "https://getmocha.com/", + url: 'https://getmocha.com/' }, { - title: "OpenRouter", - category: "AI", + title: 'OpenRouter', + category: 'AI', route: { - light: "/library/openrouter_light.svg", - dark: "/library/openrouter_dark.svg", + light: '/library/openrouter_light.svg', + dark: '/library/openrouter_dark.svg' }, - url: "https://openrouter.ai/", + url: 'https://openrouter.ai/' }, { - title: "OpenHunts", - category: ["Community"], - route: "/library/openhunts.svg", - url: "https://openhunts.com", + title: 'OpenHunts', + category: ['Community'], + route: '/library/openhunts.svg', + url: 'https://openhunts.com' }, { - title: "Kokonut UI", - category: "Library", + title: 'Kokonut UI', + category: 'Library', route: { - light: "/library/kokonutui-light.svg", - dark: "/library/kokonutui-dark.svg", + light: '/library/kokonutui-light.svg', + dark: '/library/kokonutui-dark.svg' }, - url: "https://kokonutui.com/", + url: 'https://kokonutui.com/' }, { - title: "Google Cloud", - category: ["Google", "Hosting"], - route: "/library/google-cloud.svg", - url: "https://cloud.google.com/", + title: 'Google Cloud', + category: ['Google', 'Hosting'], + route: '/library/google-cloud.svg', + url: 'https://cloud.google.com/' }, { - title: "Zulip", - category: ["Software", "Social"], - route: "/library/zulip.svg", - wordmark: "/library/zulip-wordmark.svg", - url: "https://zulip.com/", + title: 'Zulip', + category: ['Software', 'Social'], + route: '/library/zulip.svg', + wordmark: '/library/zulip-wordmark.svg', + url: 'https://zulip.com/', brandUrl: - "https://github.com/zulip/zulip/tree/bd29fb3e2691daef570ba5661351922a16782dd2/static/images/logo", + 'https://github.com/zulip/zulip/tree/bd29fb3e2691daef570ba5661351922a16782dd2/static/images/logo' }, { - title: "Effect TS", - category: "Library", + title: 'Effect TS', + category: 'Library', route: { - light: "/library/effect_light.svg", - dark: "/library/effect_dark.svg", + light: '/library/effect_light.svg', + dark: '/library/effect_dark.svg' }, - url: "https://effect.website/", + url: 'https://effect.website/', brandUrl: - "https://sparkling-lancer-5bd.notion.site/Effect-logo-guidelines-14280adbc6354eaa8bd173e1bc0128a4", + 'https://sparkling-lancer-5bd.notion.site/Effect-logo-guidelines-14280adbc6354eaa8bd173e1bc0128a4' }, { - title: "Ark UI", - category: "Library", - route: "/library/ark-ui.svg", - url: "https://ark-ui.com/", + title: 'Ark UI', + category: 'Library', + route: '/library/ark-ui.svg', + url: 'https://ark-ui.com/' }, { - title: "Mantine", - category: "Library", - route: "/library/mantine.svg", - url: "https://mantine.dev", + title: 'Mantine', + category: 'Library', + route: '/library/mantine.svg', + url: 'https://mantine.dev' }, { - title: "ESLint", - category: "Library", + title: 'ESLint', + category: 'Library', route: { - light: "/library/eslint-icon-light.svg", - dark: "/library/eslint-icon-dark.svg", + light: '/library/eslint-icon-light.svg', + dark: '/library/eslint-icon-dark.svg' }, wordmark: { - light: "/library/eslint-wordmark-light.svg", - dark: "/library/eslint-wordmark-dark.svg", + light: '/library/eslint-wordmark-light.svg', + dark: '/library/eslint-wordmark-dark.svg' }, - url: "https://eslint.org", - brandUrl: "https://eslint.org/branding", + url: 'https://eslint.org', + brandUrl: 'https://eslint.org/branding' }, { - title: "Apache Kafka", - category: "Analytics", + title: 'Apache Kafka', + category: 'Analytics', route: { - light: "/library/apache-kafka-light.svg", - dark: "/library/apache-kafka-dark.svg", + light: '/library/apache-kafka-light.svg', + dark: '/library/apache-kafka-dark.svg' }, wordmark: { - light: "/library/apache-kafka-wordmark-light.svg", - dark: "/library/apache-kafka-wordmark-dark.svg", + light: '/library/apache-kafka-wordmark-light.svg', + dark: '/library/apache-kafka-wordmark-dark.svg' }, - url: "https://kafka.apache.org/", - brandUrl: "https://kafka.apache.org/brand", + url: 'https://kafka.apache.org/', + brandUrl: 'https://kafka.apache.org/brand' }, { - title: "PlainSignal", - category: "Analytics", - route: "/library/plainsignal.svg", - url: "https://plainsignal.com/", + title: 'PlainSignal', + category: 'Analytics', + route: '/library/plainsignal.svg', + url: 'https://plainsignal.com/' }, { - title: "Heptabase", - category: "Software", - route: "/library/heptabase.svg", - url: "https://heptabase.com/", + title: 'Heptabase', + category: 'Software', + route: '/library/heptabase.svg', + url: 'https://heptabase.com/' }, { - title: "UnJS", - category: "Library", - route: "/library/unjs.svg", - url: "https://unjs.io/", + title: 'UnJS', + category: 'Library', + route: '/library/unjs.svg', + url: 'https://unjs.io/' }, { - title: "PowerSync", - category: ["Sync Engine", "Database", "Library"], - route: "/library/powersync.svg", + title: 'PowerSync', + category: ['Sync Engine', 'Database', 'Library'], + route: '/library/powersync.svg', wordmark: { - light: "/library/powersync-wordmark-light.svg", - dark: "/library/powersync-wordmark-dark.svg", + light: '/library/powersync-wordmark-light.svg', + dark: '/library/powersync-wordmark-dark.svg' }, - url: "https://powersync.com/", + url: 'https://powersync.com/' }, { - title: "n8n", - category: ["Platform", "Automation", "AI"], - route: "/library/n8n.svg", + title: 'n8n', + category: ['Platform', 'Automation', 'AI'], + route: '/library/n8n.svg', wordmark: { - dark: "/library/n8n-wordmark-dark.svg", - light: "/library/n8n-wordmark-light.svg", + dark: '/library/n8n-wordmark-dark.svg', + light: '/library/n8n-wordmark-light.svg' }, - url: "https://n8n.io/", + url: 'https://n8n.io/' }, { - title: "Kibo UI", - category: "Library", + title: 'Kibo UI', + category: 'Library', route: { - light: "/library/kibo-ui-light.svg", - dark: "/library/kibo-ui-dark.svg", + light: '/library/kibo-ui-light.svg', + dark: '/library/kibo-ui-dark.svg' }, - url: "https://kibo-ui.com/", + url: 'https://kibo-ui.com/' }, { - title: "Ahrefs", - category: "Platform", - route: "/library/ahrefs.svg", + title: 'Ahrefs', + category: 'Platform', + route: '/library/ahrefs.svg', wordmark: { - dark: "/library/ahrefs-wordmark-dark.svg", - light: "/library/ahrefs-wordmark-light.svg", + dark: '/library/ahrefs-wordmark-dark.svg', + light: '/library/ahrefs-wordmark-light.svg' }, - url: "https://ahrefs.com/", - brandUrl: "https://ahrefs.com/logo", + url: 'https://ahrefs.com/', + brandUrl: 'https://ahrefs.com/logo' }, { - title: "Google Maps", - category: "Google", - route: "/library/googleMaps.svg", - url: "https://www.google.com/maps/", + title: 'Google Maps', + category: 'Google', + route: '/library/googleMaps.svg', + url: 'https://www.google.com/maps/' }, { - title: "WebGL", - category: "Library", + title: 'WebGL', + category: 'Library', route: { - light: "/library/webgl.svg", - dark: "/library/webgl_dark.svg", + light: '/library/webgl.svg', + dark: '/library/webgl_dark.svg' }, - url: "https://www.khronos.org/webgl/", - brandUrl: "https://www.khronos.org/legal/trademarks/", + url: 'https://www.khronos.org/webgl/', + brandUrl: 'https://www.khronos.org/legal/trademarks/' }, { - title: "Intello", - category: "Platform", + title: 'Intello', + category: 'Platform', route: { - light: "/library/intello-dark.svg", - dark: "/library/intello-light.svg", + light: '/library/intello-dark.svg', + dark: '/library/intello-light.svg' }, wordmark: { - light: "/library/intello_wordmark_dark.svg", - dark: "/library/intello_wordmark_light.svg", + light: '/library/intello_wordmark_dark.svg', + dark: '/library/intello_wordmark_light.svg' }, - url: "https://intelloai.com/", + url: 'https://intelloai.com/' }, { - title: "Kilo Code", - category: ["AI", "Devtool"], + title: 'Knoott', + category: ['Platform', 'Marketplace', 'Community', 'Social'], route: { - light: "/library/kilocode-light.svg", - dark: "/library/kilocode-dark.svg", + light: '/library/knoott-dark.svg', + dark: '/library/knoott-light.svg' }, - url: "https://kilocode.ai/", + wordmark: { + light: '/library/knoott_wordmark_dark.svg', + dark: '/library/knoott_wordmark_light.svg' + }, + url: 'https://knoott.com/' }, { - title: "Cursor", - category: ["Software"], - brandUrl: "https://cursor.com/brand", - loftlyyUrl: "https://www.loftlyy.com/en/cursor", + title: 'Kilo Code', + category: ['AI', 'Devtool'], route: { - light: "/library/cursor_light.svg", - dark: "/library/cursor_dark.svg", + light: '/library/kilocode-light.svg', + dark: '/library/kilocode-dark.svg' + }, + url: 'https://kilocode.ai/' + }, + { + title: 'Cursor', + category: ['Software'], + brandUrl: 'https://cursor.com/brand', + loftlyyUrl: 'https://www.loftlyy.com/en/cursor', + route: { + light: '/library/cursor_light.svg', + dark: '/library/cursor_dark.svg' }, wordmark: { - light: "/library/cursor_wordmark_light.svg", - dark: "/library/cursor_wordmark_dark.svg", + light: '/library/cursor_wordmark_light.svg', + dark: '/library/cursor_wordmark_dark.svg' }, - url: "https://www.cursor.com", + url: 'https://www.cursor.com' }, { - title: "LottieFiles", - category: "Design", - route: "/library/lottiefiles.svg", - brandUrl: "https://lottiefiles.com/brand-assets", + title: 'LottieFiles', + category: 'Design', + route: '/library/lottiefiles.svg', + brandUrl: 'https://lottiefiles.com/brand-assets', wordmark: { - light: "/library/lottiefiles-wordmark-light.svg", - dark: "/library/lottiefiles-wordmark-dark.svg", + light: '/library/lottiefiles-wordmark-light.svg', + dark: '/library/lottiefiles-wordmark-dark.svg' }, - url: "https://lottiefiles.com/", + url: 'https://lottiefiles.com/' }, { - title: "Mintlify", - category: "Software", - route: "/library/mintlify.svg", + title: 'Mintlify', + category: 'Software', + route: '/library/mintlify.svg', wordmark: { - light: "/library/mintlify_wordmark_light.svg", - dark: "/library/mintlify_wordmark_dark.svg", + light: '/library/mintlify_wordmark_light.svg', + dark: '/library/mintlify_wordmark_dark.svg' }, - url: "https://mintlify.com/", + url: 'https://mintlify.com/' }, { - title: "Qdrant", - category: ["Database", "AI"], + title: 'Qdrant', + category: ['Database', 'AI'], route: { - light: "/library/qdrant-icon-light.svg", - dark: "/library/qdrant-icon-dark.svg", + light: '/library/qdrant-icon-light.svg', + dark: '/library/qdrant-icon-dark.svg' }, wordmark: { - light: "/library/qdrant-wordmark-light.svg", - dark: "/library/qdrant-wordmark-dark.svg", + light: '/library/qdrant-wordmark-light.svg', + dark: '/library/qdrant-wordmark-dark.svg' }, - url: "https://qdrant.tech/", - brandUrl: "https://qdrant.tech/brand-resources/", + url: 'https://qdrant.tech/', + brandUrl: 'https://qdrant.tech/brand-resources/' }, { - title: "TravelPerk", - category: "Software", + title: 'TravelPerk', + category: 'Software', route: { - light: "/library/travelperk-light.svg", - dark: "/library/travelperk-dark.svg", + light: '/library/travelperk-light.svg', + dark: '/library/travelperk-dark.svg' }, wordmark: { - light: "/library/travelperk-wordmark-light.svg", - dark: "/library/travelperk-wordmark-dark.svg", + light: '/library/travelperk-wordmark-light.svg', + dark: '/library/travelperk-wordmark-dark.svg' }, - url: "https://www.travelperk.com/", - brandUrl: "https://www.travelperk.com/media/", + url: 'https://www.travelperk.com/', + brandUrl: 'https://www.travelperk.com/media/' }, { - title: "Sanity", - category: ["CMS", "Software"], + title: 'Sanity', + category: ['CMS', 'Software'], route: { - light: "/library/sanity-light.svg", - dark: "/library/sanity-dark.svg", + light: '/library/sanity-light.svg', + dark: '/library/sanity-dark.svg' }, wordmark: { - light: "/library/sanity-wordmark-light.svg", - dark: "/library/sanity-wordmark-dark.svg", + light: '/library/sanity-wordmark-light.svg', + dark: '/library/sanity-wordmark-dark.svg' }, - url: "https://www.sanity.io/", + url: 'https://www.sanity.io/' }, { - title: "Nginx", - category: "Software", - route: "/library/nginx.svg", - url: "https://nginx.org/", + title: 'Nginx', + category: 'Software', + route: '/library/nginx.svg', + url: 'https://nginx.org/' }, { - title: "Soldera", - category: ["Platform", "Analytics", "Marketplace", "Software"], + title: 'Soldera', + category: ['Platform', 'Analytics', 'Marketplace', 'Software'], route: { - light: "/library/soldera-icon-light.svg", - dark: "/library/soldera-icon.svg", + light: '/library/soldera-icon-light.svg', + dark: '/library/soldera-icon.svg' }, wordmark: { - light: "/library/soldera-wordmark-light.svg", - dark: "/library/soldera-wordmark-dark.svg", + light: '/library/soldera-wordmark-light.svg', + dark: '/library/soldera-wordmark-dark.svg' }, - url: "https://www.soldera.org", + url: 'https://www.soldera.org' }, { - title: "Dribbble", - category: ["Design", "Community", "Platform"], - route: "/library/dribbble.svg", + title: 'Dribbble', + category: ['Design', 'Community', 'Platform'], + route: '/library/dribbble.svg', wordmark: { - light: "/library/dribbble-wordmark-light.svg", - dark: "/library/dribbble-wordmark-dark.svg", + light: '/library/dribbble-wordmark-light.svg', + dark: '/library/dribbble-wordmark-dark.svg' }, - url: "https://dribbble.com/", + url: 'https://dribbble.com/' }, { - title: "Paper", - category: ["Design", "Software", "Platform"], - route: "/library/paper.svg", + title: 'Paper', + category: ['Design', 'Software', 'Platform'], + route: '/library/paper.svg', wordmark: { - light: "/library/paper-wordmark-light.svg", - dark: "/library/paper-wordmark-dark.svg", + light: '/library/paper-wordmark-light.svg', + dark: '/library/paper-wordmark-dark.svg' }, - url: "https://paper.design/", + url: 'https://paper.design/' }, { - title: "Dodo Payments", - category: ["Software", "Payment"], - route: "/library/dodo-payments.svg", + title: 'Dodo Payments', + category: ['Software', 'Payment'], + route: '/library/dodo-payments.svg', wordmark: { - light: "/library/dodo-payments-wordmark-light.svg", - dark: "/library/dodo-payments-wordmark-dark.svg", + light: '/library/dodo-payments-wordmark-light.svg', + dark: '/library/dodo-payments-wordmark-dark.svg' }, - url: "https://dodopayments.com/", - brandUrl: "https://dodopayments.com/brand", + url: 'https://dodopayments.com/', + brandUrl: 'https://dodopayments.com/brand' }, { - title: "Formance", - category: ["Software", "Payment"], + title: 'Formance', + category: ['Software', 'Payment'], route: { - light: "/library/formance-light.svg", - dark: "/library/formance-dark.svg", + light: '/library/formance-light.svg', + dark: '/library/formance-dark.svg' }, wordmark: { - light: "/library/formance-wordmark-light.svg", - dark: "/library/formance-wordmark-dark.svg", + light: '/library/formance-wordmark-light.svg', + dark: '/library/formance-wordmark-dark.svg' }, - url: "https://www.formance.com/", + url: 'https://www.formance.com/' }, { - title: "Bklit", - category: ["Analytics", "Software"], + title: 'Bklit', + category: ['Analytics', 'Software'], route: { - light: "/library/bklit-light.svg", - dark: "/library/bklit-dark.svg", + light: '/library/bklit-light.svg', + dark: '/library/bklit-dark.svg' }, - brandUrl: "https://bklit.com/branding", - url: "https://bklit.com/", + brandUrl: 'https://bklit.com/branding', + url: 'https://bklit.com/' }, { - title: "Intlayer", - category: ["AI", "Devtool", "CMS"], + title: 'Intlayer', + category: ['AI', 'Devtool', 'CMS'], route: { - light: "/library/intlayer-light.svg", - dark: "/library/intlayer-dark.svg", + light: '/library/intlayer-light.svg', + dark: '/library/intlayer-dark.svg' }, - url: "https://intlayer.org", + url: 'https://intlayer.org' }, { - title: "Goil", - category: ["Software", "AI"], + title: 'Goil', + category: ['Software', 'AI'], route: { - light: "/library/goil.svg", - dark: "/library/goil-dark.svg", + light: '/library/goil.svg', + dark: '/library/goil-dark.svg' }, wordmark: { - light: "/library/goil-wordmark.svg", - dark: "/library/goil-wordmark-dark.svg", + light: '/library/goil-wordmark.svg', + dark: '/library/goil-wordmark-dark.svg' }, - url: "https://www.goil.app/", + url: 'https://www.goil.app/' }, { - title: "Vite", - category: ["Devtool", "VoidZero"], - route: "/library/vite.svg", - url: "https://vitejs.dev", + title: 'Vite', + category: ['Devtool', 'VoidZero'], + route: '/library/vite.svg', + url: 'https://vitejs.dev' }, { - title: "Vitest", - category: ["Framework", "VoidZero"], - route: "/library/vitest.svg", - url: "https://vitest.dev/", + title: 'Vitest', + category: ['Framework', 'VoidZero'], + route: '/library/vitest.svg', + url: 'https://vitest.dev/' }, { - title: "Oxc", - category: ["Devtool", "VoidZero"], - route: "/library/oxc.svg", - url: "https://oxc.rs/", + title: 'Oxc', + category: ['Devtool', 'VoidZero'], + route: '/library/oxc.svg', + url: 'https://oxc.rs/' }, { - title: "Rolldown", - category: ["Compiler", "VoidZero"], - route: "/library/rolldown.svg", - url: "https://rolldown.rs/", + title: 'Rolldown', + category: ['Compiler', 'VoidZero'], + route: '/library/rolldown.svg', + url: 'https://rolldown.rs/' }, { - title: "VoidZero", - category: ["VoidZero"], - route: "/library/voidzero.svg", - url: "https://voidzero.dev/", + title: 'VoidZero', + category: ['VoidZero'], + route: '/library/voidzero.svg', + url: 'https://voidzero.dev/' }, { - title: "Tembo", - category: ["AI", "Software"], + title: 'Tembo', + category: ['AI', 'Software'], route: { - light: "/library/tembo.svg", - dark: "/library/tembo-dark.svg", + light: '/library/tembo.svg', + dark: '/library/tembo-dark.svg' }, wordmark: { - light: "/library/tembo-wordmark.svg", - dark: "/library/tembo-wordmark-dark.svg", + light: '/library/tembo-wordmark.svg', + dark: '/library/tembo-wordmark-dark.svg' }, - brandUrl: "https://www.tembo.io/brand-assets", - url: "https://www.tembo.io/", + brandUrl: 'https://www.tembo.io/brand-assets', + url: 'https://www.tembo.io/' }, { - title: "Firecrawl", - category: ["AI", "Software"], + title: 'Firecrawl', + category: ['AI', 'Software'], route: { - light: "/library/firecrawl.svg", - dark: "/library/firecrawl-dark.svg", + light: '/library/firecrawl.svg', + dark: '/library/firecrawl-dark.svg' }, wordmark: { - light: "/library/firecrawl-wordmark.svg", - dark: "/library/firecrawl-dark-wordmark.svg", + light: '/library/firecrawl-wordmark.svg', + dark: '/library/firecrawl-dark-wordmark.svg' }, - brandUrl: "https://www.firecrawl.dev/brand", - url: "https://www.firecrawl.dev/", + brandUrl: 'https://www.firecrawl.dev/brand', + url: 'https://www.firecrawl.dev/' }, { - title: "AbacatePay", - category: "Payment", - route: "/library/abacatepay.svg", - wordmark: "/library/abacatepay-wordmark.svg", - url: "https://abacatepay.com", + title: 'AbacatePay', + category: 'Payment', + route: '/library/abacatepay.svg', + wordmark: '/library/abacatepay-wordmark.svg', + url: 'https://abacatepay.com' }, { - title: "Google Calendar", - category: ["Google", "Software"], - route: "/library/google-calendar.svg", - url: "https://calendar.google.com/", + title: 'Google Calendar', + category: ['Google', 'Software'], + route: '/library/google-calendar.svg', + url: 'https://calendar.google.com/' }, { - title: "Google Meet", - category: ["Google", "Software"], - route: "/library/google-meet.svg", - url: "https://meet.google.com/", + title: 'Google Meet', + category: ['Google', 'Software'], + route: '/library/google-meet.svg', + url: 'https://meet.google.com/' }, { - title: "Google Sheets", - category: ["Google", "Software"], - route: "/library/google-sheets.svg", - url: "https://sheets.google.com/", + title: 'Google Sheets', + category: ['Google', 'Software'], + route: '/library/google-sheets.svg', + url: 'https://sheets.google.com/' }, { - title: "Google Slides", - category: ["Google", "Software"], - route: "/library/google-slides.svg", - url: "https://slides.google.com/", + title: 'Google Slides', + category: ['Google', 'Software'], + route: '/library/google-slides.svg', + url: 'https://slides.google.com/' }, { - title: "Google Chat", - category: ["Google", "Software"], - route: "/library/google-chat.svg", - url: "https://chat.google.com/", + title: 'Google Chat', + category: ['Google', 'Software'], + route: '/library/google-chat.svg', + url: 'https://chat.google.com/' }, { - title: "Google Analytics", - category: ["Google", "Software"], - route: "/library/google-analytics.svg", - url: "https://analytics.google.com/", + title: 'Google Analytics', + category: ['Google', 'Software'], + route: '/library/google-analytics.svg', + url: 'https://analytics.google.com/' }, { - title: "Hotmart", - category: "Marketplace", - route: "/library/hotmart.svg", - wordmark: "/library/hotmart-wordmark.svg", - url: "https://www.hotmart.com/", + title: 'Hotmart', + category: 'Marketplace', + route: '/library/hotmart.svg', + wordmark: '/library/hotmart-wordmark.svg', + url: 'https://www.hotmart.com/' }, { - title: "Microsoft Office", - category: ["Microsoft", "Software"], - route: "/library/microsoft-office.svg", - url: "https://www.office.com/", + title: 'Microsoft Office', + category: ['Microsoft', 'Software'], + route: '/library/microsoft-office.svg', + url: 'https://www.office.com/' }, { - title: "Midjourney", - category: ["AI", "Software"], + title: 'Midjourney', + category: ['AI', 'Software'], route: { - light: "/library/midjourney.svg", - dark: "/library/midjourney-dark.svg", + light: '/library/midjourney.svg', + dark: '/library/midjourney-dark.svg' }, - url: "https://www.midjourney.com/", + url: 'https://www.midjourney.com/' }, { - title: "Manus", - category: ["AI", "Software"], + title: 'Manus', + category: ['AI', 'Software'], route: { - light: "/library/manus.svg", - dark: "/library/manus-dark.svg", + light: '/library/manus.svg', + dark: '/library/manus-dark.svg' }, wordmark: { - light: "/library/manus-wordmark.svg", - dark: "/library/manus-wordmark-dark.svg", + light: '/library/manus-wordmark.svg', + dark: '/library/manus-wordmark-dark.svg' }, - brandUrl: "https://www.manus.ai/brand", - url: "https://www.manus.ai/", + brandUrl: 'https://www.manus.ai/brand', + url: 'https://www.manus.ai/' }, { - title: "Glide", - category: ["AI", "Software"], + title: 'Glide', + category: ['AI', 'Software'], route: { - light: "/library/glide_light.svg", - dark: "/library/glide_dark.svg", + light: '/library/glide_light.svg', + dark: '/library/glide_dark.svg' }, wordmark: { - light: "/library/glide_light_wordmark.svg", - dark: "/library/glide_dark_wordmark.svg", + light: '/library/glide_light_wordmark.svg', + dark: '/library/glide_dark_wordmark.svg' }, - brandUrl: "https://brand.glide.page/dl/brand-assets", - url: "https://www.glideapps.com/", + brandUrl: 'https://brand.glide.page/dl/brand-assets', + url: 'https://www.glideapps.com/' }, { - title: "vlt", - category: "Software", + title: 'vlt', + category: 'Software', route: { - light: "/library/vlt-light.svg", - dark: "/library/vlt-dark.svg", + light: '/library/vlt-light.svg', + dark: '/library/vlt-dark.svg' }, wordmark: { - light: "/library/vlt-wordmark-light.svg", - dark: "/library/vlt-wordmark-dark.svg", + light: '/library/vlt-wordmark-light.svg', + dark: '/library/vlt-wordmark-dark.svg' }, - url: "https://www.vlt.sh", + url: 'https://www.vlt.sh' }, { - title: "OpenCode", - category: ["AI", "Software"], + title: 'OpenCode', + category: ['AI', 'Software'], route: { - light: "/library/opencode.svg", - dark: "/library/opencode-dark.svg", + light: '/library/opencode.svg', + dark: '/library/opencode-dark.svg' }, wordmark: { - light: "/library/opencode-wordmark.svg", - dark: "/library/opencode-wordmark-dark.svg", + light: '/library/opencode-wordmark.svg', + dark: '/library/opencode-wordmark-dark.svg' }, - url: "https://opencode.ai/", + url: 'https://opencode.ai/' }, { - title: "OpenClaw", - category: ["AI", "Software"], - route: "/library/openclaw.svg", - url: "https://openclaw.ai/", + title: 'OpenClaw', + category: ['AI', 'Software'], + route: '/library/openclaw.svg', + url: 'https://openclaw.ai/' }, { - title: "Dracula", - category: ["Themes"], + title: 'Dracula', + category: ['Themes'], route: { - light: "/library/dracula-dark.svg", - dark: "/library/dracula.svg", + light: '/library/dracula-dark.svg', + dark: '/library/dracula.svg' }, - url: "https://draculatheme.com/", + url: 'https://draculatheme.com/' }, { - title: "Render", - category: ["Software", "Hosting"], + title: 'Render', + category: ['Software', 'Hosting'], route: { - light: "/library/render_black.svg", - dark: "/library/render_white.svg", + light: '/library/render_black.svg', + dark: '/library/render_white.svg' }, wordmark: { - light: "/library/render_wordmark_black.svg", - dark: "/library/render_wordmark_white.svg", + light: '/library/render_wordmark_black.svg', + dark: '/library/render_wordmark_white.svg' }, - url: "https://render.com/", + url: 'https://render.com/' }, { - title: "Xata", - category: ["Database", "AI"], - route: "/library/xata.svg", + title: 'Xata', + category: ['Database', 'AI'], + route: '/library/xata.svg', wordmark: { - light: "/library/xata_wordmark_black.svg", - dark: "/library/xata_wordmark_white.svg", + light: '/library/xata_wordmark_black.svg', + dark: '/library/xata_wordmark_white.svg' }, - url: "https://xata.io/", - brandUrl: "https://xata.io/brand", + url: 'https://xata.io/', + brandUrl: 'https://xata.io/brand' }, { - title: "Stripe", - category: ["Software", "Payment"], - route: "/library/stripe.svg", - wordmark: "/library/stripe_wordmark.svg", - url: "https://stripe.com/", + title: 'Stripe', + category: ['Software', 'Payment'], + route: '/library/stripe.svg', + wordmark: '/library/stripe_wordmark.svg', + url: 'https://stripe.com/' }, { - title: "Interfere", - category: "Software", + title: 'Interfere', + category: 'Software', route: { - light: "/library/interfere_black.svg", - dark: "/library/interfere_white.svg", + light: '/library/interfere_black.svg', + dark: '/library/interfere_white.svg' }, wordmark: { - light: "/library/interfere_wordmark_black.svg", - dark: "/library/interfere_wordmark_white.svg", + light: '/library/interfere_wordmark_black.svg', + dark: '/library/interfere_wordmark_white.svg' }, - url: "https://interfere.com/", + url: 'https://interfere.com/' }, { - title: "Orshot", - category: ["Platform", "Design", "Automation", "AI"], - route: "/library/orshot.svg", + title: 'Orshot', + category: ['Platform', 'Design', 'Automation', 'AI'], + route: '/library/orshot.svg', wordmark: { - light: "/library/orshot_wordmark_light.svg", - dark: "/library/orshot_wordmark_dark.svg", + light: '/library/orshot_wordmark_light.svg', + dark: '/library/orshot_wordmark_dark.svg' }, - url: "https://orshot.com", - brandUrl: "https://orshot.com/brand", + url: 'https://orshot.com', + brandUrl: 'https://orshot.com/brand' }, { - title: "Codex", - category: ["AI", "Software"], + title: 'Codex', + category: ['AI', 'Software'], route: { - light: "/library/codex_light.svg", - dark: "/library/codex_dark.svg", + light: '/library/codex_light.svg', + dark: '/library/codex_dark.svg' }, wordmark: { - light: "/library/codex_wordmark_light.svg", - dark: "/library/codex_wordmark_dark.svg", + light: '/library/codex_wordmark_light.svg', + dark: '/library/codex_wordmark_dark.svg' }, - url: "https://openai.com/codex/", + url: 'https://openai.com/codex/' }, { - title: "Leedlime", - category: ["AI", "Software", "Automation"], - route: "/library/leedlime.svg", - url: "https://leedlime.com", + title: 'Leedlime', + category: ['AI', 'Software', 'Automation'], + route: '/library/leedlime.svg', + url: 'https://leedlime.com' }, { - title: "Cerebras", - category: ["AI"], + title: 'Cerebras', + category: ['AI'], route: { - light: "/library/cerebras-dark.svg", - dark: "/library/cerebras.svg", + light: '/library/cerebras-dark.svg', + dark: '/library/cerebras.svg' }, wordmark: { - light: "/library/cerebras-wordmark.svg", - dark: "/library/cerebras-wordmark-dark.svg", + light: '/library/cerebras-wordmark.svg', + dark: '/library/cerebras-wordmark-dark.svg' }, - url: "https://www.cerebras.ai/", + url: 'https://www.cerebras.ai/' }, { - title: "Runframe", - category: ["Software", "DevOps", "Tools"], - route: "/library/runframe.svg", - url: "https://runframe.io", - }, + title: 'Runframe', + category: ['Software', 'DevOps', 'Tools'], + route: '/library/runframe.svg', + url: 'https://runframe.io' + } ]; diff --git a/static/library/knoott_dark.svg b/static/library/knoott_dark.svg new file mode 100644 index 00000000..43afc03e --- /dev/null +++ b/static/library/knoott_dark.svg @@ -0,0 +1,4 @@ + + + + diff --git a/static/library/knoott_light.svg b/static/library/knoott_light.svg new file mode 100644 index 00000000..8b6e6571 --- /dev/null +++ b/static/library/knoott_light.svg @@ -0,0 +1,4 @@ + + + + diff --git a/static/library/knoott_wordmark_dark.svg b/static/library/knoott_wordmark_dark.svg new file mode 100644 index 00000000..622487af --- /dev/null +++ b/static/library/knoott_wordmark_dark.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/static/library/knoott_wordmark_light.svg b/static/library/knoott_wordmark_light.svg new file mode 100644 index 00000000..a7c7fb48 --- /dev/null +++ b/static/library/knoott_wordmark_light.svg @@ -0,0 +1,8 @@ + + + + + + + +