|
| 1 | +# Koyeb One-Click Apps Catalog — Submission |
| 2 | + |
| 3 | +Getting LibreDB Studio listed in the public catalog at |
| 4 | +[koyeb.com/deploy](https://www.koyeb.com/deploy). |
| 5 | + |
| 6 | +## How the catalog works |
| 7 | + |
| 8 | +Unlike a self-service marketplace, the Koyeb One-Click Apps catalog is |
| 9 | +**curated by Koyeb**. There is: |
| 10 | + |
| 11 | +- **no** "submit your app" form on the `/deploy` page, |
| 12 | +- **no** public PR repository (the old `koyeb-community/catalog-builder` and |
| 13 | + `catalog-seed-action` repos are archived), |
| 14 | + |
| 15 | +so the only path to a listing is to **reach out to Koyeb directly** and have |
| 16 | +them add the app. A working "Deploy to Koyeb" button (which we already ship in |
| 17 | +the repo README) is the prerequisite they build the catalog entry from. |
| 18 | + |
| 19 | +## Contact channels |
| 20 | + |
| 21 | +1. **Partner Hub form** — https://www.koyeb.com/partners → "Technology |
| 22 | + Providers" track. Submit the message below; their team schedules a call. |
| 23 | +2. **Community** — https://community.koyeb.com (post in the appropriate |
| 24 | + category referencing the one-click catalog). |
| 25 | +3. **Email / support** — via the contact link in the Koyeb dashboard. |
| 26 | + |
| 27 | +Use the Partner Hub form as the primary channel; cross-post to the community as |
| 28 | +a backup. |
| 29 | + |
| 30 | +## Submission facts (have these ready) |
| 31 | + |
| 32 | +| Field | Value | |
| 33 | +|-------|-------| |
| 34 | +| App name | LibreDB Studio | |
| 35 | +| Category | Database / Developer Tools | |
| 36 | +| Description | Open-source web-based SQL IDE for cloud-native teams | |
| 37 | +| License | Open source (free) | |
| 38 | +| Repository | https://github.com/libredb/libredb-studio | |
| 39 | +| Website | https://libredb.org | |
| 40 | +| Docker image | `ghcr.io/libredb/libredb-studio` (GHCR, multi-arch) | |
| 41 | +| Pinned tag | `0.9.23` (bump on each release) | |
| 42 | +| Port | `3000` (HTTP) | |
| 43 | +| Health check | `GET /api/db/health` | |
| 44 | +| Storage default | `local` (browser); `postgres` for persistence | |
| 45 | +| Existing deploy button | see repo [README](../../README.md#-one-click-deploy) | |
| 46 | + |
| 47 | +## Outreach message (paste into the Partner Hub form / email) |
| 48 | + |
| 49 | +> **Subject:** One-Click App listing request — LibreDB Studio (open-source SQL IDE) |
| 50 | +> |
| 51 | +> Hi Koyeb team, |
| 52 | +> |
| 53 | +> We maintain **LibreDB Studio**, an open-source, web-based SQL IDE for |
| 54 | +> cloud-native teams (PostgreSQL, MySQL, SQLite, Oracle, SQL Server, MongoDB, |
| 55 | +> Redis, with AI-assisted querying). It's free and Apache/MIT-style open source: |
| 56 | +> https://github.com/libredb/libredb-studio |
| 57 | +> |
| 58 | +> We already ship a working **Deploy to Koyeb** button (prebuilt GHCR image |
| 59 | +> `ghcr.io/libredb/libredb-studio`, port 3000, scale-to-zero on the free |
| 60 | +> instance, `STORAGE_PROVIDER=local` so it fits Koyeb's ephemeral filesystem). |
| 61 | +> The button URL with all env vars and health-check params is in our README. |
| 62 | +> |
| 63 | +> We'd love to be listed in the Koyeb One-Click Apps catalog |
| 64 | +> (koyeb.com/deploy) so Koyeb users can launch a full database IDE in one |
| 65 | +> click. We're happy to provide a logo, screenshots, a short description, and |
| 66 | +> to keep the pinned image tag current on each release. |
| 67 | +> |
| 68 | +> What's the best way to proceed, and is there anything you need from us to |
| 69 | +> create the catalog entry? |
| 70 | +> |
| 71 | +> Thanks! |
| 72 | +> — The LibreDB team |
| 73 | +
|
| 74 | +## Assets to attach |
| 75 | + |
| 76 | +- Logo (square, transparent PNG) — reuse `deploy/railway/libredb-studio.png` or |
| 77 | + the brand logo from the repo. |
| 78 | +- 1–2 screenshots of the editor + results grid. |
| 79 | +- One-line and short (≈75 char) descriptions (Railway template description can |
| 80 | + be reused). |
| 81 | + |
| 82 | +## After acceptance |
| 83 | + |
| 84 | +- Confirm the catalog entry pins a specific tag (not `:latest`) and add the |
| 85 | + manual version-bump step to the release checklist. |
| 86 | +- Add the catalog URL (`https://www.koyeb.com/deploy/libredb-studio`) next to |
| 87 | + the existing button in the repo README once live. |
0 commit comments