Next.js's Avatar

Next.js

@nextjs.org.bsky.social

The React Framework – created and maintained by @vercel.com

10,189 Followers  |  1 Following  |  26 Posts  |  Joined: 23.05.2023  |  1.8613

Latest posts by nextjs.org on Bluesky

Preview
Next Conf 2025: Call for proposals Next.js Conf returns to San Francisco this October and call for proposals are now open.

Next.js Conf returns to San Francisco this October and the call for proposals is now open.

Submit your talk ideas if you'd like to speak. Let us know what you'd like to hear about and who you'd like to hear from.

vercel.fyi/szCGZed

28.07.2025 20:52 — 👍 13    🔁 0    💬 0    📌 0
Preview
Next.js 15.4 Next.js 15.4 includes updates to performance, stability, and Turbopack compatibility.

Next.js 15.4

• Turbopack Builds: 100% integration test compatibility for next build --turbopack
• General stability and performance improvements
• A preview of what's coming in Next 16

nextjs.org/blog/next-15-4

14.07.2025 22:07 — 👍 40    🔁 3    💬 1    📌 0

🫡

29.04.2025 00:24 — 👍 8    🔁 0    💬 0    📌 0
Post image

Get your certificate for completing our Next.js courses.

Learn about Next.js, React, SEO, and more in the future.

nextjs.org/learn

28.04.2025 17:01 — 👍 33    🔁 0    💬 1    📌 0
Preview
Next.js Hackathon Awards & Recap YouTube video by Vercel

Congratulations to the winners of the Next.js Hackathon:

• Text0 (www.text0.dev)
• Work From Coffee OS (www.workfromcoffee.com)
• gitfaster (gitfaster.vercel.app)

Rewatch the awards stream to see live demos.

www.youtube.com/live/KDRwgbw...

23.04.2025 17:02 — 👍 24    🔁 1    💬 0    📌 0
Preview
Next.js 15.3 Next.js 15.3 includes Turbopack for builds, new client instrumentation and navigation hooks, and more.

Next.js 15.3

• Turbopack for builds (alpha)
• Community support for Rspack (experimental)
• Client Instrumentation hook
• Navigation hooks
• TypeScript plugin improvements

nextjs.org/15-3

09.04.2025 20:41 — 👍 70    🔁 9    💬 4    📌 6
Preview
Next.js Global Hackathon Join hundreds of Next.js developers from around the world—competing to build the fastest, highest quality applications.

Thank you to our partners for providing credits:

Anthropic, Browserbase, Clerk, Convex, Cursor, Eleven Labs, Fal, Gemini, Groq, Langbase, Luma, Neon, OpenAI, Polar, Replicate, Resend, Scrapybara, Sentry, Supabase, Tinybird, Upstash, Windsurf, and xAI.

next-hackathon-2025.vercel.app

03.04.2025 19:30 — 👍 14    🔁 2    💬 0    📌 1

We're hosting our first Next.js global hackathon.

• 500 teams
• 10 days of hacking
• Credits from 25+ partners

Sign up today. Hackathon starts April 7th ↓

03.04.2025 19:30 — 👍 42    🔁 6    💬 4    📌 1
Preview
RFC: Deployment Adapters API · vercel next.js · Discussion #77740 To ensure Next.js can be deployed anywhere, including severless platforms with custom requirements, we are planning to add deployment adapters. Background Next.js has supported self-hosting since 2...

RFC: Deployment Adapters API

We are planning to support adapters to deploy Next.js to any provider.

github.com/vercel/next....

02.04.2025 17:53 — 👍 85    🔁 11    💬 2    📌 0
Preview
CVE-2025-29927 Next.js version 15.2.3 has been released to address a security vulnerability CVE-2025-29927.

Next.js 15.2.3 includes a security vulnerability patch.

We recommend updating to 15.2.3 or backported patches. If you cannot update, we have included guidance for how to protect your application.

Apps on Vercel, Netlify, and Cloudflare are not affected.

nextjs.org/blog/cve-202...

22.03.2025 19:02 — 👍 60    🔁 17    💬 1    📌 4

unstable_cache() was never stable, it was a temporary API added. There are many ways to do caching in your backend – you didn't explicitly have to use this.

"use cache" won't be ready for production until stable. It's regardless of the platform you deploy to. You can still use Redis or lru-caches.

28.02.2025 21:23 — 👍 0    🔁 0    💬 0    📌 0

Yes!

28.02.2025 21:20 — 👍 1    🔁 0    💬 0    📌 0

Our latest release was a minor (v15.2) – there are no breaking changes until v16. We are focused on performance improvements, stability, and soon a simplified caching model.

28.02.2025 19:43 — 👍 1    🔁 0    💬 1    📌 0
Preview
Building APIs with Next.js Learn about how to build APIs with Next.js.

Learn how to build APIs with Next.js.

