diff --git a/src/content/docs/examples.mdx b/src/content/docs/examples.mdx
index e74519a..3090e0f 100644
--- a/src/content/docs/examples.mdx
+++ b/src/content/docs/examples.mdx
@@ -17,8 +17,16 @@ import { LinkButton, LinkCard } from "@astrojs/starlight/components";
title="Next.js + Prisma"
href="https://github.com/arcjet/example-nextjs-prisma"
/>
+
+
## Blueprints
diff --git a/src/lib/sidebars.ts b/src/lib/sidebars.ts
index aee95f1..4717ccf 100644
--- a/src/lib/sidebars.ts
+++ b/src/lib/sidebars.ts
@@ -31,6 +31,11 @@ export const main = [
link: "https://github.com/arcjet/example-nextjs-prisma",
attrs: { target: "_blank", class: "external-link" },
},
+ {
+ label: "Next.js Starter",
+ link: "https://github.com/ixartz/Next-js-Boilerplate",
+ attrs: { target: "_blank", class: "external-link" },
+ },
{
label: "Next.js SaaS template",
link: "https://www.next-forge.com/",
@@ -41,6 +46,11 @@ export const main = [
link: "https://github.com/arcjet/example-remix",
attrs: { target: "_blank", class: "external-link" },
},
+ {
+ label: "Remix SaaS template",
+ link: "https://github.com/dev-xo/remix-saas",
+ attrs: { target: "_blank", class: "external-link" },
+ },
{
label: "More",
link: "https://github.com/arcjet/arcjet-js/tree/main/examples",