Selfhosted

Top 23 Selfhosted Open-Source Projects

  • awesome-selfhosted

    A list of Free Software network services and web applications which can be hosted on your own servers

  • Project mention: Self-Hosted Is Awesome | news.ycombinator.com | 2024-04-13
  • uptime-kuma

    A fancy self-hosted monitoring tool

  • Project mention: Ask HN: Are you still using your Vision Pro? | news.ycombinator.com | 2024-05-17
  • 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
  • Appwrite

    Your backend, minus the hassle.

  • Project mention: How I use Appwrite Databases with Pinia to build my own habit tracker | dev.to | 2024-04-14

    If you haven't tried Appwrite, make sure you give it a spin. It's a open source backend that packs authentication, databases, storage, serverless functions, and all kinds of utilities in a neat API. Appwrite can be self-hosted, or you can use Appwrite Cloud starting with a generous free plan.

  • BookStack

    A platform to create documentation/wiki content built with PHP & Laravel

  • Project mention: 15 open-source tools to elevate your software design workflow | dev.to | 2024-01-22

    Link | Demo | Github | License

  • Gotify

    A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui) (by gotify)

  • Project mention: Gotify: A simple server for sending and receiving messages | news.ycombinator.com | 2024-03-12
  • dockge

    A fancy, easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager

  • Project mention: Dockge: Clean Self-Hosted Docker Compose Manager by the Creator of Uptime Kuma | news.ycombinator.com | 2024-01-14
  • Self-Hosting-Guide

    Self-Hosting Guide. Learn all about locally hosting (on premises & private web servers) and managing software applications by yourself or your organization. Including Cloud, LLMs, WireGuard, Automation, Home Assistant, and Networking.

  • Project mention: Self-Hosted Is Awesome | news.ycombinator.com | 2024-04-13
  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • server

    screen sharing for developers https://screego.net/ (by screego)

  • librephotos

    A self-hosted open source photo management service. This is the repository of the backend.

  • Project mention: Google Photos alternative | /r/selfhosted | 2023-07-10

    I found some other Solutions: Lomorage immich PicApport LibrePhotos Lomorage does directly mention the Feature I want, immich maybe does have it too.

  • umbrel

    A beautiful home server OS for self-hosting with an app store. Buy a pre-built Umbrel Home with umbrelOS, or install on a Raspberry Pi 4, Pi 5, any Ubuntu/Debian system, or a VPS.

  • Project mention: Escaping Surveillance Capitalism, at Scale | news.ycombinator.com | 2024-01-18

    I really thought this article was going to offer a solution, not just enumerate the problems. I'm already all too familiar with the problems.

    I like what Umbrel[0] is doing. They're essentially expecting that just like computing was able to move from centralized mainframes to homes, servers are poised to make the same migration.

    I think they really need to solve redundancy, though. If I'm to self-host anything important on a home server, I need to know I'll have some way to use it even if my home server fails, especially if I'm not at home when it happens.

    I'd love to see some kind of system where I could partner up with other Umbrel users for backups/the ability to restore connectivity. If I knew that in an emergency, I could call my friend in town or my brother out of state and there was some procedure that would allow me to connect to an encrypted backup of what I'm needing, I would feel a lot better about taking responsibility for my own system.

    [0] https://umbrel.com

  • BTCPay Server

    Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin payment processor.

  • Project mention: How to Easily Accept Bitcoin Payments in WordPress (Step by Step) | /r/Bitcoin | 2023-12-09
  • gatus

    ⛑ Automated developer-oriented status page

  • Recipes

    Application for managing recipes, planning meals, building shopping lists and much much more!

  • Project mention: Google Says the Reddit Blackout Made Search Worse | /r/technology | 2023-06-27
  • Compose-Examples

    Various Docker Compose examples of selfhosted FOSS and proprietary projects.

  • Project mention: Selfhost WordPress | /r/selfhosted | 2023-12-06
  • hertzbeat

    Apache HertzBeat(incubating) is a real-time monitoring system with agentless, performance cluster, prometheus-compatible, custom monitoring and status page building capabilities.

  • Project mention: Ask HN: How to do dead simple heartbeat monitoring? | news.ycombinator.com | 2024-05-06

    Maybe can try use opensource project apache hertzbeat to monitoring heartbeat. https://github.com/apache/hertzbeat

  • photoview

    Photo gallery for self-hosted personal servers (by photoview)

  • Project mention: Ente: Open-Source, E2E Encrypted, Google Photos Alternative | news.ycombinator.com | 2024-03-01

    Most lightweight one I've found so far: https://photoview.github.io/

  • blocky

    Fast and lightweight DNS proxy as ad-blocker for local network with many features

  • Project mention: Show HN: Blocky – Fast and lightweight DNS proxy as ad-blocker for local network | news.ycombinator.com | 2023-12-01
  • dashboard-icons

    🚀 The best source for dashboard icons.

  • Project mention: Network Diagrams | /r/homelab | 2023-12-10

    These icons and for drawing i suggest draw.io or exalidraw which if you use obsidan is very convinent or any other drawing software

  • Personal management system

    Your web application for managing personal data. <[email protected]>

  • OwnPhotos

    Self hosted alternative to Google Photos

  • Cosmos-Server

    ☁️ The Most Secure and Easy Selfhosted Home Server. Take control of your data and privacy without sacrificing security and stability (Authentication, anti-DDOS, anti-bot)

  • Project mention: The Hater's Guide to Kubernetes | news.ycombinator.com | 2024-03-03

    That's basically just a docker-compose.

    If you want something crazy all-in-one for homelab check out https://github.com/azukaar/Cosmos-Server

  • lowdefy

    The config web stack for business apps - build internal tools, client portals, web apps, admin panels, dashboards, web sites, and CRUD apps with YAML or JSON.

  • Project mention: Pkl, a Programming Language for Configuration | news.ycombinator.com | 2024-02-02

    I'm really enjoying reading through the docs and the tutorial. We've created Lowdefy, a config web-stack which makes it really simple to build quite advanced web apps. We're writing everything in YAML, but it has it's limitations, specifically when doing config type checking and IDE extensions that go beyond just YAML.

    I've been looking for a way to have typed objects in the config to do config suggestions and type checking.. PKL looks like it can do this for us. And with the JSON output we might even be able to get there with minimal effort.

    Is there anyone here with some PKL experience that would be willing to answer some technical questions re the use of PKL for more advanced, nested config?

    See Lowdefy:

    https://lowdefy.com/

    https://github.com/lowdefy/lowdefy

  • LinkAce

    LinkAce is a self-hosted archive to collect links of your favorite websites.

  • Project mention: Linkhut: A Social Bookmarking Site | news.ycombinator.com | 2024-01-09
  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Selfhosted related posts

  • Ask HN: Are you still using your Vision Pro?

    1 project | news.ycombinator.com | 17 May 2024
  • Ask HN: How to do dead simple heartbeat monitoring?

    5 projects | news.ycombinator.com | 6 May 2024
  • Disposable Temporary Email Adresses with OpenSMTPD on Linux

    1 project | news.ycombinator.com | 8 May 2024
  • Show HN: Wanderer – an open-source trail database

    1 project | news.ycombinator.com | 5 May 2024
  • Researchers Showcase Decentralized AI-Powered Torrent Search Engine

    1 project | news.ycombinator.com | 25 Apr 2024
  • Self-Hosted Is Awesome

    6 projects | news.ycombinator.com | 13 Apr 2024
  • Lezer: A Parsing System for CodeMirror, Inspired by Tree-Sitter

    9 projects | news.ycombinator.com | 24 Mar 2024
  • A note from our sponsor - SurveyJS
    surveyjs.io | 3 Jun 2024
    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. Learn more →

Index

What are some of the best open-source Selfhosted projects? This list will help you:

Project Stars
1 awesome-selfhosted 181,803
2 uptime-kuma 50,697
3 Appwrite 41,544
4 BookStack 14,063
5 Gotify 10,268
6 dockge 9,861
7 Self-Hosting-Guide 9,027
8 server 6,848
9 librephotos 6,599
10 umbrel 6,734
11 BTCPay Server 6,104
12 gatus 5,525
13 Recipes 5,056
14 Compose-Examples 5,077
15 hertzbeat 4,989
16 photoview 4,740
17 blocky 4,286
18 dashboard-icons 4,261
19 Personal management system 3,010
20 OwnPhotos 2,741
21 Cosmos-Server 2,841
22 lowdefy 2,577
23 LinkAce 2,456

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com