Compile standalone NextApp using bun

Create index.ts: ⛶import { createServer } from "node:http"; import next from "next"; const dev = process.env.NODE_ENV !== "production"; const app = next({ dev, turbo: true, turbopack: true }); co...
0 Read More

My Portfolio Website 🚀

My Portfolio Website 🚀
🚀 Just Built a Website with the Latest Technology! 🚀 I just finished building a personal/portfolio website using technologies like NextJS, TailwindCSS, Framer Motion, and ReactBits. 🔥 ✨ Coo...
0 Read More

What’s new in Next.js 15.3

What’s new in Next.js 15.3
Next.js 15.3 introduces powerful new features that improve build performance, observability, and overall developer control. With the alpha release of next build --turbopack, client-side navigation hoo...
0 Read More