awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
pingdotgg avatar

pingdotgg/uploadthing

0
View on GitHub↗
5,153 estrellas·425 forks·TypeScript·MIT·4 vistasuploadthing.com↗

Uploadthing

Uploadthing es una herramienta para integrar la carga de archivos en aplicaciones web, proporcionando un sistema para aceptar y almacenar archivos mediante el manejo de archivos serverless. Gestiona el proceso de carga de principio a fin, desde la creación de endpoints de backend hasta la entrega de contenido a través de una red de entrega de contenido (CDN).

El proyecto utiliza un flujo de trabajo de URL prefirmada para permitir que los clientes carguen archivos directamente al almacenamiento en la nube, reduciendo la entrada al servidor. Cuenta con un sistema de validación basado en rutas para imponer restricciones en los tipos y tamaños de archivos, junto con middleware para la autorización de solicitudes y webhooks de callback seguros tras la carga.

La plataforma cubre una amplia gama de capacidades, incluyendo la gestión de almacenamiento en la nube para renombrar o eliminar archivos y la implementación de cargas reanudables para transferencias grandes. Proporciona un conjunto de componentes de UI, como botones de carga y zonas de arrastre, que pueden ser estilizados o reemplazados con interfaces personalizadas utilizando hooks componibles.

El sistema está diseñado para el despliegue en entornos edge y serverless, con la configuración gestionada mediante variables de entorno.

Features

  • Presigned URL Generation - Implements a presigned URL workflow to secure direct-to-storage file transfers via temporary signed links.
  • Cloud Storage File Uploads - Enables clients to upload files directly to cloud storage using presigned URLs, bypassing server ingress.
  • Cloud Storage File Operations - Enables direct transmission of files to cloud storage providers using presigned URLs and type-safe callbacks.
  • Direct-to-Cloud Uploads - Enables clients to upload files directly to cloud storage using secure, temporary presigned URLs.
  • File Upload - Integrates file selection UI components with backend bindings to manage the end-to-end upload process.
  • Upload Constraints - Defines strict logic for enforcing file type, size, and quantity limits during uploads.
  • File Upload Constraint Validation - Restricts permitted file types and maximum sizes at specific endpoints to ensure valid data ingestion.
  • Upload Buttons - Provides a single button component that opens a file selection dialog and triggers the upload process.
  • Custom Upload Endpoints - Provides named backend routes and processing rules to handle incoming file uploads.
  • Upload Verification - Triggers callback functions to process files and metadata immediately after an upload operation completes.
  • Post-Upload Processing - Executes custom server-side logic and database updates immediately after a file upload completes.
  • Logic-Based Upload Routing - Implements route-based logic to govern how the system accepts and handles file uploads.
  • Public File Serving - Delivers uploaded content via a content delivery network using consistent public URL patterns.
  • Post-Upload Processing - Triggers server-side logic and database updates via webhooks after successful file transfers.
  • Serverless Deployment - Deploys upload logic and processing callbacks across edge runtimes and serverless environments.
  • Authenticated Uploads - Secures the upload process through identity verification and metadata attachment to protect data integrity.
  • Signed URL Uploads - Generates time-limited signed URLs to allow clients to upload files directly to storage.
  • Upload Permissions - Checks user permissions and attaches custom metadata to file requests before permitting the upload.
  • Upload Request Validation - Enforces file type and size constraints through a server-side router to validate upload requests.
  • Input Validation Schemas - Verifies user-provided request data against predefined schemas to ensure integrity before initiating file transfers.
  • Upload Lifecycle Callbacks - Implements event hooks to manage the sequential flow of upload requests, including authentication and completion callbacks.
  • Standard Upload Components - Renders pre-built components for handling file selection and upload triggers.
  • Upload Interfaces - Provides components that let users select files and track upload progress through visual indicators.
  • File Upload Components - Ships a suite of pre-made UI components to handle file selection and the upload process.
  • Pre-built Upload Interfaces - Provides pre-built upload buttons and dropzones that can be embedded directly into web pages.
  • Media Uploaders - Ships integrated UI components designed to handle the selection and upload process within web applications.
  • Request Middleware - Provides middleware to intercept and authorize upload requests before granting access to storage.
  • Request Validation Middleware - Uses middleware to verify incoming request payloads and authenticate users before processing uploads.
  • Upload Server Initializers - Provides the necessary configuration to initialize the server instance and handle incoming files across different web environments.
  • MIME Type Acceptance Criteria - Produces MIME-type arrays to configure file input elements and dropzone components automatically.
  • Upload Buttons - Provides a dedicated button component that opens the native file picker and uploads files via a defined router.
  • Router Bindings - Binds the upload router to a network handler to make upload services accessible to external clients.
  • Uploaded File Management - Provides functionality to remove single or multiple files from the storage server using their unique keys.
  • REST API Integrations - Allows integration of file upload capabilities using RESTful HTTP endpoints for environments without native SDK support.
  • File Uploaders - Provides mechanisms to transmit files from a backend server environment to cloud storage.
  • Edge Deployments - Supports deploying upload logic to globally distributed edge runtimes following the WinterCG standard.
  • Access Controls - Provides management of user-specific file access permissions to toggle between public and private visibility.
  • Resumable Transfers - Implements upload sessions that can be paused and resumed using presigned URLs to ensure data integrity.
  • Resumable File Transfers - Supports large file transfers that can be paused and resumed to prevent data loss during network interruptions.
  • Presigned URL Access Controls - Controls file access by requiring presigned URLs for private objects, blocking anonymous reads.
  • Webhook Signature Verifications - Validates that incoming upload notifications are signed with a secret key to prevent unauthorized requests.
  • Custom Upload Components - Provides composable hooks to bind upload logic to custom-built components instead of using pre-built UI.
  • Upload Flow Builders - Enables the creation of tailored upload components using type-safe helper functions for custom user interfaces.
  • Upload Interface Customization - Allows customization of the visual appearance and internal content of prebuilt upload buttons and dropzones.
  • File Pickers - Provides typed hooks to trigger native device file selection and manage the upload lifecycle on mobile.
  • Drag-and-Drop File Upload - Includes a drag-and-drop area allowing users to upload files by dragging them directly into the browser.
  • Upload Error Displays - Captures upload failures to provide specific error feedback and logging to the end user.
  • Programmatic File Upload Control - Offers a hook to trigger uploads programmatically and track state from outside the component tree.
  • Environment Runtime Adapters - Implements adapters to map upload logic across different web environments and edge runtime standards.

