Piping UI Web

screenshot of Piping UI Web
react
vue
scss
vuetify

Easy and secure file transfer between every device over HTTPS with/without E2E encryption by ECDH and OpenPGP

Overview

Piping UI presents an innovative solution for secure and efficient file transfer across devices utilizing HTTPS. Designed with user experience in mind, it supports both iPhone and other platforms through a compelling web interface. This end-to-end (E2E) testing tool enhances the simplicity of handling files while ensuring top-notch security.

With its ability to function as a Progressive Web App (PWA), Piping UI stands out due to its thoughtful design and robust features. Ideal for users who require flexible, productive, and secure file transfer options, it provides an interface that meets the needs of modern tech users.

Features

  • Download While Uploading: This feature allows users to download files even as they are being uploaded, streamlining the workflow.
  • Progressive Web Apps (PWA): Piping UI can be accessed easily across devices without needing installation, enhancing accessibility.
  • Dark Theme: Users can switch to a dark theme for a more comfortable visual experience during prolonged use.
  • Multi-file Sending with Zip: Transfer multiple files easily through compression into ZIP format, simplifying the sending process.
  • Passwordless E2E Encryption: Utilizing advanced encryption methods, your files remain secure without the need for traditional passwords.
  • Self-hosting Options: Users have the freedom to build and deploy their own version of Piping UI, providing flexibility in usage.
  • Image/Video Preview: Quick previews of uploaded images and videos provide instant feedback on content before the final transfer.
  • Share Sheet Support: Seamlessly integrate with the Web Share Target API to facilitate quick sharing across various platforms.
react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

vuetify
Vuetify

Vuetify is a no design skills required UI Library with beautifully handcrafted Vue Components.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

zod
Zod

Zod is a TypeScript-first schema declaration and validation library. It allows you to define schemas that can validate data at runtime while providing excellent TypeScript inference, making it perfect for API validation, form validation, and type-safe data handling.