softvoyagers

PageDrop

Community softvoyagers
Updated

PageDrop — Free instant HTML hosting API. Drop your HTML, get a live link instantly.

PageDrop

CICDLicense: MIT

Free instant HTML hosting API

Free and open. No API keys. No authentication. No rate limits. Part of the SoftVoyagers ecosystem.

Quick Start

# Clone the repository
git clone https://github.com/softvoyagers/PageDrop.git
cd PageDrop

# Install dependencies
npm install

# Start development server
npm run dev

# Open in browser
open http://localhost:8080

API Reference

Base URL

https://pagedrop.dev/api/v1

Endpoints

Method Path Description
GET /api/v1/example Example GET endpoint
POST /api/v1/example Example POST endpoint
GET /health Health check

Example Request

curl "https://pagedrop.dev/api/v1/example"

Example Response

{
  "status": "success",
  "data": {
    "message": "Replace this with your API logic",
    "timestamp": "2026-01-01T00:00:00.000Z"
  }
}

Development

npm install          # Install dependencies
npm run dev          # Start dev server (nodemon + ts-node)
npm run build        # Compile TypeScript
npm run start        # Run compiled output
npm test             # Run tests with coverage
npm run lint         # TypeScript type check

Docker

# Build and run with Docker Compose
docker compose up --build

# Or build manually
docker build -t PageDrop .
docker run -p 8080:8080 PageDrop

Tech Stack

Layer Technology
Runtime Node.js 20 (LTS)
Language TypeScript (strict mode)
Framework Express 5
Testing Jest + Supertest
Container Multi-stage Dockerfile (node:20-alpine)
CI/CD GitHub Actions
Hosting Azure Web App for Containers
Frontend Vanilla HTML/CSS/JS (cyberpunk theme)

Portfolio

Part of the SoftVoyagers ecosystem:

  • LinkMeta - URL metadata extraction API
  • PageShot - Screenshot & webpage capture API
  • MyAddress - Address autocomplete & geocoding
  • PageDrop - Free instant HTML hosting API

License

MIT

MCP Server · Populars

MCP Server · New

    financialdatanet

    fdnpy

    A Python SDK for FinancialData.Net API - Real-time & Historical Stock Market Data

    Community financialdatanet
    deusXmachina-dev

    MemoryLane

    MCP Server

    Community deusXmachina-dev
    ConstantineB6

    Comfy Pilot

    MCP server + embedded terminal that lets Claude Code see and edit your ComfyUI workflows

    Community ConstantineB6
    xpaysh

    Awesome X402

    🚀 Curated list of x402 resources: HTTP 402 Payment Required protocol for blockchain payments, crypto micropayments, AI agents, API monetization. Includes SDKs (TypeScript, Python, Rust), examples, facilitators (Coinbase, Cloudflare), MCP integration, tutorials. Accept USDC payments with one line of code. Perfect for AI agent economy.

    Community xpaysh
    omega-memory

    OMEGA

    Persistent memory for AI coding agents

    Community omega-memory