nextjs.org/blog/buildin...

28.02.2025 19:42 — 👍 50    🔁 3    💬 3    📌 0
Preview
Next.js 15.2 Next.js 15.2 introduces an improved error experience, streaming metadata, Turbopack performance improvements, and more.

Next.js 15.2

• Redesigned Error UI & Improved Stack Traces
• Streaming Metadata
• Turbopack Performance Improvements
• View Transitions (experimental)
• Node.js Middleware (experimental)

nextjs.org/blog/next-15-2

27.02.2025 01:36 — 👍 143    🔁 23    💬 3    📌 5

Lots of motivation to hit your new goals?

23.01.2025 21:38 — 👍 1    🔁 0    💬 0    📌 0
Preview
GitHub - nextjs/saas-starter: Get started quickly with Next.js, Postgres, Stripe, and shadcn/ui. Get started quickly with Next.js, Postgres, Stripe, and shadcn/ui. - nextjs/saas-starter

New open source template:

• Next.js
• Postgres
• Drizzle
• Stripe
• Tailwind CSS
• shadcn/ui

github.com/nextjs/saas-...

23.01.2025 21:36 — 👍 133    🔁 9    💬 3    📌 2
Preview
Single-Page Applications with Next.js Next.js fully supports building Single-Page Applications (SPAs).

New documentation: building Single-Page Applications with Next.js.

vercel.fyi/nextjs-spa

08.01.2025 18:55 — 👍 73    🔁 8    💬 3    📌 2
Preview
Composable Caching with Next.js Learn more about the API design and benefits of 'use cache'

Learn more about the API design and benefits of experimental 'use cache'.

nextjs.org/blog/composa...

03.01.2025 20:07 — 👍 115    🔁 8    💬 7    📌 0
Video thumbnail

I built a clone of the Yeezy store: nextzy.vercel.app

Built with @nextjs.org, @v0.dev, and @motion.dev.

Code is open source!

30.12.2024 16:00 — 👍 109    🔁 7    💬 7    📌 2
Preview
Next.js 15.1 Next.js 15.1 introduces React 19 stable support, improved error debugging, new experimental authorization APIs, and more.

Next.js 15.1

• React 19 (stable)
• Improved errors and source maps
• `after` (stable)
• `forbidden` / `unauthorized` (experimental)
• CSS inlining (experimental)

nextjs.org/15-1

10.12.2024 21:33 — 👍 304    🔁 32    💬 7    📌 5

Yes.

03.12.2024 20:52 — 👍 5    🔁 0    💬 0    📌 0
The foot on the Next.js website which now includes a link to Bluesky

The foot on the Next.js website which now includes a link to Bluesky

New footer just dropped: nextjs.org

03.12.2024 20:50 — 👍 326    🔁 9    💬 11    📌 4
MDX with Next.js App Router
YouTube video by leerob MDX with Next.js App Router

New video: MDX with Next.js!

Learn how to combine the power of React components with markdown in the App Router. We also cover some of the built-in metadata features as well as CSS view transitions.

www.youtube.com/watch?v=34bR...

30.11.2024 23:27 — 👍 170    🔁 9    💬 7    📌 0

'use skeet'

30.11.2024 00:04 — 👍 179    🔁 8    💬 11    📌 2
Preview
Next level product velocity with Next.js - Next.js Conf PayPal’s Ryan Magoon explains how they’re using App Router, tRPC, shadcn/ui, and Turborepo to replace their checkout's fragmented React and Express stack. From this, they’ve seen big improvements in p...

See how Ryan Magoon used Next.js App Router, tRPC, shadcn/ui, and Turborepo to update PayPal's checkout.

nextjs.org/conf/session...

26.11.2024 22:40 — 👍 55    🔁 4    💬 0    📌 0
Preview
Building user interfaces in the age of AI - Next.js Conf Perplexity’s Oleg Akbarov talks about building AI UIs, including streaming, schema validation, rendering structured output from LLMs, and React Server Components.

Perplexity’s Oleg Akbarov talks about building AI UIs using streaming, schema validation, rendering structured output from LLMs, and React Server Components.

nextjs.org/conf/session...

22.11.2024 21:27 — 👍 63    🔁 2    💬 1    📌 0
Preview
Our Journey with Caching Learn about our journey with caching in Next.js App Router.

Learn more about the upcoming 'use cache' directive in Next.js and our journey to simplify caching.

nextjs.org/blog/our-jou...

15.11.2024 17:21 — 👍 131    🔁 8    💬 5    📌 0
Video thumbnail

The canvas/artifacts/blocks style UI is really interesting.

We're still in the early innings of figuring out "AI-native" user interfaces.

This @nextjs.org template is open source if you wanna check it out!

chat.vercel.ai

12.11.2024 15:18 — 👍 92    🔁 6    💬 3    📌 0

@nextjs.org is following 1 prominent accounts