diff --git a/website/demos/nextjs.md b/website/demos/nextjs.md index 6235dfded4..db0e2e4928 100644 --- a/website/demos/nextjs.md +++ b/website/demos/nextjs.md @@ -2,7 +2,9 @@ title: Next.js description: >- Example of an Electric app using Next.js. +deployed_url: https://nextjs.examples.electric-sql.com/ source_url: https://github.com/electric-sql/electric/tree/main/examples/nextjs +image: /img/demos/items-screenshot.png example: true --- diff --git a/website/demos/proxy-auth.md b/website/demos/proxy-auth.md index 1a316b32f0..8dbb7a9aee 100644 --- a/website/demos/proxy-auth.md +++ b/website/demos/proxy-auth.md @@ -2,7 +2,9 @@ title: Proxy auth description: >- Example showing how to authorize access to Electric using a proxy. +deployed_url: https://proxy-auth.examples.electric-sql.com/ source_url: https://github.com/electric-sql/electric/tree/main/examples/proxy-auth +image: /img/demos/proxy-auth-screenshot.png example: true --- diff --git a/website/demos/react.md b/website/demos/react.md index a2aada8d24..2698c1c562 100644 --- a/website/demos/react.md +++ b/website/demos/react.md @@ -2,7 +2,9 @@ title: React description: >- Basic example of an Electric app using React. +deployed_url: https://basic.examples.electric-sql.com source_url: https://github.com/electric-sql/electric/tree/main/examples/react +image: /img/demos/items-screenshot.png example: true --- diff --git a/website/demos/remix.md b/website/demos/remix.md index db1c235907..43959ffa28 100644 --- a/website/demos/remix.md +++ b/website/demos/remix.md @@ -2,7 +2,9 @@ title: Remix description: >- Example of an Electric app using Remix. +deployed_url: https://remix.examples.electric-sql.com/ source_url: https://github.com/electric-sql/electric/tree/main/examples/nextjs +image: /img/demos/items-screenshot.png example: true --- diff --git a/website/demos/tanstack.md b/website/demos/tanstack.md index 7264388f35..c6183844d9 100644 --- a/website/demos/tanstack.md +++ b/website/demos/tanstack.md @@ -2,7 +2,9 @@ title: Tanstack description: >- Example of an Electric app using Tanstack Query for optimistic state. +deployed_url: https://tanstack.examples.electric-sql.com/ source_url: https://github.com/electric-sql/electric/tree/main/examples/tanstack +image: /img/demos/items-screenshot.png example: true --- diff --git a/website/public/img/demos/items-screenshot.png b/website/public/img/demos/items-screenshot.png new file mode 100644 index 0000000000..15e75da72d Binary files /dev/null and b/website/public/img/demos/items-screenshot.png differ diff --git a/website/public/img/demos/proxy-auth-screenshot.png b/website/public/img/demos/proxy-auth-screenshot.png new file mode 100644 index 0000000000..4ce583a042 Binary files /dev/null and b/website/public/img/demos/proxy-auth-screenshot.png differ