Next.js App as part of a monorepo

This page summarizes the projects mentioned and recommended in the original post on /r/nextjs

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • nextjs-monorepo-example

    Collection of monorepo tips & tricks

  • - vercel monorepo deploy is simple as this: https://github.com/belgattitude/nextjs-monorepo-example/blob/main/docs/deploy/deploy-vercel.md

  • serverless-next.js

    ⚡ Deploy your Next.js apps on AWS Lambda@Edge via Serverless Components

  • Vercel, netlify... will work pretty well. On vercel with a pro account you can choose a region pretty close to the db, same with serverless. It won't be optimal but generally enough to start and limit network latency. In my experience Nextjs is a bit tricky when you have to deliver docker images in a k8s cluster, imo better to avoid at the beginning. Note that you can also consider deploying the nextjs app on serverless framework (https://github.com/serverless-nextjs/serverless-next.js), or try out aws-amplify now it supports API routes as well. Personally vercel is the simpliest and supports monorepos natively, but I use it only for sandboxes.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts