svgl/src/data/svgs.ts

2727 lines
57 KiB
TypeScript
Raw Normal View History

2023-12-31 15:00:12 -05:00
import type { iSVG } from '../types/svg';
2023-03-19 14:52:33 +00:00
export const svgs: iSVG[] = [
2024-05-06 07:33:43 -06:00
{
2024-05-13 22:13:28 +01:00
title: 'Animate',
category: ['Software', 'Design'],
route: '/library/animate.svg',
url: 'https://www.adobe.com/products/animate.html'
2024-05-06 07:33:43 -06:00
},
{
2024-05-13 22:13:28 +01:00
title: 'Blender',
category: ['Software', 'Design'],
route: '/library/blender.svg',
url: 'https://blender.org/'
2024-05-06 07:33:43 -06:00
},
{
2024-05-13 22:13:28 +01:00
title: 'Lua',
category: 'Language',
route: '/library/lua.svg',
url: 'https://lua.org/'
2024-05-06 07:33:43 -06:00
},
{
title: 'Mercado Pago',
category: 'Payment',
route: '/library/mercado-pago.svg',
wordmark: '/library/mercado-pago-wordmark.svg',
url: 'https://www.mercadopago.com/developers/'
},
2024-04-28 17:43:27 -05:00
{
title: 'Basewell',
category: ['AI', 'Software'],
route: '/library/basewell.svg',
url: 'https://www.basewell.com/'
},
2024-04-25 14:41:49 +08:00
{
title: 'ahooks',
category: 'Library',
route: '/library/ahooks.svg',
wordmark: {
light: '/library/ahooks-wordmark-light.svg',
dark: '/library/ahooks-wordmark-dark.svg'
},
url: 'https://ahooks.js.org/'
},
2023-03-19 14:52:33 +00:00
{
title: 'Discord',
category: 'Software',
route: '/library/discord.svg',
2023-03-19 14:52:33 +00:00
url: 'https://discord.com/'
},
2024-03-21 14:01:16 +01:00
{
title: 'Aliexpress',
category: 'Software',
route: '/library/aliexpress-icon.svg',
wordmark: '/library/aliexpress-logo.svg',
2024-03-23 10:05:59 +01:00
url: 'https://aliexpress.com/'
},
2023-03-19 14:52:33 +00:00
{
title: 'Github',
category: 'Software',
route: '/library/github.svg',
2023-03-19 14:52:33 +00:00
url: 'https://github.com/'
},
{
title: 'Preact',
category: 'Library',
route: '/library/preact.svg',
2023-03-19 14:52:33 +00:00
url: 'https://preactjs.com/'
},
{
title: 'React',
category: 'Library',
route: '/library/react.svg',
2023-03-19 14:52:33 +00:00
url: 'https://reactjs.org/'
},
{
title: 'Svelte',
category: 'Library',
route: '/library/svelte.svg',
2023-03-19 14:52:33 +00:00
url: 'https://svelte.dev/'
},
{
title: 'Vue',
category: 'Framework',
route: '/library/vue.svg',
2023-03-19 14:52:33 +00:00
url: 'https://vuejs.org/'
},
2023-12-23 21:09:16 +03:30
{
2023-12-25 23:01:37 +05:30
title: 'Vuetify',
category: 'Library',
route: '/library/vuetify.svg',
2023-12-25 23:01:37 +05:30
url: 'https://vuetifyjs.com/'
2023-12-23 21:09:16 +03:30
},
2023-03-19 14:52:33 +00:00
{
title: 'Nuxt',
category: 'Framework',
route: '/library/nuxt.svg',
2023-03-19 14:52:33 +00:00
url: 'https://nuxtjs.org/'
},
{
2023-03-19 22:02:09 +00:00
title: 'Visual Studio Code',
2023-03-19 14:52:33 +00:00
category: 'Software',
route: '/library/vscode.svg',
2023-03-19 14:52:33 +00:00
url: 'https://code.visualstudio.com/'
},
2023-12-28 10:31:44 +03:30
{
title: 'Ton',
category: 'Crypto',
route: '/library/ton.svg',
2023-12-28 22:48:12 +00:00
url: 'https://ton.org/'
2023-12-28 10:31:44 +03:30
},
2024-01-10 12:01:11 +03:30
{
title: 'Locofy',
category: 'AI',
route: '/library/locofy.svg',
2024-01-10 12:01:11 +03:30
url: 'https://www.locofy.ai/'
},
2023-12-29 16:03:50 +03:30
{
title: 'Runway',
category: 'AI',
route: '/library/runway.svg',
2023-12-29 16:03:50 +03:30
url: 'https://runwayml.com/'
},
2024-01-03 19:31:10 +03:30
{
title: 'Yarn',
category: 'Software',
route: '/library/yarn.svg',
2024-01-03 19:31:10 +03:30
url: 'https://yarnpkg.com/'
},
2023-03-19 14:52:33 +00:00
{
title: 'JWT',
category: 'Library',
route: '/library/jwt.svg',
2023-03-19 14:52:33 +00:00
url: 'https://jwt.io/'
},
{
title: 'Strapi',
category: 'CMS',
route: '/library/strapi.svg',
2023-03-19 14:52:33 +00:00
url: 'https://strapi.io/'
},
{
title: 'Figma',
2023-11-17 09:22:25 -04:00
category: 'Design',
route: '/library/figma.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.figma.com/'
},
{
title: 'Spotify',
category: 'Music',
route: '/library/spotify.svg',
wordmark: '/library/spotify_wordmark.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.spotify.com/'
},
2023-12-30 19:01:55 +03:30
{
title: 'WorkOS',
category: 'Software',
route: {
light: '/library/workos.svg',
dark: '/library/workos-light.svg'
2023-12-30 19:01:55 +03:30
},
url: 'https://workos.com/'
},
2024-01-05 15:46:08 +03:30
{
title: 'Whop',
category: 'Marketplace',
route: {
light: '/library/whop.svg',
dark: '/library/whop-light.svg'
2024-01-05 15:46:08 +03:30
},
url: 'https://whop.com/'
},
2023-03-19 14:52:33 +00:00
{
title: 'Postman',
category: 'Software',
route: '/library/postman.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.getpostman.com/'
},
2024-01-10 11:48:28 +03:30
{
title: 'Discord.js',
category: 'Library',
route: '/library/djs.svg',
2024-01-10 11:48:28 +03:30
url: 'https://discord.js.org/'
},
2023-12-28 10:36:26 +03:30
{
title: 'OpenSea',
category: 'Crypto',
route: '/library/opensea.svg',
2023-12-28 22:48:12 +00:00
url: 'https://opensea.io/'
2023-12-28 10:36:26 +03:30
},
2023-03-19 14:52:33 +00:00
{
title: 'Algolia',
category: 'Library',
route: '/library/algolia.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.algolia.com/'
},
{
title: 'Bootstrap',
category: 'Framework',
route: '/library/bootstrap.svg',
2023-03-19 14:52:33 +00:00
url: 'https://getbootstrap.com/'
},
{
title: 'Firebase',
category: 'Hosting',
route: '/library/firebase.svg',
2023-03-19 14:52:33 +00:00
url: 'https://firebase.google.com/'
},
{
title: 'Vite.js',
category: 'Compiler',
route: '/library/vitejs.svg',
2023-03-19 14:52:33 +00:00
url: 'https://vitejs.dev'
},
{
title: 'Facebook',
category: 'Social',
route: '/library/facebook.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.facebook.com/'
},
{
title: 'Twitter',
category: 'Social',
route: '/library/twitter.svg',
2023-03-19 14:52:33 +00:00
url: 'https://twitter.com/'
},
{
title: 'Esbuild',
category: 'Compiler',
route: '/library/esbuild.svg',
2023-03-19 14:52:33 +00:00
url: 'https://esbuild.github.io/'
},
{
title: 'Deno',
category: 'Library',
2023-12-12 13:37:14 +03:00
route: {
light: '/library/deno.svg',
dark: '/library/deno_dark.svg'
2023-12-12 13:37:14 +03:00
},
2023-03-19 14:52:33 +00:00
url: 'https://deno.land/'
},
{
title: 'Gatsby',
category: 'Framework',
route: '/library/gatsby.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.gatsbyjs.org/'
},
{
title: 'NPM',
category: 'Software',
route: '/library/npm.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.npmjs.com/'
},
{
title: 'Homebrew',
category: 'Software',
route: '/library/homebrew.svg',
2023-03-19 14:52:33 +00:00
url: 'https://brew.sh/'
},
{
title: 'Sublime Text',
category: 'Software',
route: '/library/sublimetext.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.sublimetext.com/'
},
{
title: 'Turborepo',
category: ['Library', 'Vercel'],
route: '/library/turborepo.svg',
2023-03-19 14:52:33 +00:00
url: 'https://turborepo.org/'
},
{
title: 'Tailwind CSS',
category: 'Framework',
route: '/library/tailwindcss.svg',
2023-03-19 14:52:33 +00:00
url: 'https://tailwindcss.com/'
},
{
title: 'Styled Components',
category: 'Library',
route: '/library/styledcomponents.svg',
2023-03-19 14:52:33 +00:00
url: 'https://styled-components.com/'
},
{
title: 'Angular',
category: 'Framework',
route: '/library/angular.svg',
url: 'https://angular.dev/'
2023-03-19 14:52:33 +00:00
},
{
title: 'Blitz',
category: 'Framework',
route: '/library/blitzjs.svg',
2023-03-19 14:52:33 +00:00
url: 'https://blitzjs.com/'
},
{
title: 'Lit',
category: 'Library',
route: '/library/lit.svg',
2023-03-19 14:52:33 +00:00
url: 'https://lit.dev/'
},
{
title: 'Atom',
category: 'Software',
route: '/library/atom.svg',
2023-03-19 14:52:33 +00:00
url: 'https://atom.io/'
},
{
title: 'YouTube',
category: 'Social',
route: '/library/youtube.svg',
wordmark: '/library/youtube-wordmark.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.youtube.com/'
},
{
title: 'Astro',
category: 'Framework',
2023-12-12 13:37:14 +03:00
route: {
light: '/library/astro.svg',
dark: '/library/astro_dark.svg'
2023-12-12 13:37:14 +03:00
},
2023-03-19 14:52:33 +00:00
url: 'https://astro.build/'
},
{
title: 'Google',
category: 'Social',
route: '/library/google.svg',
wordmark: '/library/google-wordmark.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.google.com/'
},
{
title: 'Framer',
category: 'Software',
2023-12-12 13:37:14 +03:00
route: {
light: '/library/framer.svg',
dark: '/library/framer_dark.svg'
2023-12-12 13:37:14 +03:00
},
2023-03-19 14:52:33 +00:00
url: 'https://framer.com/'
},
{
title: 'Netflix',
category: 'Entertainment',
route: '/library/netflix.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.netflix.com/'
},
{
title: 'Firefox',
2023-04-25 09:58:40 +02:00
category: 'Browser',
route: '/library/firefox.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.mozilla.org/en-US/firefox/'
},
{
title: 'LinkedIn',
category: 'Social',
route: '/library/linkedin.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.linkedin.com/'
},
{
title: 'Telegram',
category: 'Social',
route: '/library/telegram.svg',
2023-03-19 14:52:33 +00:00
url: 'https://web.telegram.org/'
},
{
title: 'WhatsApp',
category: 'Social',
route: '/library/whatsapp.svg',
2023-03-19 14:52:33 +00:00
url: 'https://web.whatsapp.com/'
},
{
title: 'Headless UI',
category: 'Library',
route: '/library/headlessui.svg',
2023-03-19 14:52:33 +00:00
url: 'https://headlessui.dev/'
},
{
title: 'Kotlin',
category: 'Language',
route: '/library/kotlin.svg',
2023-03-19 14:52:33 +00:00
url: 'https://kotlinlang.org/'
},
{
title: 'Vitest',
category: 'Framework',
route: '/library/vitest.svg',
2023-03-19 14:52:33 +00:00
url: 'https://vitest.dev/'
},
{
title: 'Storybook',
category: 'Software',
route: '/library/storybook.svg',
2023-03-19 14:52:33 +00:00
url: 'https://storybook.js.org/'
},
{
title: 'Netlify',
category: 'Hosting',
route: '/library/netlify.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.netlify.com/'
},
{
title: 'Solidjs',
category: 'Framework',
route: '/library/solidjs.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.solidjs.com/'
},
{
title: 'MongoDB',
category: 'Database',
route: '/library/mongodb.svg',
wordmark: '/library/mongodb-wordmark.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.mongodb.com/'
},
{
title: 'Moon',
category: 'Framework',
route: '/library/moon.svg',
2023-03-19 14:52:33 +00:00
url: 'https://moonjs.org/'
},
{
title: 'Payload CMS',
category: 'CMS',
2023-12-12 13:37:14 +03:00
route: {
light: '/library/payload.svg',
dark: '/library/payload_dark.svg'
2023-12-12 13:37:14 +03:00
},
2023-03-19 14:52:33 +00:00
url: 'https://payloadcms.com'
},
{
title: 'Fly',
category: 'Hosting',
route: '/library/fly.svg',
2023-03-19 14:52:33 +00:00
url: 'https://fly.io'
},
{
title: 'LearnThis',
category: 'Education',
route: '/library/learnthis.svg',
2023-03-19 14:52:33 +00:00
url: 'https://learnthisacademy.com'
},
{
2023-03-19 22:02:09 +00:00
title: 'Visual Studio',
category: 'Software',
route: '/library/visual-studio.svg',
2023-03-19 22:02:09 +00:00
url: 'https://visualstudio.microsoft.com'
2023-03-19 14:52:33 +00:00
},
{
title: 'Chakra UI',
category: 'Library',
route: '/library/chakra-ui.svg',
2023-03-19 14:52:33 +00:00
url: 'https://chakra-ui.com'
},
{
title: 'Express.js',
category: 'Framework',
2023-12-12 13:37:14 +03:00
route: {
light: '/library/expressjs.svg',
dark: '/library/expressjs_dark.svg'
2023-12-12 13:37:14 +03:00
},
2023-03-19 14:52:33 +00:00
url: 'https://expressjs.com'
},
{
title: 'Fastify',
category: 'Framework',
2023-12-12 13:37:14 +03:00
route: {
light: '/library/fastify.svg',
dark: '/library/fastify_dark.svg'
2023-12-12 13:37:14 +03:00
},
2023-03-19 14:52:33 +00:00
url: 'https://www.fastify.io'
},
{
title: 'JavaScript',
category: 'Language',
route: '/library/javascript.svg',
2023-03-19 14:52:33 +00:00
url: 'https://developer.mozilla.org/docs/Web/JavaScript'
},
{
title: 'jQuery',
category: 'Library',
2023-12-12 13:37:14 +03:00
route: {
light: '/library/jquery.svg',
dark: '/library/jquery_dark.svg'
2023-12-12 13:37:14 +03:00
},
2023-03-19 14:52:33 +00:00
url: 'https://jquery.com'
},
{
title: 'Rapid API',
category: 'Software',
route: '/library/rapidapi.svg',
2023-03-19 14:52:33 +00:00
url: 'https://rapidapi.com'
},
{
title: 'TypeScript',
category: 'Language',
route: '/library/typescript.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.typescriptlang.org'
},
{
title: 'Bun',
category: 'Library',
route: '/library/bun.svg',
2023-03-19 14:52:33 +00:00
url: 'https://bun.sh'
},
2024-05-03 20:05:17 +05:30
{
title: 'BuildShip',
category: 'AI',
route: '/library/buildship.svg',
url: 'https://buildship.com/'
},
2023-03-19 14:52:33 +00:00
{
title: 'Twilio',
category: 'Software',
route: '/library/twilio.svg',
2023-03-19 14:52:33 +00:00
url: 'https://twilio.com'
},
{
title: 'Arc',
2023-10-29 13:58:11 +00:00
category: 'Social',
2023-12-12 13:37:14 +03:00
route: {
light: '/library/arc.svg',
dark: '/library/arc_dark.svg'
2023-12-12 13:37:14 +03:00
},
2023-03-19 14:52:33 +00:00
url: 'https://arc.dev'
},
2023-12-20 08:18:52 -08:00
{
title: 'Arc',
category: 'Software',
2023-12-20 08:18:52 -08:00
route: {
light: '/library/arc_fintech_light.svg',
dark: '/library/arc_fintech_dark.svg'
2023-12-20 08:18:52 -08:00
},
url: 'https://arc.tech'
},
2023-03-19 14:52:33 +00:00
{
title: 'Qwik',
category: 'Framework',
route: '/library/qwik.svg',
2023-03-19 14:52:33 +00:00
url: 'https://qwik.builder.io/'
},
2024-01-13 13:58:50 +03:30
{
title: 'Coinbase',
category: 'Crypto',
route: '/library/coinbase.svg',
2024-01-25 12:24:51 +03:30
wordmark: {
light: '/library/coinbase-wordmark-light.svg',
dark: '/library/coinbase-wordmark-dark.svg'
2024-01-13 13:58:50 +03:30
},
url: 'https://www.coinbase.com/'
},
2023-03-19 14:52:33 +00:00
{
title: 'Authy',
category: 'Software',
route: '/library/authy.svg',
2023-03-19 14:52:33 +00:00
url: 'https://authy.com/'
},
{
title: 'NestJS',
category: 'Framework',
route: '/library/nestjs.svg',
2023-03-19 14:52:33 +00:00
url: 'https://nestjs.com/'
},
{
title: 'Github Copilot',
category: 'Software',
2023-12-12 13:37:14 +03:00
route: {
light: '/library/copilot.svg',
dark: '/library/copilot_dark.svg'
2023-12-12 13:37:14 +03:00
},
2023-03-19 14:52:33 +00:00
url: 'https://github.com/features/copilot'
},
{
title: 'Railway',
category: 'Software',
2023-12-12 13:37:14 +03:00
route: {
light: '/library/railway.svg',
dark: '/library/railway_dark.svg'
2023-12-12 13:37:14 +03:00
},
2023-03-19 14:52:33 +00:00
url: 'https://railway.app/'
},
{
title: 'Docusaurus',
category: 'Software',
route: '/library/docusaurus.svg',
2023-03-19 14:52:33 +00:00
url: 'https://docusaurus.io/'
},
{
title: 'Twitch',
category: 'Entertainment',
route: '/library/twitch.svg',
2023-03-19 14:52:33 +00:00
url: 'https://twitch.tv'
},
{
title: 'GoDaddy',
category: 'Hosting',
2023-12-12 13:37:14 +03:00
route: {
light: '/library/godaddy.svg',
dark: '/library/godaddy_dark.svg'
2023-12-12 13:37:14 +03:00
},
2023-03-19 14:52:33 +00:00
url: 'https://www.godaddy.com/'
},
{
title: 'Udemy',
category: 'Education',
2023-12-12 13:37:14 +03:00
route: {
light: '/library/udemy.svg',
dark: '/library/udemy_dark.svg'
2023-12-12 13:37:14 +03:00
},
2023-03-19 14:52:33 +00:00
url: 'https://www.udemy.com/'
},
{
title: 'GraphQL',
category: 'Language',
route: '/library/graphql.svg',
2023-03-19 14:52:33 +00:00
url: 'https://graphql.org/'
},
{
title: 'GitLab',
category: 'Software',
route: '/library/gitlab.svg',
2023-03-19 14:52:33 +00:00
url: 'https://gitlab.com/'
},
{
title: 'Prisma',
category: 'Software',
2023-12-12 13:37:14 +03:00
route: {
light: '/library/prisma.svg',
dark: '/library/prisma_dark.svg'
2023-12-12 13:37:14 +03:00
},
2023-03-19 14:52:33 +00:00
url: 'https://prisma.io/'
},
{
title: 'Go',
category: 'Language',
2023-12-12 13:37:14 +03:00
route: {
light: '/library/golang.svg',
dark: '/library/golang_dark.svg'
2023-12-12 13:37:14 +03:00
},
2023-03-19 14:52:33 +00:00
url: 'https://go.dev/'
},
{
title: 'Platzi',
category: 'Education',
route: '/library/platzi.svg',
2023-03-19 14:52:33 +00:00
url: 'https://platzi.com/'
},
{
title: 'Coursera',
category: 'Education',
route: '/library/coursera.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.coursera.org/'
},
{
title: 'Udacity',
category: 'Education',
route: '/library/udacity.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.udacity.com/'
},
{
title: 'Kubernetes',
category: 'Software',
route: '/library/kubernetes.svg',
2023-03-19 14:52:33 +00:00
url: 'https://kubernetes.io/'
},
{
title: 'Docker',
category: 'Software',
route: '/library/docker.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.docker.com/'
},
{
title: 'Amazon Web Services',
category: 'Software',
route: '/library/aws.svg',
2023-03-19 14:52:33 +00:00
url: 'https://aws.amazon.com/'
},
{
title: 'Microsoft Azure',
category: 'Software',
route: '/library/azure.svg',
2023-03-19 14:52:33 +00:00
url: 'https://azure.microsoft.com/'
},
{
title: 'Heroku',
category: 'Software',
route: '/library/heroku.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.heroku.com/'
},
{
title: 'JetBrains',
category: 'Software',
route: '/library/jetbrains.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.jetbrains.com/'
},
{
title: 'JetBrains Rider',
category: 'Software',
route: '/library/rider.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.jetbrains.com/rider/'
},
{
title: 'PlanetScale',
category: 'Database',
2023-12-12 13:37:14 +03:00
route: {
light: '/library/planetscale.svg',
dark: '/library/planetscale_dark.svg'
2023-12-12 13:37:14 +03:00
},
2023-03-19 14:52:33 +00:00
url: 'https://planetscale.com/'
},
{
title: 'Playwright',
category: 'Framework',
route: '/library/playwright.svg',
2023-03-19 14:52:33 +00:00
url: 'https://playwright.dev/'
},
{
title: 'Atlassian',
category: 'Software',
route: '/library/atlassian.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.atlassian.com/'
},
{
title: 'Discourse',
category: 'Software',
route: '/library/discourse.svg',
2023-03-19 14:52:33 +00:00
url: 'https://discourse.org/'
},
{
title: 'Ember',
category: 'Framework',
route: '/library/ember.svg',
2023-03-19 14:52:33 +00:00
url: 'https://emberjs.com/'
},
{
title: 'Expo',
category: 'Software',
route: '/library/expo.svg',
2023-03-19 14:52:33 +00:00
url: 'https://expo.dev/'
},
{
title: 'Flutter',
category: 'Framework',
route: '/library/flutter.svg',
2023-03-19 14:52:33 +00:00
url: 'https://flutter.dev/'
},
2024-01-10 11:53:05 +03:30
{
title: 'Auth0',
category: 'Library',
route: '/library/auth0.svg',
2024-01-10 11:53:05 +03:30
url: 'https://auth0.com/'
},
2023-03-19 14:52:33 +00:00
{
title: 'Fresh',
category: 'Framework',
route: '/library/fresh.svg',
2023-03-19 14:52:33 +00:00
url: 'https://fresh.deno.dev/'
},
{
title: 'Git',
category: 'Software',
route: '/library/git.svg',
2023-03-19 14:52:33 +00:00
url: 'https://git-scm.com/'
},
{
title: 'Hostgator',
category: 'Hosting',
route: '/library/hostgator.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.hostgator.com/'
},
{
title: 'IntelliJ IDEA',
category: 'Software',
route: '/library/intellijidea.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.jetbrains.com/idea/'
},
{
title: 'Jasmine',
category: 'Framework',
route: '/library/jasmine.svg',
2023-03-19 14:52:33 +00:00
url: 'https://jasmine.github.io/'
},
{
title: 'Java',
category: 'Language',
route: '/library/java.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.java.com/'
},
{
title: 'Jest',
category: 'Framework',
route: '/library/jest.svg',
2023-03-19 14:52:33 +00:00
url: 'https://jestjs.io/'
},
{
title: 'JetBrains',
category: 'Software',
route: '/library/jetbrainsSolid.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.jetbrains.com/'
},
{
title: 'KrakenJS',
category: 'Framework',
route: '/library/krakenjs.svg',
2023-03-19 14:52:33 +00:00
url: 'https://krakenjs.com/'
},
{
title: 'Laravel',
category: 'Framework',
route: '/library/laravel.svg',
2023-03-19 14:52:33 +00:00
url: 'https://laravel.com/'
},
{
title: 'MariaDB',
category: 'Database',
route: '/library/mariadb.svg',
2023-03-19 14:52:33 +00:00
url: 'https://mariadb.org/'
},
{
title: 'Material UI',
category: 'Framework',
route: '/library/materialui.svg',
2023-03-19 14:52:33 +00:00
url: 'https://mui.com/'
},
{
title: 'MySQL',
category: 'Database',
route: '/library/mysql.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.mysql.com/'
},
{
title: 'Parcel',
category: 'Compiler',
route: '/library/parcel.svg',
2023-03-19 14:52:33 +00:00
url: 'https://parceljs.org/'
},
{
title: 'PM2',
category: 'Framework',
route: '/library/pm2.svg',
2023-03-19 14:52:33 +00:00
url: 'https://pm2.io/'
},
{
title: 'PostgreSQL',
category: 'Database',
route: '/library/postgresql.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.postgresql.org/'
},
{
title: 'React Query',
category: 'Framework',
route: '/library/reactquery.svg',
2023-03-19 14:52:33 +00:00
url: 'https://tanstack.com/query/v4'
},
2024-01-19 18:55:58 +03:30
{
title: 'Devto',
category: 'Community',
route: {
light: '/library/devto-light.svg',
dark: '/library/devto-dark.svg'
2024-01-19 18:55:58 +03:30
},
url: 'https://dev.to/'
},
2023-03-19 14:52:33 +00:00
{
title: 'Redis',
category: 'Database',
route: '/library/redis.svg',
2023-03-19 14:52:33 +00:00
url: 'https://redis.io/'
},
{
title: 'RedwoodJS',
category: 'Framework',
route: '/library/redwoodjs.svg',
2023-03-19 14:52:33 +00:00
url: 'https://redwoodjs.com/'
},
{
title: 'Ruby',
category: 'Language',
route: '/library/ruby.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.ruby-lang.org/'
},
{
title: 'Scala',
category: 'Language',
route: '/library/scala.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.scala-lang.org/'
},
{
title: 'Sequelize',
category: 'Framework',
route: '/library/sequelize.svg',
2023-03-19 14:52:33 +00:00
url: 'https://sequelize.org/'
},
{
title: 'Spinnaker',
category: 'Software',
route: '/library/spinnaker.svg',
2023-03-19 14:52:33 +00:00
url: 'https://spinnaker.io/'
},
{
title: 'SQLite',
category: 'Database',
route: '/library/sqlite.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.sqlite.org/'
},
{
title: 'Swagger',
category: 'Software',
route: '/library/swagger.svg',
2023-03-19 14:52:33 +00:00
url: 'https://swagger.io/'
},
{
title: 'Swift',
category: 'Language',
route: '/library/swift.svg',
2023-03-19 14:52:33 +00:00
url: 'https://swift.org/'
},
{
title: 'TypeORM',
category: 'Database',
route: '/library/typeorm.svg',
2023-03-19 14:52:33 +00:00
url: 'https://typeorm.io/'
},
{
title: 'Unity',
category: 'Software',
2023-12-12 13:37:14 +03:00
route: {
light: '/library/unity.svg',
dark: '/library/unity_dark.svg'
2023-12-12 13:37:14 +03:00
},
2023-03-19 14:52:33 +00:00
url: 'https://unity.com/'
},
{
title: 'Vim',
category: 'Software',
route: '/library/vim.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.vim.org/'
},
{
2023-05-14 18:35:19 +01:00
title: 'Pocketbase',
category: 'Database',
route: '/library/pocket-base.svg',
2023-05-14 18:35:19 +01:00
url: 'https://pocketbase.io/'
2023-03-19 14:52:33 +00:00
},
{
title: 'OpenBootcamp',
category: 'Education',
route: '/library/openbootcamp.svg',
2023-03-19 14:52:33 +00:00
url: 'https://open-bootcamp.com/'
},
{
title: 'Digital Ocean',
category: 'Software',
route: '/library/digitalocean.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.digitalocean.com/'
},
{
title: 'Disney+',
category: 'Entertainment',
route: '/library/disneyplus.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.disneyplus.com/'
},
{
title: 'React Router',
category: 'Library',
route: '/library/reactrouter.svg',
2023-03-19 14:52:33 +00:00
url: 'https://reactrouter.com/en/main'
},
2024-01-13 13:29:14 +03:30
{
title: 'AMP',
category: 'Library',
route: '/library/amp.svg',
2024-01-13 13:29:14 +03:30
url: 'https://amp.dev/'
},
2023-03-19 14:52:33 +00:00
{
2023-03-22 09:21:25 +00:00
title: 'Developer Student Club',
2023-12-17 13:37:51 +00:00
category: 'Community',
route: '/library/gdsc.svg',
2023-03-19 14:52:33 +00:00
url: 'https://gdsc.community.dev/'
},
{
title: 'Brave Browser',
category: 'Browser',
route: '/library/brave.svg',
2023-03-19 14:52:33 +00:00
url: 'https://brave.com/'
},
{
title: 'Eclipse IDE',
2023-03-22 09:21:25 +00:00
category: 'Software',
route: '/library/eclipse.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.eclipse.org/'
},
2024-01-13 13:38:04 +03:30
{
2024-01-13 13:42:38 +03:30
title: 'Three.js',
2024-01-13 13:38:04 +03:30
category: 'Library',
2024-01-13 13:42:38 +03:30
route: {
light: '/library/threejs-light.svg',
dark: '/library/threejs-dark.svg'
2024-01-13 13:42:38 +03:30
},
2024-01-13 13:38:04 +03:30
url: 'https://threejs.org/'
},
2023-03-19 14:52:33 +00:00
{
title: 'HTML5',
category: 'Language',
route: '/library/html5.svg',
2023-03-19 14:52:33 +00:00
url: 'https://es.wikipedia.org/wiki/HTML5'
},
{
title: 'CSS',
category: 'Language',
route: '/library/css.svg',
2023-03-19 14:52:33 +00:00
url: 'https://es.wikipedia.org/wiki/CSS'
},
{
title: 'midudev',
2023-12-17 13:37:51 +00:00
category: 'Community',
route: '/library/midudev.svg',
2023-03-19 14:52:33 +00:00
url: 'https://midu.dev'
},
{
title: 'Apple',
category: 'Software',
2023-12-12 13:37:14 +03:00
route: {
light: '/library/apple.svg',
dark: '/library/apple_dark.svg'
2023-12-12 13:37:14 +03:00
},
2023-03-19 14:52:33 +00:00
url: 'https://www.apple.com'
},
{
title: 'Windows',
category: 'Software',
route: '/library/windows.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.microsoft.com/windows'
},
{
title: 'Python',
category: 'Language',
route: '/library/python.svg',
2023-03-19 14:52:33 +00:00
url: 'https://www.python.org/'
2023-03-19 22:02:09 +00:00
},
2024-02-10 22:43:58 +03:30
{
title: 'Solidity',
category: 'Language',
route: '/library/solidity.svg',
2024-02-10 22:43:58 +03:30
url: 'https://soliditylang.org/'
},
2023-03-19 22:02:09 +00:00
{
title: 'Turbopack',
category: 'Software',
route: '/library/turbopack.svg',
2023-03-19 22:02:09 +00:00
url: 'https://turbo.build/'
},
{
title: 'Builder',
category: 'CMS',
route: '/library/builder.svg',
2023-03-19 22:02:09 +00:00
url: 'https://builder.io/'
},
2024-01-26 15:00:12 +03:30
{
title: 'Babel',
category: 'Compiler',
route: '/library/babel.svg',
2024-01-26 15:00:12 +03:30
url: 'https://babeljs.io/'
},
2023-03-19 22:02:09 +00:00
{
title: 'Surrealdb',
category: 'Database',
route: '/library/surrealdb.svg',
2023-03-19 22:02:09 +00:00
url: 'https://surrealdb.com/'
},
{
title: 'Jetbrains Space',
category: 'Software',
route: '/library/jetbrains-space.svg',
2023-03-19 22:02:09 +00:00
url: 'https://www.jetbrains.com/space/'
},
{
title: 'Stimulus',
category: 'Framework',
route: '/library/stimulus.svg',
2023-03-19 22:02:09 +00:00
url: 'https://stimulus.hotwired.dev/'
2023-03-20 09:35:03 +00:00
},
{
title: 'WindiCSS',
category: 'Framework',
route: '/library/windicss.svg',
2023-03-20 09:35:03 +00:00
url: 'https://windicss.org/'
},
{
title: 'Mastodon',
category: 'Social',
route: '/library/mastodon.svg',
2023-03-20 09:35:03 +00:00
url: 'https://joinmastodon.org/'
},
{
title: 'Upstash',
category: 'Database',
route: '/library/upstash.svg',
2023-03-20 09:35:03 +00:00
url: 'https://upstash.com/'
},
{
title: 'Storyblok',
category: 'CMS',
route: '/library/storyblok.svg',
2023-03-20 09:35:03 +00:00
url: 'https://www.storyblok.com/'
},
{
title: 'Cloudflare Workers',
category: 'Software',
route: '/library/cloudflare-workers.svg',
2023-03-20 09:35:03 +00:00
url: 'https://workers.cloudflare.com/'
},
{
title: 'Cloudflare',
category: 'Software',
route: '/library/cloudflare.svg',
2023-03-20 09:35:03 +00:00
url: 'https://www.cloudflare.com/'
2023-04-12 09:17:21 +01:00
},
{
title: 'Bing',
category: 'Browser',
route: '/library/bing.svg',
2023-04-12 09:17:21 +01:00
url: 'https://www.bing.com/'
},
{
title: 'Cloudinary',
category: 'Software',
route: '/library/cloudinary.svg',
2023-04-12 09:17:21 +01:00
url: 'https://cloudinary.com/'
},
{
title: 'Dart',
category: 'Language',
route: '/library/dart.svg',
2023-04-12 09:17:21 +01:00
url: 'https://dart.dev/'
},
{
title: 'hCaptcha',
category: 'Software',
route: '/library/hcaptcha.svg',
2023-04-12 09:17:21 +01:00
url: 'https://www.hcaptcha.com/'
},
2024-01-19 18:52:29 +03:30
{
title: 'Appwrite',
category: 'Software',
route: '/library/appwrite.svg',
2024-01-19 18:52:29 +03:30
url: 'https://appwrite.io/'
},
2023-04-12 09:17:21 +01:00
{
title: 'Loom',
category: 'Software',
route: '/library/loom.svg',
2023-04-12 09:17:21 +01:00
url: 'https://www.loom.com/'
},
2024-01-03 19:48:53 +03:30
{
title: 'Hulu',
category: 'Entertainment',
2024-01-03 20:01:35 +03:30
route: {
light: '/library/hulu.svg',
dark: '/library/hulu-dark.svg'
2024-01-03 20:01:35 +03:30
},
2024-01-03 19:48:53 +03:30
url: 'https://www.hulu.com/'
},
2023-04-12 09:17:21 +01:00
{
title: 'Stackblitz',
category: 'Software',
route: '/library/stackblitz.svg',
2023-04-12 09:17:21 +01:00
url: 'https://stackblitz.com/'
},
2024-01-16 11:48:21 +03:30
{
title: 'Binance',
category: 'Crypto',
route: '/library/binance.svg',
2024-01-16 11:48:21 +03:30
url: 'https://binance.com/'
},
2023-04-12 09:17:21 +01:00
{
title: 'Messenger',
category: 'Social',
route: '/library/messenger.svg',
2023-04-12 09:17:21 +01:00
url: 'https://www.messenger.com/'
},
{
title: 'NHost',
category: 'Hosting',
route: '/library/nhost.svg',
2023-04-12 09:17:21 +01:00
url: 'https://nhost.io/'
},
{
title: 'Medusa',
category: 'Software',
route: '/library/medusa.svg',
2023-04-12 09:17:21 +01:00
url: 'https://medusajs.com/'
2023-04-13 22:48:07 +02:00
},
{
title: 'WordPress',
2024-01-16 11:27:57 +08:00
category: ['Software', 'CMS'],
route: '/library/wordpress.svg',
2023-04-13 22:48:07 +02:00
url: 'https://wordpress.org/'
2023-04-14 17:53:28 +02:00
},
2023-04-14 17:00:16 +01:00
{
2023-04-14 16:53:18 +01:00
title: 'Microsoft',
category: 'Software',
route: '/library/microsoft.svg',
2023-04-14 16:53:18 +01:00
url: 'https://www.microsoft.com/'
2023-04-14 16:58:10 +01:00
},
{
2023-04-14 17:53:28 +02:00
title: 'Elementor',
category: 'Software',
route: '/library/elementor.svg',
2023-04-14 17:53:28 +02:00
url: 'https://elementor.com/'
2023-04-15 11:52:16 +02:00
},
2024-02-10 22:36:52 +03:30
{
title: 'Kick',
category: 'Entertainment',
route: {
light: '/library/kick-light.svg',
dark: '/library/kick-dark.svg'
2024-02-10 22:36:52 +03:30
},
url: 'https://kick.com/'
},
2023-04-15 11:52:16 +02:00
{
title: 'Prime video',
category: 'Entertainment',
route: '/library/prime-video.svg',
2023-04-15 11:52:16 +02:00
url: 'https://primevideo.com/'
},
{
title: 'Chrome',
category: 'Browser',
route: '/library/chrome.svg',
2023-04-15 11:52:16 +02:00
url: 'https://chrome.com/'
},
{
title: 'RxJS',
category: 'Library',
route: '/library/rxjs.svg',
2023-04-15 11:52:16 +02:00
url: 'https://rxjs.dev/'
},
{
title: 'Electron',
category: 'Library',
route: '/library/electron.svg',
2023-04-15 11:52:16 +02:00
url: 'https://www.electronjs.org'
},
2023-04-20 17:21:43 -05:00
{
title: 'Redux',
category: 'Library',
route: '/library/redux.svg',
2023-04-20 17:21:43 -05:00
url: 'https://redux.js.org/'
2023-04-25 12:08:27 +02:00
},
2023-12-30 19:07:37 +03:30
{
title: 'Trust Wallet',
category: 'Crypto',
route: '/library/trust.svg',
2023-12-30 19:07:37 +03:30
url: 'https://trustwallet.com/'
},
2023-04-25 12:08:27 +02:00
{
title: 'Php',
category: 'Language',
2023-12-12 13:37:14 +03:00
route: {
light: '/library/php.svg',
dark: '/library/php_dark.svg'
2023-12-12 13:37:14 +03:00
},
2023-04-25 12:08:27 +02:00
url: 'https://www.php.net/'
2023-04-27 01:27:14 +02:00
},
{
title: 'Hugo',
category: 'Framework',
route: '/library/hugo.svg',
2023-04-27 01:27:14 +02:00
url: 'https://gohugo.io/'
2023-05-14 19:46:00 +03:30
},
{
2023-05-14 18:35:19 +01:00
title: 'Sass',
category: 'Language',
route: '/library/sass.svg',
2023-05-14 18:35:19 +01:00
url: 'https://sass-lang.com/'
},
{
title: 'Arc',
category: 'Browser',
route: '/library/arc_browser.svg',
2023-05-14 18:35:19 +01:00
url: 'https://arc.net/'
},
{
title: 'Pinia',
category: 'Library',
route: '/library/pinia.svg',
2023-05-14 18:35:19 +01:00
url: 'https://pinia.vuejs.org/'
},
{
title: 'Neon',
category: 'Database',
route: '/library/neon.svg',
2023-05-14 18:35:19 +01:00
url: 'https://neon.tech/'
2023-05-16 18:04:02 +01:00
},
{
title: 'Infojobs',
2023-10-29 13:58:11 +00:00
category: 'Social',
route: '/library/infojobs-logo.svg',
2023-05-16 18:04:02 +01:00
url: 'https://www.infojobs.net/'
2023-06-10 20:42:39 +01:00
},
{
title: 'Linear',
category: 'Software',
route: '/library/linear.svg',
2023-06-10 20:42:39 +01:00
url: 'https://linear.app/'
},
{
title: 'Tor',
category: 'Browser',
route: '/library/tor.svg',
2023-06-10 20:42:39 +01:00
url: 'https://www.torproject.org/'
2023-06-11 11:57:33 +01:00
},
{
title: 'Codesandbox',
category: 'Software',
route: '/library/codesandbox-square.svg',
2023-06-11 11:57:33 +01:00
url: 'https://codesandbox.io/'
},
{
title: 'Skype',
category: 'Social',
route: '/library/skype.svg',
2023-06-11 11:57:33 +01:00
url: 'https://www.skype.com/'
2023-06-11 12:33:16 +01:00
},
{
title: 'Tauri',
category: 'Library',
route: '/library/tauri.svg',
2023-06-11 12:33:16 +01:00
url: 'https://tauri.app/'
},
{
title: 'WebKit',
category: 'Software',
route: '/library/webkit.svg',
2023-06-11 12:33:16 +01:00
url: 'https://webkit.org/'
2023-07-07 10:08:35 +01:00
},
{
title: 'Google Bard',
category: 'AI',
route: '/library/bard.svg',
2023-07-07 10:08:35 +01:00
url: 'https://bard.google.com/'
},
{
title: 'Obsidian',
category: 'Software',
route: '/library/obsidian.svg',
2023-07-07 10:08:35 +01:00
url: 'https://obsidian.md/'
},
{
title: 'Zod',
category: 'Library',
route: '/library/zod.svg',
2023-07-07 10:08:35 +01:00
url: 'https://zod.dev/'
},
2024-01-13 13:26:30 +03:30
{
title: 'Dreamweaver',
category: 'Software',
route: '/library/dw.svg',
2024-01-13 13:26:30 +03:30
url: 'https://www.adobe.com/products/dreamweaver.html'
},
2023-07-07 10:08:35 +01:00
{
title: 'OpenAI',
category: 'AI',
2023-12-12 13:37:14 +03:00
route: {
light: '/library/openai.svg',
dark: '/library/openai_dark.svg'
2023-12-12 13:37:14 +03:00
},
2023-07-07 10:08:35 +01:00
url: 'https://openai.com/'
},
2023-07-10 15:52:03 +01:00
{
title: 'Threads',
category: 'Social',
2023-12-12 13:37:14 +03:00
route: {
light: '/library/threads.svg',
dark: '/library/threads_dark.svg'
2023-12-12 13:37:14 +03:00
},
2023-07-10 15:52:03 +01:00
url: 'https://threads.net/'
},
{
title: 'Instagram',
category: 'Social',
2023-12-12 13:37:14 +03:00
route: {
light: '/library/instagram.svg',
dark: '/library/instagram_dark.svg'
2023-12-12 13:37:14 +03:00
},
2023-07-10 15:52:03 +01:00
url: 'https://www.instagram.com/'
},
{
title: 'VueUse',
category: 'Library',
route: '/library/vueuse.svg',
2023-07-10 15:52:03 +01:00
url: 'https://vueuse.org/'
2023-09-12 10:03:00 +01:00
},
{
2023-07-16 16:20:27 -05:00
title: 'Microsoft SQL Server ',
category: 'Database',
route: '/library/sql-server.svg',
2023-07-16 16:20:27 -05:00
url: 'https://www.microsoft.com/en-us/sql-server/'
},
2023-09-12 10:03:00 +01:00
{
title: 'Hono',
category: 'Framework',
route: '/library/hono.svg',
2023-09-12 10:03:00 +01:00
url: 'https://hono.dev/'
},
{
title: 'Million',
category: 'Library',
route: '/library/million.svg',
2023-09-12 10:03:00 +01:00
url: 'https://million.dev/'
},
{
title: 'PandaCSS',
category: 'Library',
route: '/library/pandacss.svg',
2023-09-12 10:03:00 +01:00
url: 'https://panda-css.com/'
},
{
title: 'Pulumi',
category: 'Software',
route: '/library/pulumi.svg',
2023-09-12 10:03:00 +01:00
url: 'https://www.pulumi.com/'
},
{
2023-09-26 15:03:31 +01:00
title: 'FastAPI',
2023-09-12 10:03:00 +01:00
category: 'Framework',
route: '/library/fastapi.svg',
2023-09-12 10:03:00 +01:00
url: 'https://fastapi.tiangolo.com/'
2023-09-26 15:03:31 +01:00
},
{
title: 'Codium',
category: 'AI',
route: '/library/codium.svg',
2023-09-26 15:03:31 +01:00
url: 'https://www.codium.ai/'
},
{
title: 'Crossplane',
category: 'Framework',
route: '/library/crossplane.svg',
2023-09-26 15:03:31 +01:00
url: 'https://crossplane.io/'
},
2024-01-16 11:33:54 +03:30
{
title: 'Volta',
category: 'Software',
route: {
light: '/library/volta-dark.svg',
dark: '/library/volta-light.svg'
2024-01-16 11:33:54 +03:30
},
url: 'https://volta.net/'
},
2023-09-26 15:03:31 +01:00
{
title: 'Typesense',
category: 'Software',
route: '/library/typesense.svg',
2023-09-26 15:03:31 +01:00
url: 'https://typesense.org/'
2023-10-29 11:57:04 +00:00
},
{
title: 'Bitcoin',
category: 'Crypto',
route: '/library/btc.svg',
2023-10-29 11:57:04 +00:00
url: 'https://bitcoin.org/'
},
{
title: 'Ethereum',
category: 'Crypto',
route: '/library/eth.svg',
2023-10-29 11:57:04 +00:00
url: 'https://ethereum.org/'
},
{
title: 'Solana',
category: 'Crypto',
route: '/library/sol.svg',
2023-10-29 11:57:04 +00:00
url: 'https://solana.com/'
},
{
title: 'Dogecoin',
category: 'Crypto',
route: '/library/doge.svg',
2023-10-29 11:57:04 +00:00
url: 'https://dogecoin.com/'
},
{
title: 'XRP',
category: 'Crypto',
route: '/library/xrp.svg',
2023-10-29 11:57:04 +00:00
url: 'https://xrpl.org/'
},
{
title: 'BNB',
category: 'Crypto',
route: '/library/bnb.svg',
2023-10-29 11:57:04 +00:00
url: 'https://www.bnbchain.org/'
},
{
2024-01-16 12:05:44 +03:30
title: 'Link',
2023-10-29 11:57:04 +00:00
category: 'Crypto',
route: '/library/link.svg',
2024-01-16 12:05:44 +03:30
wordmark: {
light: '/library/link-wordmark-light.svg',
dark: '/library/link-wordmark-dark.svg'
2024-01-16 12:05:44 +03:30
},
2023-10-29 11:57:04 +00:00
url: 'https://chain.link/'
},
{
title: 'Polygon',
category: 'Crypto',
route: '/library/matic.svg',
2023-10-29 11:57:04 +00:00
url: 'https://polygon.technology/'
2023-11-14 10:41:48 +00:00
},
2023-12-16 17:27:25 +00:00
{
title: 'Algorand',
category: 'Crypto',
route: '/library/algorand.svg',
2023-12-16 17:27:25 +00:00
url: 'https://algorand.org/'
},
2023-12-21 15:38:36 +01:00
{
title: 'Tether',
category: 'Crypto',
route: '/library/tether.svg',
2023-12-21 15:38:36 +01:00
url: 'https://tether.to/'
},
2023-11-14 10:41:48 +00:00
{
title: 'X',
category: 'Social',
2023-12-12 13:37:14 +03:00
route: {
light: '/library/x.svg',
dark: '/library/x_dark.svg'
2023-12-12 13:37:14 +03:00
},
2023-11-14 10:41:48 +00:00
url: 'https://x.com'
2023-11-17 09:22:25 -04:00
},
{
title: 'Adobe',
category: 'Design',
route: '/library/adobe.svg',
2023-11-17 09:22:25 -04:00
url: 'https://x.com'
},
{
title: 'After Effects',
category: 'Design',
route: '/library/after-effects.svg',
2023-11-17 09:22:25 -04:00
url: 'https://x.com'
},
{
title: 'Canva',
category: 'Design',
route: '/library/canva.svg',
2023-11-17 09:22:25 -04:00
url: 'https://x.com'
},
{
title: 'Illustrator',
category: 'Design',
route: '/library/illustrator.svg',
2023-11-17 09:22:25 -04:00
url: 'https://x.com'
},
{
title: 'InDesign',
category: 'Design',
route: '/library/indesign.svg',
2023-11-17 09:22:25 -04:00
url: 'https://x.com'
},
{
title: 'Lightroom',
category: 'Design',
route: '/library/lightroom.svg',
2023-11-17 09:22:25 -04:00
url: 'https://x.com'
},
{
title: 'Photoshop',
category: 'Design',
route: '/library/photoshop.svg',
2023-11-17 09:22:25 -04:00
url: 'https://x.com'
},
{
title: 'Premiere',
category: 'Design',
route: '/library/premiere.svg',
2024-04-05 11:24:05 +02:00
url: 'https://www.adobe.com/es/products/premiere'
2023-12-11 18:04:47 +05:30
},
{
2023-12-11 15:50:02 +03:00
title: 'VK',
category: 'Social',
route: '/library/vk.svg',
2023-12-11 15:50:02 +03:00
url: 'https://vk.com'
2023-12-11 13:24:12 +00:00
},
{
2023-12-11 18:04:47 +05:30
title: 'Hoppscotch',
category: 'Software',
route: '/library/hoppscotch.svg',
2023-12-11 18:04:47 +05:30
url: 'https://hoppscotch.com'
2023-12-11 12:26:49 -03:00
},
2023-12-11 15:49:27 +00:00
{
2023-12-11 12:26:49 -03:00
title: 'Opera',
category: 'Browser',
route: '/library/opera.svg',
2023-12-11 12:26:49 -03:00
url: 'https://www.opera.com'
},
{
2023-12-11 14:00:42 -03:00
title: 'Salesforce',
category: 'Software',
route: '/library/salesforce.svg',
2023-12-11 14:00:42 -03:00
url: 'https://www.salesforce.com'
},
{
2023-12-11 18:17:37 +03:00
title: 'Unreal Engine',
category: 'Software',
2023-12-12 13:37:14 +03:00
route: {
light: '/library/unreal_engine.svg',
dark: '/library/unreal_engine_dark.svg'
2023-12-12 13:37:14 +03:00
},
2023-12-11 18:17:37 +03:00
url: 'https://www.unrealengine.com/'
},
{
title: 'Godot Engine',
category: 'Software',
route: '/library/godot_engine.svg',
2023-12-11 18:17:37 +03:00
url: 'https://godotengine.org/'
2023-12-11 18:50:10 +03:00
},
{
title: 'Datadog',
category: 'Software',
route: '/library/datadog.svg',
2023-12-11 18:50:10 +03:00
url: 'https://www.datadoghq.com/'
2023-12-11 12:22:55 -05:00
},
2024-01-16 11:53:07 +03:30
{
title: 'Tron',
category: 'Crypto',
route: '/library/tron.svg',
2024-01-16 11:53:07 +03:30
url: 'https://tron.network/'
},
2023-12-11 16:50:52 +00:00
{
2023-12-11 19:10:00 +03:00
title: 'Randevum',
category: 'Software',
route: '/library/randevum.svg',
2023-12-11 19:10:00 +03:00
url: 'https://www.randevum.co'
2023-12-11 16:50:52 +00:00
},
2023-12-11 14:23:29 -03:00
{
title: 'Chromium',
category: 'Browser',
route: '/library/chromium.svg',
url: 'https://www.chromium.org'
},
{
title: 'Edge',
category: 'Browser',
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: 'Vivaldi',
category: 'Browser',
route: '/library/vivaldi.svg',
url: 'https://vivaldi.com'
2023-12-12 09:17:37 +00:00
},
{
title: 'Beacon',
category: 'Software',
route: '/library/Beacon-Logo.svg',
url: 'https://www.beacon.com'
2023-12-11 17:16:10 +00:00
},
2023-12-11 20:13:54 +03:00
{
title: 'Affinity Designer',
category: 'Design',
route: '/library/affinity_designer.svg',
2023-12-11 20:13:54 +03:00
url: 'https://affinity.serif.com/en-us/designer/'
},
{
title: 'Affinity Photo',
category: 'Software',
route: '/library/affinity_photo.svg',
2023-12-11 20:13:54 +03:00
url: 'https://affinity.serif.com/en-us/photo/'
},
{
title: 'Affinity Publisher',
category: 'Software',
route: '/library/affinity_publisher.svg',
2023-12-11 20:13:54 +03:00
url: 'https://affinity.serif.com/en-us/publisher/'
},
{
title: 'Roblox',
category: 'Software',
2023-12-12 13:37:14 +03:00
route: {
dark: '/library/roblox.svg',
light: '/library/roblox_light.svg'
2023-12-12 13:37:14 +03:00
},
2023-12-11 20:13:54 +03:00
url: 'https://www.roblox.com/'
2023-12-11 22:05:09 +03:00
},
2023-12-11 12:22:55 -05:00
{
title: 'Stately.ai',
category: 'Software',
2023-12-12 13:37:14 +03:00
route: {
light: '/library/stately.svg',
dark: '/library/stately_dark.svg'
2023-12-12 13:37:14 +03:00
},
2023-12-11 12:22:55 -05:00
url: 'https://stately.ai/'
},
{
title: 'XState',
category: 'Library',
2023-12-12 13:37:14 +03:00
route: {
light: '/library/xstate.svg',
dark: '/library/xstate_dark.svg'
2023-12-12 13:37:14 +03:00
},
2023-12-11 12:22:55 -05:00
url: 'https://github.com/statelyai/xstate'
2023-12-11 18:54:13 +00:00
},
2023-12-11 14:07:13 -05:00
{
2023-12-11 23:13:02 +05:30
title: 'Hashnode',
category: 'Social',
route: '/library/hashnode.svg',
2023-12-11 23:13:02 +05:30
url: 'https://hashnode.com'
},
{
title: 'Rowy',
category: 'CMS',
route: '/library/rowy.svg',
url: 'https://www.rowy.io/'
},
2023-12-11 14:07:13 -05:00
{
2023-12-11 10:19:34 -08:00
title: 'Cal.com',
category: 'Software',
route: {
light: '/library/cal.svg',
dark: '/library/cal_dark.svg'
},
2023-12-11 10:19:34 -08:00
url: 'https://cal.com'
2023-12-11 14:07:13 -05:00
},
2023-12-12 00:59:12 +05:30
{
title: 'Calendly',
category: 'Software',
route: '/library/calendly.svg',
2023-12-12 00:59:12 +05:30
url: 'https://calendly.com/'
},
{
title: 'Mintlify',
category: 'Software',
route: '/library/mintlify.svg',
2023-12-12 00:59:12 +05:30
url: 'https://mintlify.com/'
},
{
title: 'Patreon',
2023-12-17 01:31:21 +00:00
category: 'Social',
2023-12-12 13:37:14 +03:00
route: {
light: '/library/patreon.svg',
dark: '/library/patreon_dark.svg'
2023-12-12 13:37:14 +03:00
},
2023-12-12 00:59:12 +05:30
url: 'https://www.patreon.com/'
},
{
title: 'Peerlist',
category: 'Social',
route: '/library/peerlist.svg',
2023-12-12 00:59:12 +05:30
url: 'https://www.peerlist.io/'
},
{
title: 'Product Hunt',
category: 'Software',
route: '/library/producthunt.svg',
2023-12-12 00:59:12 +05:30
url: 'https://www.producthunt.com/'
},
{
title: 'Remotion',
category: 'Framework',
route: '/library/remotion.svg',
2023-12-12 00:59:12 +05:30
url: 'https://www.remotion.dev/'
},
{
title: 'Warp',
category: 'Software',
route: '/library/warp.svg',
2023-12-12 00:59:12 +05:30
url: 'https://www.warp.dev/'
2023-12-12 00:24:33 +00:00
},
2023-12-11 14:07:13 -05:00
{
title: 'SST',
category: 'Framework',
route: '/library/sst.svg',
2023-12-11 14:07:13 -05:00
url: 'https://sst.dev/'
2023-12-11 19:29:52 +00:00
},
2023-12-11 19:17:21 +00:00
{
title: 'Documenso',
category: 'Software',
2023-12-12 13:37:14 +03:00
route: {
light: '/library/documenso.svg',
dark: '/library/documenso_dark.svg'
2023-12-12 13:37:14 +03:00
},
2023-12-11 19:17:21 +00:00
url: 'https://documenso.com'
},
{
title: 'Bash',
category: 'Language',
2023-12-12 13:37:14 +03:00
route: {
light: '/library/bash.svg',
dark: '/library/bash_dark.svg'
2023-12-12 13:37:14 +03:00
},
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%2B%2B'
},
{
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://en.wikipedia.org/wiki/Fortran'
},
{
title: 'Haskell',
category: 'Language',
route: '/library/haskell.svg',
url: 'https://www.haskell.org/'
},
{
2023-12-11 15:27:05 -05:00
title: 'matlab',
category: 'Language',
route: '/library/matlab.svg',
url: 'https://www.mathworks.com/products/matlab.html'
},
{
title: 'R',
category: 'Language',
2023-12-12 13:37:14 +03:00
route: {
light: '/library/r.svg',
dark: '/library/r_dark.svg'
2023-12-12 13:37:14 +03:00
},
url: 'https://www.r-project.org/'
},
{
title: 'Rust',
category: 'Language',
2023-12-12 13:37:14 +03:00
route: {
light: '/library/rust.svg',
dark: '/library/rust_dark.svg'
2023-12-12 13:37:14 +03:00
},
url: 'https://www.rust-lang.org/'
},
{
title: 'Zig',
category: 'Language',
route: '/library/zig.svg',
url: 'https://ziglang.org/'
2023-12-12 09:12:07 +00:00
},
2023-12-12 13:37:14 +03:00
{
2023-12-11 23:11:46 +02:00
title: 'Instatus',
category: 'Software',
2023-12-12 13:37:14 +03:00
route: {
light: '/library/instatus.svg',
dark: '/library/instatus_dark.svg'
2023-12-12 13:37:14 +03:00
},
2023-12-11 23:11:46 +02:00
url: 'https://instatus.com'
},
2023-12-11 13:12:35 -08:00
{
title: 'Front',
category: 'Software',
route: '/library/front.svg',
2023-12-11 13:12:35 -08:00
url: 'https://front.com'
2023-12-11 18:59:52 -03:00
},
{
title: 'Monero',
category: 'Crypto',
route: '/library/monero.svg',
2023-12-11 18:59:52 -03:00
url: 'https://www.getmonero.org/'
2023-12-12 01:04:46 +00:00
},
2023-12-11 19:09:02 -03:00
{
title: 'Axiom',
category: 'Software',
2023-12-11 20:58:05 -03:00
route: {
dark: '/library/axiom-dark.svg',
light: '/library/axiom-light.svg'
2023-12-11 20:58:05 -03:00
},
2024-02-20 00:51:47 +00:00
wordmark: {
light: '/library/axiom-wordmark-light.svg',
dark: '/library/axiom-wordmark-dark.svg'
2024-02-20 00:51:47 +00:00
},
2023-12-11 19:09:02 -03:00
url: 'https://axiom.co/'
2023-12-12 00:19:38 +00:00
},
2023-12-11 19:38:24 -03:00
{
title: 'Django',
category: 'Framework',
route: '/library/django.svg',
2023-12-11 19:38:24 -03:00
url: 'https://www.djangoproject.com/'
},
{
title: 'Zeabur',
category: 'Hosting',
2023-12-12 15:17:15 +08:00
route: {
light: '/library/zeabur-light.svg',
dark: '/library/zeabur-dark.svg'
2023-12-12 15:17:15 +08:00
},
wordmark: {
light: '/library/zeabur_wordmark_light.svg',
dark: '/library/zeabur_wordmark_dark.svg'
},
url: 'https://zeabur.com/'
},
{
title: 'MetaMask',
category: 'Crypto',
route: '/library/metamask.svg',
url: 'https://metamask.io/'
},
{
title: 'shadcn/ui',
category: 'Library',
2023-12-12 13:37:14 +03:00
route: {
light: '/library/shadcn-ui.svg',
dark: '/library/shadcn-ui_dark.svg'
2023-12-12 13:37:14 +03:00
},
url: 'https://ui.shadcn.com/'
2023-12-12 14:33:27 +03:00
},
{
title: 'putio',
category: 'Software',
route: '/library/putio.svg',
2023-12-12 14:33:27 +03:00
url: 'https://put.io/'
2023-12-12 18:23:52 +05:30
},
{
title: 'Pinterest',
2023-12-17 01:31:21 +00:00
category: 'Social',
route: '/library/pinterest.svg',
2023-12-12 18:23:52 +05:30
url: 'https://pinterest.com/'
2023-12-12 18:44:15 +05:30
},
{
title: 'Reflex',
category: 'Software',
route: {
light: '/library/reflex-dark.svg',
dark: '/library/reflex-light.svg'
2023-12-12 18:44:15 +05:30
},
url: 'https://reflex.dev/'
2023-12-12 18:49:02 +05:30
},
{
title: 'Stripe',
category: 'Software',
route: '/library/stripe.svg',
2023-12-12 18:49:02 +05:30
url: 'https://stripe.com/'
2023-12-12 19:09:07 +05:30
},
{
title: 'Linux',
category: 'Software',
route: '/library/linux.svg',
2023-12-12 19:09:07 +05:30
url: 'https://www.linux.org/'
2023-12-12 14:28:44 -03:00
},
{
title: 'XD',
category: 'Design',
route: '/library/adobe-xd.svg',
2023-12-12 14:28:44 -03:00
url: 'https://helpx.adobe.com/xd/get-started.html'
},
{
title: 'Axure',
category: 'Design',
route: '/library/axure.svg',
2023-12-12 14:28:44 -03:00
url: 'https://www.axure.com/'
},
{
title: 'Penpot',
category: 'Design',
route: {
light: '/library/penpot.svg',
dark: '/library/penpot_dark.svg'
},
2023-12-12 14:28:44 -03:00
url: 'https://penpot.app/'
},
{
2023-12-14 00:35:13 +00:00
title: 'Sketch',
2023-12-12 14:28:44 -03:00
category: 'Design',
route: {
light: '/library/sketch_light.svg',
dark: '/library/sketch.svg'
},
2023-12-12 14:28:44 -03:00
url: 'https://www.sketch.com/'
},
{
title: 'Gimp',
category: 'Design',
route: '/library/gimp.svg',
2023-12-12 14:28:44 -03:00
url: 'https://www.gimp.org/'
2023-12-14 00:32:07 +00:00
},
2023-12-12 16:15:12 -03:00
{
title: 'Ubuntu',
category: 'Software',
route: '/library/ubuntu.svg',
2023-12-12 16:15:12 -03:00
url: 'https://ubuntu.com/'
2023-12-14 20:21:01 +08:00
},
2023-12-15 14:04:11 -03:00
{
title: 'Cypress',
category: 'Framework',
route: '/library/cypress.svg',
2023-12-15 14:04:11 -03:00
url: 'https://www.cypress.io/'
},
{
title: 'Reddit',
category: 'Social',
route: '/library/reddit.svg',
2023-12-15 14:04:11 -03:00
url: 'https://www.reddit.com/'
},
{
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 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 PhpStorm',
category: 'Software',
route: '/library/phpstorm.svg',
url: 'https://www.jetbrains.com/phpstorm/'
},
{
2023-12-16 01:48:07 +08:00
title: 'MonkeyType',
2024-01-26 14:57:23 +03:30
category: 'Software',
route: '/library/monkeytype.svg',
2023-12-16 01:48:07 +08:00
url: 'https://monkeytype.com/'
},
2023-12-24 00:50:12 +00:00
{
title: 'PyCharm',
category: 'Software',
route: '/library/pycharm.svg',
url: 'https://www.jetbrains.com/pycharm/'
},
{
title: 'Shopify',
category: 'CMS',
route: '/library/shopify.svg',
2024-01-14 02:47:11 +08:00
wordmark: {
dark: '/library/shopify-wordmark-dark.svg',
light: '/library/shopify-wordmark-light.svg'
2024-01-10 23:14:06 +01:00
},
url: 'https://www.shopify.com'
},
{
title: 'WebFlow',
category: 'CMS',
route: '/library/webflow.svg',
url: 'https://www.webflow.com'
},
{
2024-01-24 12:35:01 +00:00
title: 'Sanity',
category: 'CMS',
route: '/library/sanity.svg',
url: 'https://www.sanity.io'
},
{
title: 'sky',
category: 'Entertainment',
route: '/library/sky.svg',
url: 'https://www.sky.com'
},
{
2024-01-24 12:35:01 +00:00
title: 'Airbnb',
category: 'Software',
route: '/library/airbnb.svg',
wordmark: '/library/airbnb-wordmark.svg',
url: 'https://www.airbnb.com'
},
{
2024-01-24 12:35:01 +00:00
title: 'Uber',
category: 'Software',
2024-01-24 12:35:01 +00:00
route: {
light: '/library/uber_light.svg',
dark: '/library/uber_dark.svg'
2024-01-24 12:35:01 +00:00
},
url: 'https://www.uber.com'
},
{
2024-01-24 12:35:01 +00:00
title: 'Gmail',
category: 'Software',
route: '/library/gmail.svg',
url: 'https://www.gmail.com'
},
{
2024-01-24 12:35:01 +00:00
title: 'Outlook',
category: 'Software',
route: '/library/outlook.svg',
url: 'https://www.outlook.com'
},
{
2024-01-24 12:35:01 +00:00
title: 'Slack',
category: 'Software',
route: '/library/slack.svg',
wordmark: '/library/slack-wordmark.svg',
url: 'https://www.slack.com'
},
{
2024-01-24 12:35:01 +00:00
title: 'Snapchat',
category: 'Software',
route: '/library/snapchat.svg',
url: 'https://www.snapchat.com'
},
{
2024-01-24 12:35:01 +00:00
title: 'Ebay',
category: 'Software',
route: '/library/ebay.svg',
url: 'https://www.ebay.com'
},
{
2024-01-24 12:35:01 +00:00
title: 'IBM',
category: 'Software',
route: '/library/ibm.svg',
url: 'https://www.ibm.com'
},
{
2024-01-24 12:35:01 +00:00
title: 'TrustPilot',
category: 'Software',
route: '/library/trustpilot.svg',
url: 'https://www.trustpilot.com'
},
2023-12-17 22:51:32 +08:00
{
title: 'Raycast',
category: 'Software',
route: '/library/raycast.svg',
2024-03-18 15:54:37 +08:00
wordmark: {
light: '/library/raycast-wordmark-light.svg',
dark: '/library/raycast-wordmark-dark.svg'
2024-03-18 15:54:37 +08:00
},
2023-12-17 22:51:32 +08:00
url: 'https://raycast.com/'
},
{
title: 'Procure',
category: 'Marketplace',
route: '/library/procure.svg',
url: 'https://procure.biz/'
},
2023-12-18 11:37:25 -03:00
{
title: 'Julia',
category: 'Language',
route: '/library/julia.svg',
2023-12-18 11:37:25 -03:00
url: 'https://julialang.org/'
},
2023-12-19 00:04:15 +08:00
{
title: 'SWC',
category: 'Compiler',
route: '/library/swc.svg',
2023-12-19 00:04:15 +08:00
url: 'https://swc.rs/'
2023-12-20 12:40:18 +05:30
},
{
title: 'PlayStation',
category: 'Software',
route: '/library/playstation.svg',
2023-12-20 12:40:18 +05:30
url: 'https://www.playstation.com/'
},
{
title: 'Xbox',
category: 'Software',
route: '/library/xbox.svg',
2023-12-20 12:40:18 +05:30
url: 'https://www.xbox.com/'
2023-12-20 18:18:52 +05:30
},
{
title: 'Cody',
category: 'AI',
route: '/library/cody.svg',
2023-12-20 18:18:52 +05:30
url: 'https://about.sourcegraph.com/'
},
{
title: 'Sourcegraph',
category: 'AI',
route: '/library/sourcegraph.svg',
2023-12-20 18:18:52 +05:30
url: 'https://about.sourcegraph.com/'
},
{
title: 'Claude AI',
category: 'AI',
route: '/library/claude-ai.svg',
2023-12-20 18:18:52 +05:30
url: 'https://claude.ai/'
},
{
title: 'Perplexity AI',
category: 'AI',
route: '/library/perplexity.svg',
2023-12-20 18:18:52 +05:30
url: 'https://perplexity.ai/'
2023-12-21 07:47:05 -04:00
},
{
title: 'Spring',
category: 'Framework',
route: '/library/spring.svg',
2023-12-21 07:47:05 -04:00
url: 'https://spring.io/'
2023-12-22 18:02:08 +01:00
},
{
2023-12-25 23:01:37 +05:30
title: 'Directus',
category: 'CMS',
route: '/library/directus.svg',
2023-12-25 23:01:37 +05:30
url: 'https://directus.io/'
2023-12-22 18:02:08 +01:00
},
2023-12-24 00:09:02 -05:00
{
title: 'Pnpm',
category: 'Software',
route: {
light: '/library/pnpm.svg',
dark: '/library/pnpm_dark.svg'
2023-12-24 00:09:02 -05:00
},
wordmark: {
light: '/library/pnpm_wordmark_light.svg',
dark: '/library/pnpm_wordmark_dark.svg'
},
2023-12-24 00:09:02 -05:00
url: 'https://pnpm.io/'
},
2023-12-25 23:01:37 +05:30
{
title: 'Emacs',
category: 'Software',
route: '/library/emacs.svg',
2023-12-25 23:01:37 +05:30
url: 'https://www.gnu.org/software/emacs/'
},
{
title: 'Svgl',
category: 'Library',
route: '/library/svgl.svg',
2023-12-25 23:01:37 +05:30
url: 'https://svgl.app'
2023-12-22 18:02:08 +01:00
},
2023-12-25 23:01:37 +05:30
{
title: 'Google Idx',
category: 'Software',
route: '/library/google-idx.svg',
2023-12-25 23:01:37 +05:30
url: 'https://idx.dev/'
2023-12-25 23:58:20 +05:30
},
{
title: 'Bluesky',
category: 'Social',
route: '/library/bluesky.svg',
2023-12-25 23:58:20 +05:30
url: 'https://blueskyweb.xyz/'
2023-12-28 22:48:12 +00:00
},
{
title: 'Remix',
category: 'Framework',
route: {
light: '/library/remix_light.svg',
dark: '/library/remix_dark.svg'
2023-12-28 22:48:12 +00:00
},
url: 'https://remix.run/'
2023-12-29 18:23:29 +05:30
},
{
title: 'Steam',
category: 'Software',
route: '/library/steam.svg',
2023-12-29 18:23:29 +05:30
url: 'https://store.steampowered.com/'
},
{
title: 'Tabby',
category: 'Software',
route: '/library/tabby.svg',
2023-12-29 18:23:29 +05:30
url: 'https://tabby.sh/'
},
{
title: '1Password',
category: 'Software',
route: {
light: '/library/1password-light.svg',
dark: '/library/1password-dark.svg'
2023-12-29 18:23:29 +05:30
},
url: 'https://1password.com'
},
2024-01-18 23:29:55 +00:00
{
title: 'Flask',
category: 'Framework',
route: {
light: '/library/flask-light.svg',
dark: '/library/flask-dark.svg'
2024-01-18 23:29:55 +00:00
},
2024-02-06 10:26:46 -03:00
wordmark: {
light: '/library/flask-wordmark-light.svg',
dark: '/library/flask-wordmark-dark.svg'
2024-02-06 10:26:46 -03:00
},
2024-01-18 23:29:55 +00:00
url: 'https://flask.palletsprojects.com/'
},
2023-12-29 18:23:29 +05:30
{
title: 'Alacritty',
category: 'Software',
route: '/library/alacritty.svg',
2023-12-29 18:23:29 +05:30
url: 'https://alacritty.org'
2023-12-30 01:50:21 -03:00
},
{
title: 'Qt',
category: 'Software',
route: '/library/qt.svg',
2023-12-30 01:50:21 -03:00
url: 'https://www.qt.io/'
2024-01-01 11:19:07 -03:00
},
{
title: 'Bitwarden',
category: 'Software',
route: '/library/bitwarden.svg',
2024-01-01 11:19:07 -03:00
url: 'https://bitwarden.com/'
2024-01-06 22:54:21 +01:00
},
{
title: 'Voicemod',
category: 'Entertainment',
route: {
light: '/library/voicemod_light.svg',
dark: '/library/voicemod_dark.svg'
},
2024-01-06 22:54:21 +01:00
url: 'https://voicemod.net/'
2024-01-06 23:19:41 +01:00
},
2024-01-06 19:42:42 +08:00
{
title: 'Neovim',
category: 'Software',
route: '/library/neovim.svg',
2024-01-06 19:42:42 +08:00
url: 'https://neovim.io/'
2024-01-08 10:44:44 +00:00
},
{
title: 'Pitch',
category: 'Design',
route: '/library/pitch.svg',
2024-01-08 10:44:44 +00:00
url: 'https://pitch.com'
2024-01-12 10:32:50 +00:00
},
{
title: 'Biomejs',
category: 'Compiler',
route: '/library/biomejs.svg',
2024-01-12 10:32:50 +00:00
url: 'https://biomejs.dev/'
},
{
title: 'Gradio',
category: 'Software',
route: '/library/gradio.svg',
2024-01-12 10:32:50 +00:00
url: 'https://www.gradio.app/'
},
{
title: 'Meta',
category: 'Social',
route: '/library/meta.svg',
2024-01-12 10:32:50 +00:00
url: 'https://about.meta.com/es/'
},
{
title: 'Stability AI',
category: 'AI',
route: '/library/stability-ai.svg',
2024-01-12 10:32:50 +00:00
url: 'https://stability.ai/'
},
{
title: 'Google PaLM',
category: 'AI',
route: '/library/google-palm.svg',
2024-01-12 10:32:50 +00:00
url: 'https://ai.google/discover/palm2/'
},
{
title: 'Android',
category: 'Software',
route: '/library/android-icon.svg',
2024-01-12 10:32:50 +00:00
url: 'https://www.android.com/'
},
{
title: 'Sentry',
category: 'Software',
route: '/library/sentry.svg',
2024-01-12 10:32:50 +00:00
url: 'https://sentry.io/'
},
{
title: 'Grafana',
category: 'Software',
route: '/library/grafana.svg',
2024-01-12 10:32:50 +00:00
url: 'https://grafana.com/'
},
{
title: 'Notion',
category: 'Software',
route: '/library/notion.svg',
2024-01-12 10:32:50 +00:00
url: 'https://notion.so/'
2024-01-13 11:30:16 -03:00
},
{
title: 'Litecoin',
category: 'Crypto',
route: '/library/litecoin.svg',
2024-01-13 11:30:16 -03:00
url: 'https://litecoin.org/'
2024-01-16 14:34:37 -03:00
},
{
2024-01-18 18:08:26 -04:00
title: 'ElysiaJS',
2024-01-16 14:34:37 -03:00
category: 'Framework',
route: '/library/elysiajs.svg',
2024-01-18 18:08:26 -04:00
url: 'https://elysiajs.com/'
2024-01-19 14:36:11 -03:00
},
{
title: 'TensorFlow',
category: 'Library',
route: '/library/tensorflow.svg',
2024-01-19 14:36:11 -03:00
url: 'https://www.tensorflow.org/'
2024-01-20 21:12:22 +00:00
},
{
title: 'Midday',
category: 'AI',
route: '/library/midday.svg',
2024-01-20 21:12:22 +00:00
url: 'https://midday.ai/'
2024-01-22 18:30:08 -06:00
},
{
title: 'C#',
category: 'Language',
route: '/library/csharp.svg',
2024-01-22 18:30:08 -06:00
url: 'https://dotnet.microsoft.com/languages/csharp'
},
{
title: 'Replicate',
category: 'AI',
route: {
light: '/library/replicate_light.svg',
dark: '/library/replicate_dark.svg'
},
wordmark: {
light: '/library/replicate-wordmark_light.svg',
dark: '/library/replicate-wordmark_dark.svg'
},
url: 'https://replicate.com/'
2024-01-23 23:13:58 -03:00
},
{
title: 'Markdown',
category: 'Language',
route: {
light: '/library/markdown-light.svg',
dark: '/library/markdown-dark.svg'
2024-01-23 23:13:58 -03:00
},
url: 'https://www.markdownguide.org/'
2024-01-25 23:32:17 +00:00
},
{
title: 'Movie Web',
category: 'Entertainment',
route: '/library/movie-web.svg',
2024-01-25 23:32:17 +00:00
url: 'https://movie-web.app/'
},
{
title: 'Radix UI',
category: 'Library',
route: {
light: '/library/radix-ui_light.svg',
dark: '/library/radix-ui_dark.svg'
2024-01-25 23:32:17 +00:00
},
url: 'https://www.radix-ui.com/'
2024-01-31 23:10:00 -04:00
},
{
title: 'Web.dev',
category: 'Education',
route: '/library/webdev.svg',
2024-01-31 23:10:00 -04:00
url: 'https://web.dev/'
2024-02-01 10:53:36 +00:00
},
2024-01-28 12:53:51 -04:00
{
title: 'SWR',
category: 'Library',
route: {
light: '/library/swr-light.svg',
dark: '/library/swr-dark.svg'
2024-01-28 12:53:51 -04:00
},
url: 'https://swr.vercel.app/'
2024-01-29 10:19:24 +03:00
},
{
title: 'Refine',
category: 'Framework',
route: {
light: '/library/refine_dark.svg',
dark: '/library/refine_light.svg'
2024-01-29 10:19:24 +03:00
},
url: 'https://refine.dev/'
},
2024-01-31 23:28:05 -05:00
{
title: 'Youtube Music',
category: 'Music',
route: '/library/youtube_music.svg',
2024-01-31 23:28:05 -05:00
wordmark: {
light: '/library/youtube_music_wordmark_light.svg',
dark: '/library/youtube_music_wordmark_dark.svg'
2024-01-31 23:28:05 -05:00
},
url: 'https://music.youtube.com/'
2024-01-31 23:34:26 -05:00
},
{
title: 'TIDAL',
category: 'Music',
route: {
light: '/library/tidal_light.svg',
dark: '/library/tidal_dark.svg'
2024-01-31 23:34:26 -05:00
},
wordmark: {
light: '/library/tidal_wordmark_light.svg',
dark: '/library/tidal_wordmark_dark.svg'
2024-01-31 23:34:26 -05:00
},
url: 'https://tidal.com/'
2024-02-02 22:35:49 +01:00
},
{
title: 'OBS',
category: 'Software',
route: '/library/obs.svg',
2024-02-02 22:35:49 +01:00
url: 'Website'
2024-02-05 15:12:22 +08:00
},
{
title: 'Stack Overflow',
category: 'Software',
route: '/library/stackoverflow.svg',
wordmark: '/library/stackoverflow_wordmark.svg',
2024-02-05 15:12:22 +08:00
url: 'https://stackoverflow.com/'
2024-02-13 20:33:17 +00:00
},
{
title: 'TikTok',
category: 'Social',
route: '/library/tiktok.svg',
2024-02-13 20:33:17 +00:00
url: 'https://www.tiktok.com/'
},
2024-02-22 18:38:23 -05:00
{
title: 'Ngrok',
category: 'Software',
route: {
dark: '/library/ngrok-dark.svg',
light: '/library/ngrok-light.svg'
2024-02-22 18:38:23 -05:00
},
url: 'https://ngrok.com'
2024-02-22 19:13:41 -05:00
},
{
title: 'Lemon Squeezy',
category: 'Software',
route: '/library/lemonsqueezy.svg',
2024-02-22 19:13:41 -05:00
url: 'https://www.lemonsqueezy.com'
2024-02-22 19:43:26 -05:00
},
{
title: 'Asana',
category: 'Software',
route: '/library/asana-logo.svg',
2024-02-22 19:43:26 -05:00
wordmark: {
dark: '/library/asana-wordmark-dark.svg',
light: '/library/asana-wordmark-light.svg'
2024-02-22 19:43:26 -05:00
},
url: 'https://asana.com'
2024-02-26 13:54:24 -03:00
},
{
title: 'Zoom',
category: 'Software',
route: '/library/zoom.svg',
2024-02-26 13:54:24 -03:00
url: 'https://zoom.us/'
},
{
title: 'Tina',
category: 'CMS',
route: '/library/tina.svg',
wordmark: '/library/tina_wordmark.svg',
url: 'https://tina.io/'
},
{
title: 'Vercel',
category: ['Hosting', 'Vercel'],
route: {
light: '/library/vercel.svg',
dark: '/library/vercel_dark.svg'
},
wordmark: {
light: '/library/vercel_wordmark.svg',
dark: '/library/vercel_wordmark_dark.svg'
},
url: 'https://vercel.com/'
},
{
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'
},
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: 'Hugging Face',
category: 'AI',
route: '/library/hugging_face.svg',
url: 'https://huggingface.co/'
},
{
title: 'Node.js',
category: 'Library',
route: '/library/nodejs.svg',
url: 'https://nodejs.org/'
},
{
title: 'Raindrop.io',
category: 'Software',
route: '/library/raindrop.svg',
url: 'https://raindrop.io/'
2024-04-06 22:14:24 +07:00
},
{
title: 'Microsoft Todo',
category: 'Software',
route: '/library/microsoft-todo.svg',
2024-04-06 22:14:24 +07:00
url: 'https://to-do.office.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'
}
2024-04-14 20:24:26 +02:00
},
{
title: 'Gleam',
category: 'Language',
route: '/library/gleam.svg',
2024-04-14 20:24:26 +02:00
url: 'https://gleam.run/'
2024-04-15 12:26:34 +03:00
},
{
title: 'Flowbite',
category: 'Framework',
route: '/library/flowbite.svg',
2024-04-15 12:26:34 +03:00
url: 'https://flowbite.com/'
2024-04-17 20:09:24 -04:00
},
{
2024-04-20 20:33:07 +01:00
title: 'Hume AI',
category: 'AI',
route: '/library/hume-ai.svg',
2024-04-20 20:33:07 +01:00
url: 'https://hume.ai/'
},
{
title: 'Resend',
category: 'Software',
url: 'https://resend.com/',
route: {
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'
}
2024-04-23 12:44:57 +01:00
},
{
title: 'Layers',
category: 'Design',
2024-04-23 12:49:33 +01:00
route: {
light: '/library/layers_light.svg',
dark: '/library/layers_dark.svg'
},
2024-04-23 12:44:57 +01:00
url: 'https://layers.to/'
2024-04-25 10:19:22 +03:00
},
{
title: 'Exome',
category: 'Library',
route: '/library/exome.svg',
url: 'https://exome.dev/'
2024-04-25 17:16:06 +05:30
},
{
2024-04-28 17:43:27 -05:00
title: 'Poper',
category: 'AI',
route: '/library/poper.svg',
url: 'https://www.poper.ai'
2024-05-03 11:33:08 +01:00
},
{
title: 'Dub',
category: 'Software',
route: {
light: '/library/dub.svg',
dark: '/library/dub_dark_logo.svg'
},
wordmark: {
light: '/library/dub_light_wordmark.svg',
dark: '/library/dub_dark_wordmark.svg'
},
url: 'https://dub.co'
2024-05-03 13:09:28 +01:00
},
{
title: 'Turso',
category: ['Database', 'Software'],
route: {
light: '/library/turso-light.svg',
dark: '/library/turso-dark.svg'
},
wordmark: {
light: '/library/turso-wordmark-light.svg',
dark: '/library/turso-wordmark-dark.svg'
},
url: 'https://turso.tech'
2024-05-04 19:32:18 +10:00
},
{
title: 'RelaGit',
category: 'Software',
route: {
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'
},
url: 'https://rela.dev'
2024-05-13 22:13:28 +01:00
},
{
2024-05-13 22:15:43 +01:00
title: 'T3 Stack',
2024-05-13 22:13:28 +01:00
category: 'Framework',
route: {
2024-05-13 22:15:43 +01:00
light: '/library/t3-dark.svg',
dark: '/library/t3-light.svg'
2024-05-13 22:13:28 +01:00
},
url: 'https://create.t3.gg/'
}
2023-12-25 23:01:37 +05:30
];