Void

screenshot of Void
nextjs
react
mantine
prisma

Fast and elegant file hosting service.

Overview

Void is a fast and elegant file hosting service that promises a seamless experience for users looking to store and share their files securely. With an intuitive interface and reliable performance, it caters to both individual users and teams needing a dependable solution for file management. As digital data continues to grow, services like Void offer an efficient way to keep everything organized and accessible.

Features

  • Speedy Uploads: Void ensures that you can upload files quickly, minimizing downtime and allowing for efficient workflow.
  • User-Friendly Interface: The platform boasts an intuitive design that makes navigation easy, even for those who are not tech-savvy.
  • Secure Storage: With strong encryption methods, your files are protected, providing peace of mind for sensitive documents.
  • Cross-Platform Compatibility: Access your files from any device, whether it’s a desktop, tablet, or smartphone, without any hassle.
  • Collaborative Tools: Share files seamlessly with team members or clients, enhancing productivity and communication.
  • Generous Storage Options: Void provides various storage plans to suit different needs, from casual users to professionals.
  • Automatic Backup: Ensure that your files are safe with periodic automatic backups, giving you one less thing to worry about.
nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

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

mantine
Mantine UI

A fully featured React components library. 100+ components, 50+ hooks.

prisma
Prisma

Prisma is a server-side library that helps developers read and write data to the database in an intuitive, efficient and safe way.

fullstack
Fullstack

A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.

docker
Docker

A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.

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.

Yup

Yup is a schema builder for runtime value parsing and validation. It provides a declarative way to define validation schemas with support for complex nested objects, array validation, and custom validation rules. Often used with Formik for form validation.