Simple application for uploading files to WaifuVault.
- Drag and drop file uploads
- One-click URL copying
- Fast uploads with loading states
- Responsive design
- Environment variable configuration
- Install dependencies:
npm install- Create a
.env.localfile in the root directory:
WAIFUVAULT_BUCKET_TOKEN=your_actual_bucket_token_here- Run the development server:
npm run dev- Open http://localhost:3000 in your browser.
- Either drag and drop a file onto the upload zone, or click to select a file
- Wait for the upload to complete
- Copy the generated URL to share your file
WAIFUVAULT_BUCKET_TOKEN: Your WaifuVault bucket token (required)