How To: Build and Run a Next.js app with Docker

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • bun-nextjs-dockerized

    This is a containerized version of Bun's Next.js template

    TLDR: Check out this repo for the resulting Docker and Docker Compose files for running a Next.js app with Bun.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • Next.js

    The React Framework

    Next.js is an increasingly popular React framework for building visually stunning, high-performing, and easy-to-use webapps. You can take your Next.js app one step further by containerizing it with Docker. Once you have it Dockerized, you can more easily share it across machines, cloud host it, and store config (among many, many other things).

  • Docker Swarm

    Source repo for Docker's Documentation (by docker)

    Next.js is an increasingly popular React framework for building visually stunning, high-performing, and easy-to-use webapps. You can take your Next.js app one step further by containerizing it with Docker. Once you have it Dockerized, you can more easily share it across machines, cloud host it, and store config (among many, many other things).

  • bun

    Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

    In this tutorial, we’re going to use Bun to initialize, bundle, and run our Next.js application. Bun is this decade’s answer to Node.js — it’s substantially lighter and faster, thanks to its JavaScriptCore-based architecture (less memory usage and quicker startup at the cost of optimized execution speed).

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

  • Taming the Beast: Structuring Large-Scale React Applications 🏗️

    3 projects | dev.to | 29 Jul 2024
  • Marketplace full-stack app using NestJS, Next.js, Prisma, and NextAuth

    3 projects | dev.to | 12 Sep 2024
  • Best JavaScript Frameworks for Frontend Developer

    4 projects | dev.to | 4 Sep 2024
  • Finally built a portfolio website

    3 projects | dev.to | 15 Aug 2024
  • I’ve built my Portfolio with NextJs and DatoCMS

    6 projects | dev.to | 6 Aug 2024

Did you konow that JavaScript is
the 3rd most popular programming language
based on number of metions?