https://github.com/netlify/examples
A collection of examples and demonstrations to help people building the web with Netlify
https://github.com/netlify/examples
production
Last synced: 4 months ago
JSON representation
A collection of examples and demonstrations to help people building the web with Netlify
- Host: GitHub
- URL: https://github.com/netlify/examples
- Owner: netlify
- Created: 2024-05-15T14:05:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-02T07:09:12.000Z (6 months ago)
- Last Synced: 2025-08-18T01:43:49.685Z (4 months ago)
- Topics: production
- Language: SCSS
- Size: 9.42 MB
- Stars: 32
- Watchers: 8
- Forks: 20
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Netlify Examples
A collection of examples and demos for people building the web with Netlify
- Serverless functions, hello world — [Site](https://example-functions-hello-world.netlify.app/), [Code](https://github.com/netlify/examples/tree/main/examples/serverless/functions-hello-world)
- Edge Functions Examples — [Site](https://edge-functions-examples.netlify.app/), [Code](https://github.com/netlify/examples/tree/main/examples/edge-functions)
- Client side auth with Clerk - [Code](https://github.com/netlify/examples/tree/main/examples/auth/clerk-js)
- Gated content with Clerk - [Code](https://github.com/netlify/examples/tree/main/examples/auth/clerk-gated-page)
- Astro platform starter - [Site](https://compose-astro-demo.netlify.app/), [Code](https://github.com/netlify/examples/tree/main/examples/compose-astro-platform-demo)
- Astro Server Islands - [Site](https://example-astro-server-islands.netlify.app/), [Code](https://github.com/netlify/examples/tree/main/examples/frameworks/astro-server-islands)
- Astro with Sanity - [Site](https://example-astro-sanity.netlify.app/), [Code](https://github.com/netlify/examples/tree/main/examples/frameworks/astro-with-sanity)
- Astro with Qwik - [Site](https://example-astro-qwik.netlify.app/), [Code](https://github.com/netlify/examples/tree/main/examples/frameworks/astro-with-qwik)
- Astro with Netlify Visual Editor - [Site](https://example-astro-visual-editor.netlify.app/), [Code](https://github.com/netlify/examples/tree/main/examples/frameworks/astro-with-visual-editor)
- Astro with Motion - [Site](https://example-astro-motion.netlify.app/), [Code](https://github.com/netlify/examples/tree/main/examples/frameworks/astro-with-motion)
- AI Executive Summaries - [Site](https://example-ai-executive-summaries.netlify.app/), [Code](https://github.com/netlify/examples/tree/main/examples/ai-executive-summaries)
- AI Speech to Content with Groq - [Code](https://github.com/netlify/examples/tree/main/examples/ai-speech-to-content)
- AI RAG Application - [Code](https://github.com/netlify/examples/tree/main/examples/ai-rag)
- Block AI bots - [Site](https://example-disallow-ai-bots.netlify.app/), [Code](https://github.com/netlify/examples/tree/main/examples/ai-bot-control)
- Supabase with Astro - [Site](https://supabase-astro-example.netlify.app/), [Code](https://github.com/netlify/examples/tree/main/examples/supabase-astro)
- Turso with Astro - [Site](https://turso-astro.netlify.app/), [Code](https://github.com/netlify/examples/tree/main/examples/turso-astro)
- Geosimcities: GeoCities with Advanced AI and Langbase - [Site](https://geosimcities.netlify.app/), [Code](https://github.com/netlify/examples/tree/main/examples/geosimcities)
- User-generated uploads - [Site](https://example-user-uploads-astro-blobs.netlify.app/), [Code](https://github.com/netlify/examples/tree/main/examples/user-image-uploads-astro-blobs)
- Hydrogen storefront with advanced caching - [Site](https://example-hydrogen-caching.netlify.app/), [Code](https://github.com/netlify/examples/tree/main/examples/frameworks/hydrogen-caching)
- Nuxt 4 with advanced caching - [Site](https://example-nuxt-4-caching.netlify.app/), [Code](https://github.com/netlify/examples/tree/main/examples/frameworks/nuxt-4-caching)
- Nuxt AI chat starter - [Site](https://example-nuxt-chat.netlify.app/), [Code](https://github.com/netlify/examples/tree/main/examples/frameworks/nuxt-chat)
- MCP with Netlify serverless functions - [Site](https://mcp-example-serverless.netlify.app/), [Code](https://github.com/netlify/examples/tree/main/examples/mcp/serverless-mcp)
- MCP with Hono - [Site](https://mcp-example-hono.netlify.app/), [Code](https://github.com/netlify/examples/tree/main/examples/mcp/hono-mcp)
- MCP with Express - [Site](https://mcp-example-express.netlify.app/), [Code](https://github.com/netlify/examples/tree/main/examples/mcp/express-mcp)
## Repo organization
- [/examples](examples) — a collection of deployable examples
- [/boilerplates](boilerplates) — Scaffolds for creating new demos with popular frameworks
- [/styles](styles) - Styles for demos and examples to use for consistency. ([See site for usage](https://example-styles.netlify.app))