https://github.com/netlify/next-on-netlify-demo
Demo of a Next.js app with Server-Side Rendering on Netlify
https://github.com/netlify/next-on-netlify-demo
demo netlify netlify-functions nextjs nextjs-starter nextjs-template
Last synced: 12 days ago
JSON representation
Demo of a Next.js app with Server-Side Rendering on Netlify
- Host: GitHub
- URL: https://github.com/netlify/next-on-netlify-demo
- Owner: netlify
- Created: 2020-01-26T17:49:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T17:39:52.000Z (over 1 year ago)
- Last Synced: 2025-04-08T04:23:31.199Z (about 1 month ago)
- Topics: demo, netlify, netlify-functions, nextjs, nextjs-starter, nextjs-template
- Language: JavaScript
- Homepage: https://next-on.netlify.com
- Size: 4.5 MB
- Stars: 57
- Watchers: 3
- Forks: 24
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

[](https://app.netlify.com/sites/next-on/deploys)
This is a demo of a Next.js application with Server-Side Rendering (SSR).
View the demo: [https://next-on.netlify.app](https://next-on.netlify.app)
The demo is hosted on Netlify. Minimal configuration required thanks to [the next-on-netlify npm package](https://www.npmjs.com/package/next-on-netlify).
next-on-netlify makes server-side rendering possible by using Netlify functions under the hood.Get started with next-on-netlify: [https://github.com/netlify/next-on-netlify#installation](https://github.com/netlify/next-on-netlify#installation)