[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Discussions](/c/community/4) # Implementing Feature Flagging with the Next.js App Router 154 views · 3 likes · 2 posts Aurora Scharff (@aurorascharff) · 2024-09-17 · ♥ 2 Dropping a quick blog post on implementing feature flagging in the Next.js App Router 😊 It's especially useful if you're not deploying to Vercel (which has a built-in feature flagging setup), but still want basic feature flags. https://aurorascharff.no/posts/implementing-feature-flagging-with-nextjs-app-router/ Regarding deploying on App Service, I have been using one of my co-worker's guides: https://kongebra.net/blog/posts/automate-your-next-js-deployment-to-azure-a-step-by-step-guide My customer has restrictions on what type of deployment we can use, that's why I'm using Azure App Service. It works well 😊 Pauline P. Narvas (@pawlean) · 2024-09-17 · ♥ 1 Great post, @aurorascharff! I know this will be helpful for a lot of folks. :smile: