Skip to content
Merged
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
4 changes: 1 addition & 3 deletions demos/ai-chat/app/pages/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,9 @@ export default function PagesLayout({
</Link>
<a
href="/api/data/reference"
target="_blank"
rel="noopener noreferrer"
className="text-muted-foreground hover:text-foreground transition-colors"
>
API Docs
API Docs
</a>
<Link
href="/pages/route-docs"
Expand Down
2 changes: 1 addition & 1 deletion demos/ai-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"highlight.js": "^11.11.1",
"katex": "^0.16.35",
"lucide-react": "^0.577.0",
"next": "15.4.1",
"next": "16.1.6",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
"react": "19.2.3",
Expand Down
4 changes: 1 addition & 3 deletions demos/blog/app/pages/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,9 @@ export default function PagesLayout({
</Link>
<a
href="/api/data/reference"
target="_blank"
rel="noopener noreferrer"
className="text-muted-foreground hover:text-foreground transition-colors"
>
API Docs
API Docs
</a>
<Link
href="/pages/route-docs"
Expand Down
2 changes: 1 addition & 1 deletion demos/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"highlight.js": "^11.11.1",
"katex": "^0.16.35",
"lucide-react": "^0.577.0",
"next": "15.4.1",
"next": "16.1.6",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
"react": "19.2.3",
Expand Down
4 changes: 1 addition & 3 deletions demos/cms/app/pages/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,9 @@ export default function PagesLayout({
</Link>
<a
href="/api/data/reference"
target="_blank"
rel="noopener noreferrer"
className="text-muted-foreground hover:text-foreground transition-colors"
>
API Docs
API Docs
</a>
<Link
href="/pages/route-docs"
Expand Down
2 changes: 1 addition & 1 deletion demos/cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"highlight.js": "^11.11.1",
"katex": "^0.16.35",
"lucide-react": "^0.577.0",
"next": "15.4.1",
"next": "16.1.6",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
"react": "19.2.3",
Expand Down
4 changes: 1 addition & 3 deletions demos/form-builder/app/pages/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,9 @@ export default function PagesLayout({
</Link>
<a
href="/api/data/reference"
target="_blank"
rel="noopener noreferrer"
className="text-muted-foreground hover:text-foreground transition-colors"
>
API Docs
API Docs
</a>
<Link
href="/pages/route-docs"
Expand Down
2 changes: 1 addition & 1 deletion demos/form-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"highlight.js": "^11.11.1",
"katex": "^0.16.35",
"lucide-react": "^0.577.0",
"next": "15.4.1",
"next": "16.1.6",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
"react": "19.2.3",
Expand Down
4 changes: 1 addition & 3 deletions demos/kanban/app/pages/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,9 @@ export default function PagesLayout({
</Link>
<a
href="/api/data/reference"
target="_blank"
rel="noopener noreferrer"
className="text-muted-foreground hover:text-foreground transition-colors"
>
API Docs
API Docs
</a>
<Link
href="/pages/route-docs"
Expand Down
2 changes: 1 addition & 1 deletion demos/kanban/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.577.0",
"next": "15.4.1",
"next": "16.1.6",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
"react": "19.2.3",
Expand Down
4 changes: 1 addition & 3 deletions demos/ui-builder/app/pages/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,9 @@ export default function PagesLayout({
</Link>
<a
href="/api/data/reference"
target="_blank"
rel="noopener noreferrer"
className="text-muted-foreground hover:text-foreground transition-colors"
>
API Docs
API Docs
</a>
<Link
href="/pages/route-docs"
Expand Down
2 changes: 1 addition & 1 deletion demos/ui-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.577.0",
"next": "15.4.1",
"next": "16.1.6",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
"react": "19.2.3",
Expand Down
5 changes: 1 addition & 4 deletions docs/content/docs/demos/ai-chat.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,4 @@ A standalone Next.js demo showcasing the `ai-chat` plugin in **public mode** (no
To enable AI responses in StackBlitz, add your `OPENAI_API_KEY` to the `.env.local` file (copy from `.env.local.example`).
</Callout>

<iframe
src="https://stackblitz.com/github/better-stack-ai/better-stack/tree/main/demos/ai-chat?embed=1&startScript=dev&file=lib%2Fstack.ts"
style={{ width: '100%', height: '700px', border: 0, borderRadius: '8px' }}
/>
[Open in CodeSandbox →](https://codesandbox.io/p/devbox/github/better-stack-ai/better-stack/tree/main/demos/ai-chat)
5 changes: 1 addition & 4 deletions docs/content/docs/demos/blog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,4 @@ A standalone Next.js demo showcasing the `blog` plugin. Three sample posts are s
- API Docs at `/api/data/reference` (OpenAPI Scalar)
- Route Docs at `/pages/route-docs`

<iframe
src="https://stackblitz.com/github/better-stack-ai/better-stack/tree/main/demos/blog?embed=1&startScript=dev&file=lib%2Fstack.ts"
style={{ width: '100%', height: '700px', border: 0, borderRadius: '8px' }}
/>
[Open in CodeSandbox →](https://codesandbox.io/p/devbox/github/better-stack-ai/better-stack/tree/main/demos/blog)
5 changes: 1 addition & 4 deletions docs/content/docs/demos/cms.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,4 @@ A standalone Next.js demo showcasing the `cms` plugin. An `Article` content type
- API Docs at `/api/data/reference` (OpenAPI Scalar)
- Route Docs at `/pages/route-docs`

<iframe
src="https://stackblitz.com/github/better-stack-ai/better-stack/tree/main/demos/cms?embed=1&startScript=dev&file=lib%2Fstack.ts"
style={{ width: '100%', height: '700px', border: 0, borderRadius: '8px' }}
/>
[Open in CodeSandbox →](https://codesandbox.io/p/devbox/github/better-stack-ai/better-stack/tree/main/demos/cms)
5 changes: 1 addition & 4 deletions docs/content/docs/demos/form-builder.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,4 @@ A standalone Next.js demo showcasing the `form-builder` plugin. Two sample forms
- API Docs at `/api/data/reference` (OpenAPI Scalar)
- Route Docs at `/pages/route-docs`

<iframe
src="https://stackblitz.com/github/better-stack-ai/better-stack/tree/main/demos/form-builder?embed=1&startScript=dev&file=lib%2Fstack.ts"
style={{ width: '100%', height: '700px', border: 0, borderRadius: '8px' }}
/>
[Open in CodeSandbox →](https://codesandbox.io/p/devbox/github/better-stack-ai/better-stack/tree/main/demos/form-builder)
5 changes: 1 addition & 4 deletions docs/content/docs/demos/kanban.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,4 @@ A standalone Next.js demo showcasing the `kanban` plugin. One demo board with 4
- API Docs at `/api/data/reference` (OpenAPI Scalar)
- Route Docs at `/pages/route-docs`

<iframe
src="https://stackblitz.com/github/better-stack-ai/better-stack/tree/main/demos/kanban?embed=1&startScript=dev&file=lib%2Fstack.ts"
style={{ width: '100%', height: '700px', border: 0, borderRadius: '8px' }}
/>
[Open in CodeSandbox →](https://codesandbox.io/p/devbox/github/better-stack-ai/better-stack/tree/main/demos/kanban)
5 changes: 1 addition & 4 deletions docs/content/docs/demos/ui-builder.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,4 @@ A standalone Next.js demo showcasing the `ui-builder` plugin backed by the `cms`
- API Docs at `/api/data/reference` (OpenAPI Scalar)
- Route Docs at `/pages/route-docs`

<iframe
src="https://stackblitz.com/github/better-stack-ai/better-stack/tree/main/demos/ui-builder?embed=1&startScript=dev&file=lib%2Fstack.ts"
style={{ width: '100%', height: '700px', border: 0, borderRadius: '8px' }}
/>
[Open in CodeSandbox →](https://codesandbox.io/p/devbox/github/better-stack-ai/better-stack/tree/main/demos/ui-builder)