svgl/src/data/svgs.ts

2273 lines
47 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[] = [
{
title: 'Discord',
category: 'Software',
route: '/library/discord.svg',
url: 'https://discord.com/'
},
{
title: 'Github',
category: 'Software',
route: '/library/github.svg',
url: 'https://github.com/'
},
{
title: 'Preact',
category: 'Library',
route: '/library/preact.svg',
url: 'https://preactjs.com/'
},
{
title: 'React',
category: 'Library',
route: '/library/react.svg',
url: 'https://reactjs.org/'
},
{
title: 'Vercel',
category: 'Hosting',
2023-12-12 13:37:14 +03:00
route: {
light: '/library/vercel.svg',
dark: '/library/vercel_dark.svg'
},
2023-03-19 14:52:33 +00:00
url: 'https://vercel.com/'
},
{
title: 'Svelte',
category: 'Library',
route: '/library/svelte.svg',
url: 'https://svelte.dev/'
},
{
title: 'Vue',
category: 'Framework',
route: '/library/vue.svg',
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',
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',
url: 'https://nuxtjs.org/'
},
{
title: 'Nextjs',
category: 'Framework',
route: '/library/nextjs.svg',
url: 'https://nextjs.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',
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',
url: 'https://www.locofy.ai/'
},
2023-12-29 16:03:50 +03:30
{
title: 'Runway',
category: 'AI',
route: '/library/runway.svg',
url: 'https://runwayml.com/'
},
2024-01-03 19:31:10 +03:30
{
title: 'Yarn',
category: 'Software',
route: '/library/yarn.svg',
url: 'https://yarnpkg.com/'
},
2023-03-19 14:52:33 +00:00
{
title: 'JWT',
category: 'Library',
route: '/library/jwt.svg',
url: 'https://jwt.io/'
},
{
title: 'Strapi',
category: 'CMS',
route: '/library/strapi.svg',
url: 'https://strapi.io/'
},
{
title: 'Figma',
2023-11-17 09:22:25 -04:00
category: 'Design',
2023-03-19 14:52:33 +00:00
route: '/library/figma.svg',
url: 'https://www.figma.com/'
},
{
title: 'Spotify',
category: 'Software',
route: '/library/spotify.svg',
url: 'https://www.spotify.com/'
},
2023-12-30 19:01:55 +03:30
{
title: 'WorkOS',
category: 'Software',
route: {
2023-12-31 13:10:12 +03:30
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'
},
url: 'https://whop.com/'
},
2023-03-19 14:52:33 +00:00
{
title: 'Postman',
category: 'Software',
route: '/library/postman.svg',
url: 'https://www.getpostman.com/'
},
2024-01-10 11:48:28 +03:30
{
title: 'Discord.js',
category: 'Library',
route: '/library/djs.svg',
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',
url: 'https://www.algolia.com/'
},
{
title: 'Bootstrap',
category: 'Framework',
route: '/library/bootstrap.svg',
url: 'https://getbootstrap.com/'
},
{
title: 'Firebase',
category: 'Hosting',
route: '/library/firebase.svg',
url: 'https://firebase.google.com/'
},
{
title: 'Supabase',
category: 'Database',
route: '/library/supabase.svg',
url: 'https://supabase.com/'
},
{
title: 'Vite.js',
category: 'Compiler',
route: '/library/vitejs.svg',
url: 'https://vitejs.dev'
},
{
title: 'Facebook',
category: 'Social',
route: '/library/facebook.svg',
url: 'https://www.facebook.com/'
},
{
title: 'Twitter',
category: 'Social',
route: '/library/twitter.svg',
url: 'https://twitter.com/'
},
{
title: 'Node.js',
category: 'Library',
route: '/library/nodejs.svg',
url: 'https://nodejs.org/'
},
{
title: 'Esbuild',
category: 'Compiler',
route: '/library/esbuild.svg',
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-03-19 14:52:33 +00:00
url: 'https://deno.land/'
},
{
title: 'Gatsby',
category: 'Framework',
route: '/library/gatsby.svg',
url: 'https://www.gatsbyjs.org/'
},
{
title: 'NPM',
category: 'Software',
route: '/library/npm.svg',
url: 'https://www.npmjs.com/'
},
{
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: 'TurboRepo',
category: 'Library',
route: '/library/turborepo.svg',
url: 'https://turborepo.org/'
},
{
title: 'Tailwind CSS',
category: 'Framework',
route: '/library/tailwindcss.svg',
url: 'https://tailwindcss.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/'
2023-03-19 14:52:33 +00:00
},
{
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: 'Atom',
category: 'Software',
route: '/library/atom.svg',
url: 'https://atom.io/'
},
{
title: 'YouTube',
category: 'Social',
route: '/library/youtube.svg',
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-03-19 14:52:33 +00:00
url: 'https://astro.build/'
},
{
title: 'Google',
category: 'Social',
route: '/library/google.svg',
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-03-19 14:52:33 +00:00
url: 'https://framer.com/'
},
{
title: 'Netflix',
category: 'Entertainment',
route: '/library/netflix.svg',
url: 'https://www.netflix.com/'
},
{
title: 'Firefox',
2023-04-25 09:58:40 +02:00
category: 'Browser',
2023-03-19 14:52:33 +00:00
route: '/library/firefox.svg',
url: 'https://www.mozilla.org/en-US/firefox/'
},
{
title: 'LinkedIn',
category: 'Social',
route: '/library/linkedin.svg',
url: 'https://www.linkedin.com/'
},
{
title: 'Telegram',
category: 'Social',
route: '/library/telegram.svg',
url: 'https://web.telegram.org/'
},
{
title: 'WhatsApp',
category: 'Social',
route: '/library/whatsapp.svg',
url: 'https://web.whatsapp.com/'
},
{
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: 'Vitest',
category: 'Framework',
route: '/library/vitest.svg',
url: 'https://vitest.dev/'
},
{
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: 'Solidjs',
category: 'Framework',
route: '/library/solidjs.svg',
url: 'https://www.solidjs.com/'
},
{
title: 'MongoDB',
category: 'Database',
route: '/library/mongodb.svg',
url: 'https://www.mongodb.com/'
},
{
title: 'Moon',
category: 'Framework',
route: '/library/moon.svg',
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-03-19 14:52:33 +00:00
url: 'https://payloadcms.com'
},
{
title: 'Fly',
category: 'Hosting',
route: '/library/fly.svg',
url: 'https://fly.io'
},
{
title: 'LearnThis',
category: 'Education',
route: '/library/learnthis.svg',
url: 'https://learnthisacademy.com'
},
{
2023-03-19 22:02:09 +00:00
title: 'Visual Studio',
category: 'Software',
route: '/library/visual-studio.svg',
url: 'https://visualstudio.microsoft.com'
2023-03-19 14:52:33 +00:00
},
{
title: 'Chakra UI',
category: 'Library',
route: '/library/chakra-ui.svg',
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-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-03-19 14:52:33 +00:00
url: 'https://www.fastify.io'
},
{
title: 'JavaScript',
category: 'Language',
route: '/library/javascript.svg',
url: 'https://developer.mozilla.org/docs/Web/JavaScript'
},
{
title: 'jQuery',
category: 'Language',
2023-12-12 13:37:14 +03:00
route: {
light: '/library/jquery.svg',
dark: '/library/jquery_dark.svg'
},
2023-03-19 14:52:33 +00:00
url: 'https://jquery.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: 'Bun',
category: 'Library',
route: '/library/bun.svg',
url: 'https://bun.sh'
},
{
title: 'Twilio',
category: 'Software',
route: '/library/twilio.svg',
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-03-19 14:52:33 +00:00
url: 'https://arc.dev'
},
2023-12-20 08:18:52 -08:00
{
title: 'Arc',
category: 'Fintech',
route: {
light: '/library/arc_fintech_light.svg',
dark: '/library/arc_fintech_dark.svg'
},
url: 'https://arc.tech'
},
2023-03-19 14:52:33 +00:00
{
title: 'Qwik',
category: 'Framework',
route: '/library/qwik.svg',
url: 'https://qwik.builder.io/'
},
{
title: 'Authy',
category: 'Software',
route: '/library/authy.svg',
url: 'https://authy.com/'
},
{
title: 'NestJS',
category: 'Framework',
route: '/library/nestjs.svg',
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-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-03-19 14:52:33 +00:00
url: 'https://railway.app/'
},
{
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: 'GoDaddy',
category: 'Hosting',
2023-12-12 13:37:14 +03:00
route: {
light: '/library/godaddy.svg',
dark: '/library/godaddy_dark.svg'
},
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-03-19 14:52:33 +00:00
url: 'https://www.udemy.com/'
},
{
title: 'GraphQL',
category: 'Language',
route: '/library/graphql.svg',
url: 'https://graphql.org/'
},
{
title: 'GitLab',
category: 'Software',
route: '/library/gitlab.svg',
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-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-03-19 14:52:33 +00:00
url: 'https://go.dev/'
},
{
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: '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: 'Docker',
category: 'Software',
route: '/library/docker.svg',
url: 'https://www.docker.com/'
},
{
title: 'Amazon Web Services',
category: 'Software',
route: '/library/aws.svg',
url: 'https://aws.amazon.com/'
},
{
title: 'Microsoft Azure',
category: 'Software',
route: '/library/azure.svg',
url: 'https://azure.microsoft.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/'
},
{
title: 'JetBrains Rider',
category: 'Software',
route: '/library/rider.svg',
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-03-19 14:52:33 +00:00
url: 'https://planetscale.com/'
},
{
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: 'Discourse',
category: 'Software',
route: '/library/discourse.svg',
url: 'https://discourse.org/'
},
{
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: 'Flutter',
category: 'Framework',
route: '/library/flutter.svg',
url: 'https://flutter.dev/'
},
2024-01-10 11:53:05 +03:30
{
title: 'Auth0',
category: 'Library',
route: '/library/auth0.svg',
url: 'https://auth0.com/'
},
2023-03-19 14:52:33 +00:00
{
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: '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: '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: '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: 'KrakenJS',
category: 'Framework',
route: '/library/krakenjs.svg',
url: 'https://krakenjs.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: 'Material UI',
category: 'Framework',
route: '/library/materialui.svg',
url: 'https://mui.com/'
},
{
title: 'MySQL',
category: 'Database',
route: '/library/mysql.svg',
url: 'https://www.mysql.com/'
},
{
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: 'PostgreSQL',
category: 'Database',
route: '/library/postgresql.svg',
url: 'https://www.postgresql.org/'
},
{
title: 'React Query',
category: 'Framework',
route: '/library/reactquery.svg',
url: 'https://tanstack.com/query/v4'
},
{
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: '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: 'Sequelize',
category: 'Framework',
route: '/library/sequelize.svg',
url: 'https://sequelize.org/'
},
{
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: 'Swagger',
category: 'Software',
route: '/library/swagger.svg',
url: 'https://swagger.io/'
},
{
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: 'Unity',
category: 'Software',
2023-12-12 13:37:14 +03:00
route: {
light: '/library/unity.svg',
dark: '/library/unity_dark.svg'
},
2023-03-19 14:52:33 +00:00
url: 'https://unity.com/'
},
{
title: 'Vim',
category: 'Software',
route: '/library/vim.svg',
url: 'https://www.vim.org/'
},
{
2023-05-14 18:35:19 +01:00
title: 'Pocketbase',
category: 'Database',
route: '/library/pocket-base.svg',
url: 'https://pocketbase.io/'
2023-03-19 14:52:33 +00:00
},
{
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: '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'
},
2024-01-13 13:29:14 +03:30
{
title: 'AMP',
category: 'Library',
route: '/library/amp.svg',
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',
2023-03-19 14:52:33 +00:00
route: '/library/gdsc.svg',
url: 'https://gdsc.community.dev/'
},
{
title: 'Brave Browser',
category: 'Browser',
route: '/library/brave.svg',
url: 'https://brave.com/'
},
{
title: 'Eclipse IDE',
2023-03-22 09:21:25 +00:00
category: 'Software',
2023-03-19 14:52:33 +00:00
route: '/library/eclipse.svg',
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:38:04 +03:30
url: 'https://threejs.org/'
},
2023-03-19 14:52:33 +00:00
{
title: 'HTML5',
category: 'Language',
route: '/library/html5.svg',
url: 'https://es.wikipedia.org/wiki/HTML5'
},
{
title: 'CSS',
category: 'Language',
route: '/library/css.svg',
url: 'https://es.wikipedia.org/wiki/CSS'
},
{
title: 'midudev',
2023-12-17 13:37:51 +00:00
category: 'Community',
2023-03-19 14:52:33 +00:00
route: '/library/midudev.svg',
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-03-19 14:52:33 +00:00
url: 'https://www.apple.com'
},
{
title: 'Windows',
category: 'Software',
route: '/library/windows.svg',
url: 'https://www.microsoft.com/windows'
},
{
title: 'Python',
category: 'Language',
route: '/library/python.svg',
url: 'https://www.python.org/'
2023-03-19 22:02:09 +00:00
},
{
title: 'Turbopack',
category: 'Software',
route: '/library/turbopack.svg',
url: 'https://turbo.build/'
},
{
title: 'Builder',
category: 'CMS',
route: '/library/builder.svg',
url: 'https://builder.io/'
},
{
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: 'Stimulus',
category: 'Framework',
route: '/library/stimulus.svg',
url: 'https://stimulus.hotwired.dev/'
2023-03-20 09:35:03 +00:00
},
{
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: 'Upstash',
category: 'Database',
route: '/library/upstash.svg',
url: 'https://upstash.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',
category: 'Software',
route: '/library/cloudflare.svg',
url: 'https://www.cloudflare.com/'
2023-04-12 09:17:21 +01:00
},
{
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: '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: 'Loom',
category: 'Software',
route: '/library/loom.svg',
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 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',
url: 'https://stackblitz.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: 'Medusa',
category: 'Software',
route: '/library/medusa.svg',
url: 'https://medusajs.com/'
2023-04-13 22:48:07 +02:00
},
{
title: 'WordPress',
category: 'Software',
route: '/library/wordpress.svg',
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',
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',
url: 'https://elementor.com/'
2023-04-15 11:52:16 +02:00
},
{
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: 'RxJS',
category: 'Library',
route: '/library/rxjs.svg',
url: 'https://rxjs.dev/'
},
{
title: 'Electron',
category: 'Library',
route: '/library/electron.svg',
url: 'https://www.electronjs.org'
},
2023-04-20 17:21:43 -05:00
{
title: 'Redux',
category: 'Library',
route: '/library/redux.svg',
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',
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-04-25 12:08:27 +02:00
url: 'https://www.php.net/'
2023-04-27 01:27:14 +02:00
},
{
title: 'Hugo',
category: 'Framework',
2023-05-14 18:35:19 +01:00
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',
url: 'https://sass-lang.com/'
},
{
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: 'Neon',
category: 'Database',
route: '/library/neon.svg',
url: 'https://neon.tech/'
2023-05-16 18:04:02 +01:00
},
{
title: 'Infojobs',
2023-10-29 13:58:11 +00:00
category: 'Social',
2023-06-10 20:38:27 +01:00
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',
url: 'https://linear.app/'
},
{
title: 'Tor',
category: 'Browser',
route: '/library/tor.svg',
url: 'https://www.torproject.org/'
2023-06-11 11:57:33 +01:00
},
{
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/'
2023-06-11 12:33:16 +01:00
},
{
title: 'Tauri',
category: 'Library',
route: '/library/tauri.svg',
url: 'https://tauri.app/'
},
{
title: 'WebKit',
category: 'Software',
route: '/library/webkit.svg',
url: 'https://webkit.org/'
2023-07-07 10:08:35 +01:00
},
{
title: 'Google Bard',
category: 'AI',
route: '/library/bard.svg',
url: 'https://bard.google.com/'
},
{
title: 'Obsidian',
category: 'Software',
route: '/library/obsidian.svg',
url: 'https://obsidian.md/'
},
{
title: 'Zod',
category: 'Library',
route: '/library/zod.svg',
url: 'https://zod.dev/'
},
2024-01-13 13:26:30 +03:30
{
title: 'Dreamweaver',
category: 'Software',
route: '/library/dw.svg',
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-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-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-07-10 15:52:03 +01:00
url: 'https://www.instagram.com/'
},
{
title: 'VueUse',
category: 'Library',
route: '/library/vueuse.svg',
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',
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',
url: 'https://hono.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: 'Pulumi',
category: 'Software',
route: '/library/pulumi.svg',
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',
url: 'https://fastapi.tiangolo.com/'
2023-09-26 15:03:31 +01:00
},
{
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: 'Typesense',
category: 'Software',
route: '/library/typesense.svg',
url: 'https://typesense.org/'
2023-10-29 11:57:04 +00:00
},
{
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: 'Solana',
category: 'Crypto',
route: '/library/sol.svg',
url: 'https://solana.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: 'BNB',
category: 'Crypto',
route: '/library/bnb.svg',
url: 'https://www.bnbchain.org/'
},
{
title: 'TRON',
category: 'Crypto',
route: '/library/trx.svg',
url: 'https://tron.network/'
},
{
title: 'Chainlink',
category: 'Crypto',
route: '/library/link.svg',
url: 'https://chain.link/'
},
{
title: 'Polygon',
category: 'Crypto',
route: '/library/matic.svg',
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',
url: 'https://algorand.org/'
},
2023-12-21 15:38:36 +01:00
{
title: 'Tether',
category: 'Crypto',
route: '/library/tether.svg',
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-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',
url: 'https://x.com'
},
{
title: 'After Effects',
category: 'Design',
route: '/library/after-effects.svg',
url: 'https://x.com'
},
{
title: 'Canva',
category: 'Design',
route: '/library/canva.svg',
url: 'https://x.com'
},
{
title: 'Illustrator',
category: 'Design',
route: '/library/illustrator.svg',
url: 'https://x.com'
},
{
title: 'InDesign',
category: 'Design',
route: '/library/indesign.svg',
url: 'https://x.com'
},
{
title: 'Lightroom',
category: 'Design',
route: '/library/lightroom.svg',
url: 'https://x.com'
},
{
title: 'Photoshop',
category: 'Design',
route: '/library/photoshop.svg',
url: 'https://x.com'
},
{
title: 'Premiere',
category: 'Design',
route: '/library/premiere.svg',
url: 'https://x.com'
2023-12-11 18:04:47 +05:30
},
{
2023-12-11 15:50:02 +03:00
title: 'VK',
category: 'Social',
route: '/library/vk.svg',
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',
url: 'https://hoppscotch.com'
2023-12-11 12:26:49 -03:00
},
{
2023-12-11 07:27:40 -08:00
title: 'Dub',
category: 'Software',
route: '/library/dub.svg',
url: 'https://dub.co'
2023-12-11 15:49:27 +00:00
},
{
2023-12-11 12:26:49 -03:00
title: 'Opera',
category: 'Browser',
route: '/library/opera.svg',
url: 'https://www.opera.com'
},
{
2023-12-11 14:00:42 -03:00
title: 'Salesforce',
category: 'Software',
route: '/library/salesforce.svg',
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-11 18:17:37 +03:00
url: 'https://www.unrealengine.com/'
},
{
title: 'Godot Engine',
category: 'Software',
route: '/library/godot_engine.svg',
url: 'https://godotengine.org/'
2023-12-11 18:50:10 +03:00
},
{
title: 'Datadog',
category: 'Software',
route: '/library/datadog.svg',
url: 'https://www.datadoghq.com/'
2023-12-11 12:22:55 -05:00
},
2023-12-11 16:50:52 +00:00
{
2023-12-11 19:10:00 +03:00
title: 'Randevum',
category: 'Software',
2023-12-11 19:13:09 +03:00
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',
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 Publisher',
category: 'Software',
route: '/library/affinity_publisher.svg',
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-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-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-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',
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',
url: 'https://calendly.com/'
},
{
title: 'Mintlify',
category: 'Software',
route: '/library/mintlify.svg',
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 00:59:12 +05:30
url: 'https://www.patreon.com/'
},
{
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: '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/'
2023-12-12 00:24:33 +00:00
},
2023-12-11 14:07:13 -05:00
{
title: 'SST',
category: 'Framework',
route: '/library/sst.svg',
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-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'
},
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',
2023-12-11 15:22:49 -05:00
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'
},
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'
},
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-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',
url: 'https://front.com'
2023-12-11 18:59:52 -03:00
},
{
title: 'Monero',
category: 'Crypto',
route: '/library/monero.svg',
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 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',
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'
},
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'
},
url: 'https://ui.shadcn.com/'
2023-12-12 14:33:27 +03:00
},
{
title: 'putio',
category: 'Software',
route: '/library/putio.svg',
url: 'https://put.io/'
2023-12-12 18:23:52 +05:30
},
{
title: 'Pinterest',
2023-12-17 01:31:21 +00:00
category: 'Social',
2023-12-12 18:23:52 +05:30
route: '/library/pinterest.svg',
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'
},
url: 'https://reflex.dev/'
2023-12-12 18:49:02 +05:30
},
{
title: 'Stripe',
category: 'Software',
route: '/library/stripe.svg',
url: 'https://stripe.com/'
2023-12-12 19:09:07 +05:30
},
{
title: 'Linux',
category: 'Software',
route: '/library/linux.svg',
url: 'https://www.linux.org/'
2023-12-12 14:28:44 -03:00
},
{
title: 'XD',
category: 'Design',
route: '/library/adobe-xd.svg',
url: 'https://helpx.adobe.com/xd/get-started.html'
},
{
title: 'Axure',
category: 'Design',
route: '/library/axure.svg',
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',
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',
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',
url: 'https://www.cypress.io/'
},
{
title: 'Reddit',
category: 'Social',
route: '/library/reddit.svg',
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',
category: 'Typing',
route: '/library/monkeytype.svg',
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',
2024-01-10 23:14:06 +01:00
route: {
dark: '/library/shopify_dark.svg',
light: '/library/shopify_light.svg'
},
url: 'https://www.shopify.com'
},
{
title: 'WebFlow',
category: 'CMS',
route: '/library/webflow.svg',
url: 'https://www.webflow.com'
},
{
title: 'bigcommerce',
category: 'CMS',
route: '/library/bigcommerce.svg',
url: 'https://www.bigcommerce.co.uk'
},
{
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'
},
{
title: 'airbnb',
category: 'Software',
route: '/library/airbnb.svg',
url: 'https://www.airbnb.com'
},
{
title: 'uber',
category: 'Software',
route: '/library/uber.svg',
url: 'https://www.uber.com'
},
{
title: 'gmail',
category: 'Software',
route: '/library/gmail.svg',
url: 'https://www.gmail.com'
},
{
title: 'outlook',
category: 'Software',
route: '/library/outlook.svg',
url: 'https://www.outlook.com'
},
{
title: 'slack',
category: 'Software',
route: '/library/slack.svg',
url: 'https://www.slack.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: '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'
},
2023-12-17 22:51:32 +08:00
{
title: 'Raycast',
category: 'Software',
route: '/library/raycast.svg',
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',
url: 'https://julialang.org/'
},
2023-12-19 00:04:15 +08:00
{
title: 'SWC',
category: 'Compiler',
route: '/library/swc.svg',
url: 'https://swc.rs/'
2023-12-20 12:40:18 +05:30
},
{
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/'
2023-12-20 18:18:52 +05:30
},
{
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: 'Claude AI',
category: 'AI',
route: '/library/claude-ai.svg',
url: 'https://claude.ai/'
},
{
title: 'Perplexity AI',
category: 'AI',
route: '/library/perplexity.svg',
url: 'https://perplexity.ai/'
2023-12-21 07:47:05 -04:00
},
{
title: 'Spring',
category: 'Framework',
route: '/library/spring.svg',
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',
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'
},
url: 'https://pnpm.io/'
},
2023-12-25 23:01:37 +05:30
{
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'
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',
url: 'https://idx.dev/'
2023-12-25 23:58:20 +05:30
},
{
title: 'Bluesky',
category: 'Social',
route: '/library/bluesky.svg',
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'
},
url: 'https://remix.run/'
2023-12-29 18:23:29 +05:30
},
{
title: 'Steam',
category: 'Software',
route: '/library/steam.svg',
url: 'https://store.steampowered.com/'
},
{
title: 'Tabby',
category: 'Software',
route: '/library/tabby.svg',
url: 'https://tabby.sh/'
},
{
title: '1Password',
category: 'Software',
route: {
light: '/library/1password-light.svg',
dark: '/library/1password-dark.svg'
},
url: 'https://1password.com'
},
{
title: 'Alacritty',
category: 'Software',
route: '/library/alacritty.svg',
url: 'https://alacritty.org'
2023-12-30 01:50:21 -03:00
},
{
title: 'Qt',
category: 'Software',
route: '/library/qt.svg',
url: 'https://www.qt.io/'
2024-01-01 11:19:07 -03:00
},
{
title: 'Bitwarden',
category: 'Software',
route: '/library/bitwarden.svg',
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',
url: 'https://neovim.io/'
2024-01-08 10:44:44 +00:00
},
{
title: 'Pitch',
category: 'Design',
route: '/library/pitch.svg',
url: 'https://pitch.com'
2024-01-12 10:32:50 +00:00
},
{
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: 'Meta',
category: 'Social',
route: '/library/meta.svg',
url: 'https://about.meta.com/es/'
},
{
title: 'Stability AI',
category: 'AI',
route: '/library/stability-ai.svg',
url: 'https://stability.ai/'
},
{
title: 'Google PaLM',
category: 'AI',
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: 'Sentry',
category: 'Software',
route: '/library/sentry.svg',
url: 'https://sentry.io/'
},
{
title: 'Grafana',
category: 'Software',
route: '/library/grafana.svg',
url: 'https://grafana.com/'
},
{
title: 'Notion',
category: 'Software',
route: '/library/notion.svg',
url: 'https://notion.so/'
2023-12-24 00:09:02 -05:00
}
2023-12-25 23:01:37 +05:30
];