Pupcloud

screenshot of Pupcloud
svelte

[SUSPENDED] A portable web file manager and gallery

Overview

Pupcloud is a project that has been suspended temporarily due to lack of time but the creator expresses a desire to restart the project in the future. Pupcloud is described as a web application that allows users to browse, manage, and share files in a portable way without the need for a database or config files.

Features

  • Web interface that scales well on mobile
  • No data saved on disk (no database, no .dotfiles)
  • Authentication for secure access
  • Read-only mode to prevent file system writes
  • File previews for supported file types
  • (Revokable) folder sharing with separate URLs
  • Customizable app screen title
svelte
Svelte

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.