https://github.com/stefanm3000/next-15
A playground of latest next.js and react apis, convex and more
https://github.com/stefanm3000/next-15
convex nexjts react rsc sanity threejs viewtransition
Last synced: 3 months ago
JSON representation
A playground of latest next.js and react apis, convex and more
- Host: GitHub
- URL: https://github.com/stefanm3000/next-15
- Owner: stefanm3000
- License: mit
- Created: 2025-06-18T14:07:41.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-07-15T15:21:21.000Z (3 months ago)
- Last Synced: 2025-07-16T01:00:30.417Z (3 months ago)
- Topics: convex, nexjts, react, rsc, sanity, threejs, viewtransition
- Language: TypeScript
- Homepage: https://next-15-weld.vercel.app
- Size: 686 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# next.js 15 playground
a sandbox for experimenting with the latest and greatest features of [next.js 15+](https://nextjs.org).
live over at [https://next-15-weld.vercel.app/](https://next-15-weld.vercel.app/)
## what is this?
this project is a living lab for next.js latest and react canary releases. it includes:
- realtime chat w [convex](https://convex.dev)
- app router, rsc + streaming, actions
- sanity integration for blog, ISR, PPR
- experimental view transitions
- a mini golf ⛳️ game using three.js + fiber + drei + rapier
- react compiler for mini golf components
- comments page w [convex](https://convex.dev)## getting Started
```bash
pnpm install
pnpm dev
```