A Guide To Self-Hosting Web Apps On Ubuntu Servers

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

Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. webdev-town

    A curated list of web development tools, articles, libraries, and resources that gets updated every day.

    If you enjoyed the content you can follow me on Twitter/X or check my weekly web development resources newsletter.

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. nvm

    Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions

    You can find the script to install nvm on their GitHub repository.

  4. Caddy

    Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS

    Caddy is a web server like nginx. The biggest advandage of Caddy over nginx is, that it handles HTTPS automatically. You can find the script to install Caddy in their documentation.

  5. PM2

    Node.js Production Process Manager with a built-in Load Balancer.

    Your app should be running now. To be able to run the app in the background, I will use pm2. Stop your application using "Ctrl + C" and install pm2

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

  • AI for Web Devs: Deploying Your AI App to Production

    6 projects | dev.to | 7 Feb 2024
  • ⚡ Deploy a minimal MCP Server on AWS Lambda with Serverless Framework ⚡

    5 projects | dev.to | 15 Apr 2025
  • Cómo crear un Bot de Telegram Seguro🔒 con el EIP-712

    2 projects | dev.to | 15 Apr 2025
  • 🚀 Vite + Shadcn + Tailwind + React + TypeScript + Starter Kit

    2 projects | dev.to | 31 Mar 2025
  • Setting obsidian-shellcommands plugin on flatpak

    1 project | dev.to | 30 Mar 2025

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