Companies / Sites using Next.js #10640
Replies: 1598 comments 363 replies
-
Also have a look at the Next.js showcase |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Our team has built multiple products using Next.js:
Thanks for the discussion @timneutkens |
Beta Was this translation helpful? Give feedback.
-
We just launched our site on Zeit! Transitioned from react-static to Next: https://arcade.co |
Beta Was this translation helpful? Give feedback.
-
Paps - paps.sn |
Beta Was this translation helpful? Give feedback.
-
🐸 njt / npm jump to 🐸 (njt.vercel.app) My personal mini-website (en.kachkaev.ru) 😁 |
Beta Was this translation helpful? Give feedback.
-
Recently started this project which uses Next for its documentation website: nymus |
Beta Was this translation helpful? Give feedback.
-
Site about animals and nature: animalpaw.ru |
Beta Was this translation helpful? Give feedback.
-
Made a website visualizing the gun lobby’s funding of U.S. Congress: https://gunfunded.com/ A list of upcoming high school hackathons around the world: https://hackathons.hackclub.com/ |
Beta Was this translation helpful? Give feedback.
-
https://jobs.react-europe.org/ to find react jobs and it is open source https://github.com/patcito/nextjob |
Beta Was this translation helpful? Give feedback.
-
https://readthistwice.com (book recommendations). Used |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Divjoy (built with Next.js and creates Next.js apps 🤗) |
Beta Was this translation helpful? Give feedback.
-
La Derecha Diario, an Argentinian news site 🇦🇷🇦🇷 |
Beta Was this translation helpful? Give feedback.
-
Parts of Domain.com.au are using Next.js (Australia's best property site !) One such section already done is auction results for example: |
Beta Was this translation helpful? Give feedback.
-
we used nextjs to create Longswipe screenshot![]() |
Beta Was this translation helpful? Give feedback.
-
Using NextJS - https://usefulbs.com/ |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
After using the its Page Routing structure, SSR and CSR , I shift from react JS to Next JS, because hardly there would be anything that is not possible with next JS compare to React JS in real cases. |
Beta Was this translation helpful? Give feedback.
-
hyy have a look at it ullaskunder.tech |
Beta Was this translation helpful? Give feedback.
-
Listing Cat - we are curating launch platforms, directories, marketplaces, newsletters, communities, and much more to help early-stage founders and indie hackers with marketing. Screenshot: |
Beta Was this translation helpful? Give feedback.
-
Great list! Just to add to the mix: AgileTech also utilizes Next.js for delivering fast, scalable, and SEO-friendly web development solutions for clients across healthcare, education, transportation, and fintech. We've found it particularly effective when building custom dashboards, admin portals, and responsive web apps that require high performance and clean architecture. Whether it's a healthcare platform with complex data visualization or a procurement system with multi-role access, Next.js has been a solid foundation in many of our projects. Would love to hear if others here are also combining Next.js with things like DevOps CI/CD pipelines, Headless CMS, or hybrid mobile stacks! |
Beta Was this translation helpful? Give feedback.
-
![]() |
Beta Was this translation helpful? Give feedback.
-
🚀 Sharing from the GLINR Studio – Glincker (Built with Next.js)We’ve been working on Glincker, a modern tools hub powered by the GLINR Network. 🔑 Features live right now:
✨ Preview Screens
🔗 Try it out: https://www.glincker.com/ 💬 Feedback welcome! If you’re into Next.js, AI tools, or building indie projects, would love to hear your thoughts. |
Beta Was this translation helpful? Give feedback.
-
I use Next.JS in these projects:
|
Beta Was this translation helpful? Give feedback.
-
Not sure if already mentioned, but https://www.nike.com is built using Next.js. They use it for performance-driven e-commerce pages with dynamic rendering and optimized SEO. It's a great real-world enterprise implementation of Next.js at scale! |
Beta Was this translation helpful? Give feedback.
-
Introducing ArabicWorksheet.com, your one-stop platform to make Arabic learning simple, fun, and engaging. No more chaos, just clear, practical resources to help you progress with confidence. Visit: https://arabicworksheet.com/ We’d love to hear your suggestions and feedback to make it even better. |
Beta Was this translation helpful? Give feedback.
-
this is my portfolio ullaskunder.tech all good getting 100% seo and other thing but for performance 99% casue by google tag scirpt used in layout.tsx const GoogleAnalytics = () => {
return (
<>
<Script
id="googletagmanager-id"
strategy="lazyOnload"
src={`https://www.googletagmanager.com/gtag/js?id=${process.env.NEXT_PUBLIC_MEASUREMENT_ID}`}
/>
<Script id="ga-init" strategy="lazyOnload">
{`
if (window.requestIdleCallback) {
requestIdleCallback(() => {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '${process.env.NEXT_PUBLIC_MEASUREMENT_ID}', {
page_path: window.location.pathname,
});
});
}
`}
</Script>
</>
);
}; |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
We’ve recently launched Boilit 🚀 — a platform that provides ready-to-use boilerplates tailored for DevEx. Built entirely with Next.js 15, it showcases modern patterns like App Router, Server Actions, shadcn/ui, Drizzle ORM, TanStack Table, AI SDK integrations, and more. 👉 It’s currently free while we’re building towards 100 boilerplates. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If you're using Next.js at your company/organization you can share the URL here.
Some sites:
Beta Was this translation helpful? Give feedback.
All reactions