Historial de estrellas

Gráfico del historial de estrellas de pingdotgg/uploadthingGráfico del historial de estrellas de pingdotgg/uploadthing

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace pingdotgg/uploadthing?

Uploadthing es una herramienta para integrar la carga de archivos en aplicaciones web, proporcionando un sistema para aceptar y almacenar archivos mediante el manejo de archivos serverless. Gestiona el proceso de carga de principio a fin, desde la creación de endpoints de backend hasta la entrega de contenido a través de una red de entrega de contenido (CDN).

¿Cuáles son las características principales de pingdotgg/uploadthing?

Las características principales de pingdotgg/uploadthing son: Presigned URL Generation, Cloud Storage File Uploads, Cloud Storage File Operations, Direct-to-Cloud Uploads, File Upload, Upload Constraints, File Upload Constraint Validation, Upload Buttons.

¿Qué alternativas de código abierto existen para pingdotgg/uploadthing?

Las alternativas de código abierto para pingdotgg/uploadthing incluyen: transloadit/uppy — Uppy is a modular web file upload framework designed for building browser-based uploaders. It functions as a resumable… moxiecode/plupload — Plupload is a JavaScript file upload library that provides a standardized interface for managing file transfers across… emdash-cms/emdash — EmDash is an open-source content management system built on Astro that combines a visual admin panel with a… kanbn/kan — Kan is a self-hosted kanban project management tool that organizes work into boards, lists, and cards. It provides a… chakra-ui/ark — Ark is a headless UI component library that delivers accessible, cross-framework primitives with behavior governed by… midudev/jscamp — jscamp is a full-stack web development and education project focused on mastering JavaScript, TypeScript, and AI…

Alternativas open-source a Uploadthing

Proyectos open-source similares, clasificados según cuántas características comparten con Uploadthing.
  • transloadit/uppyAvatar de transloadit

    transloadit/uppy

    30,825Ver en GitHub↗

    Uppy is a modular web file upload framework designed for building browser-based uploaders. It functions as a resumable upload client and a system for integrating file uploads from a browser to backend servers or cloud storage. The project provides a headless UI upload component, offering logic hooks and headless elements that allow for the development of custom upload interfaces. It also serves as a cloud storage file importer, utilizing OAuth flows to authenticate and import files directly from remote providers, and as a browser-based media capture tool for uploading images or video clips fr

    TypeScriptdropboxencodingfile-uploader
    Ver en GitHub↗30,825
  • moxiecode/pluploadAvatar de moxiecode

    moxiecode/plupload

    5,618Ver en GitHub↗

    Plupload is a JavaScript file upload library that provides a standardized interface for managing file transfers across different browser runtimes and environments. It functions as a cross-browser upload interface and manager, supporting multiple file selections and browser-based file filtering. The library distinguishes itself through specialized capabilities for handling large data and cloud integration. It includes a chunked file upload manager to split large files into smaller parts to bypass server size limits and a client-side image processor to downsize images and strip metadata before

    JavaScript
    Ver en GitHub↗5,618
  • emdash-cms/emdashAvatar de emdash-cms

    emdash-cms/emdash

    10,887Ver en GitHub↗

    EmDash is an open-source content management system built on Astro that combines a visual admin panel with a plugin-driven architecture and server-side rendering. It provides a complete content management system with structured content modeling, a rich text editor using Portable Text format, and a TypeScript API for type-safe content queries. The system supports authentication through passkeys, OAuth 2.1, and external providers, with role-based access control and fine-grained permission scopes. What distinguishes EmDash is its plugin development framework, which supports both native plugins ru

    TypeScriptastrocmsemdash
    Ver en GitHub↗10,887
  • kanbn/kanAvatar de kanbn

    kanbn/kan

    4,403Ver en GitHub↗

    Kan is a self-hosted kanban project management tool that organizes work into boards, lists, and cards. It provides a REST API for managing all project resources, including boards, cards, labels, checklists, comments, and attachments, with standard HTTP responses for every request. The application supports granular permission and role management at both the workspace and board level, allowing administrators to control access to resources and actions. It includes webhook support for receiving card event notifications, and offers integration capabilities for importing projects from Trello and Gi

    TypeScriptbetter-authdrizzle-ormnextjs
    Ver en GitHub↗4,403
  • Ver las 30 alternativas a Uploadthing→