A minimal prompt sharing platform. Pastebin for prompts.
Anyone can paste a prompt and get a shareable link. Public prompts are discoverable via homepage and search. Unlisted prompts are accessible only by direct URL.
| # Build stage - compile and test with CGO/FTS5 support | |
| FROM golang:1.25-bookworm AS builder | |
| # Install build dependencies and test runtime | |
| RUN apt-get update && apt-get install -y --no-install-recommends \ | |
| gcc \ | |
| libsqlite3-dev \ | |
| nodejs \ | |
| npm \ | |
| chromium \ |
| services: | |
| # Web service - Docker-based for CGO/FTS5 support | |
| - type: web | |
| name: promptbin | |
| runtime: docker | |
| plan: starter | |
| region: oregon | |
| branch: main | |
| # Auto-deploy on push to main |