Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ dist-ssr
*.sw?
.vercel
.env*.local
.cache
og-preview-*.png
13 changes: 12 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"gray-matter": "^4.0.3",
"html-minifier-terser": "^7.2.0",
"markdown-it": "^14.1.1",
"tailwindcss": "^4.0.14"
"tailwindcss": "^4.0.14",
"tw-shimmer": "^0.4.11"
},
"dependencies": {
"@vercel/analytics": "^2.0.1",
Expand Down
6 changes: 3 additions & 3 deletions src/_data/providers.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default [
name: "PlanetScale",
slug: "planetscale/postgresql",
category: "database",
description: "Fully managed database platform for Postgres and MySQL",
description: "Postgres & MySQL platform",
longDescription: "Fully managed database platform for Postgres and Vitess/MySQL, delivering NVMe-backed performance, massive scale through horizontal sharding, developer-friendly features, and enterprise-grade reliability.",
url: "https://planetscale.com",
logoTag: "logo-planetscale",
Expand Down Expand Up @@ -372,7 +372,7 @@ export default [
name: "Privy",
slug: "privy/app",
category: "payments",
description: "Wallets, auth, and policies across Tempo, EVM, Solana, and Bitcoin",
description: "Web3 wallet infrastructure",
longDescription: "Wallet and key-management infrastructure for embedding secure wallets, authentication, and signing policies into apps across Tempo, EVM, Solana, and Bitcoin.",
url: "https://privy.io",
logoTag: "logo-privy",
Expand Down Expand Up @@ -435,7 +435,7 @@ export default [
name: "Squarespace",
slug: "squarespace/domain",
category: "domains",
description: "Search domain names and find the right one for your website",
description: "Domain search & registration",
longDescription: "Search domain names and find the right one for your website.",
url: "https://squarespace.com",
logoTag: "logo-squarespace",
Expand Down
6 changes: 6 additions & 0 deletions src/assets/css/main.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import "tailwindcss";
@import "tw-shimmer";
@source "../../../src/**/*.webc";
@source "../../../src/*.webc";

Expand Down Expand Up @@ -323,6 +324,11 @@
--shadow-border-light: 0px 0px 0px 1px rgb(from var(--hex-neutral-990) r g b / 0.06);
--shadow-inset-border: inset 0px 0px 0px 1px rgb(from var(--hex-neutral-990) r g b / 0.12);
--shadow-border-reverse: 0px 0px 0px 1px rgb(from var(--hex-neutral-0) r g b / 0.06);
--shadow-hds-xs: 0px 2px 10px rgba(0, 55, 112, 0.06), 0px 1px 4px rgba(0, 59, 137, 0.04);
--shadow-hds-sm: 0px 5px 14px rgba(0, 55, 112, 0.08), 0px 2px 8px rgba(0, 59, 137, 0.05);
--shadow-hds-md: 0px 6px 22px rgba(0, 55, 112, 0.1), 0px 4px 8px rgba(0, 59, 137, 0.02);
--shadow-hds-lg: 0px 15px 40px -2px rgba(0, 55, 112, 0.1), 0px 5px 20px -2px rgba(0, 59, 137, 0.04);
--shadow-hds-xl: 0px 20px 80px -16px rgba(0, 55, 112, 0.14), 0px 10px 60px -16px rgba(0, 59, 137, 0.06);

}

Expand Down
15 changes: 15 additions & 0 deletions src/assets/images/provider-icons/agentmail.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions src/assets/images/provider-icons/agentphone.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/assets/images/provider-icons/algolia.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/assets/images/provider-icons/amplitude.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/assets/images/provider-icons/auth0.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading