Why Miniup

Publish a page and a live Data API from the same upload in minutes.

  • Publish a page
  • Protect it (optional password)
  • Create an API from your table

Paste HTML or upload a folder or ZIP. Upload a CSV or Excel file for the API.

If you use ChatGPT, Gemini, Copilot, or other AI, publish the HTML it generates in seconds. Copy everything, including the API docs, and ask the AI to generate the page.

Show me

Upload stores.csv and publish a page plus a ready Data API.

Example request
GET https://miniup.app/api/stores?limit=20&offset=40&city=Portland
City is an optional filter. Docs are auto-generated and copyable.
Sample response
{
  "data": [
    { "id": 41, "name": "Rose Market", "city": "Portland" }
  ],
  "next_offset": 60
}

Best for

  • Teams who want a page and an API from the same data.
  • Fast demos, directories, and small internal tools.
  • People who want sharing without setup.

Not for

  • Complex back ends with heavy business logic.
  • Large scale analytics or streaming data.
  • Highly customized hosting stacks.

Three small, real use cases

Each starts with a table and ends with a shareable page.

🏪

Local store list

Upload a CSV of stores and publish a clean directory. Use the API to power a map or search box.

👥

Team directory

Keep a simple roster page in sync with a table. Feed the same data into an internal app.

📦

Inventory list

Publish a product list for a pop up or event. Let staff update stock through the API.

Fair-use limits

Limits prevent abuse and keep the service fast for everyone.

Guest

  • Publish up to 1 page every hour
  • 258KB per upload
  • Publishing only, no Data API

Signed-in

  • Publish up to 5 pages
  • 512 KB per upload
  • Data API with up to 200 requests per month

Data API requires sign-in.

Questions or support: miniup.help@gmail.com

Ready to publish and ship an API?
Turn a table into a page and a Data API in one flow, then share the link.