docs: propose a one-click self-host option in the README - #94
Closed
vikasprogrammer wants to merge 8 commits into
Closed
docs: propose a one-click self-host option in the README#94vikasprogrammer wants to merge 8 commits into
vikasprogrammer wants to merge 8 commits into
Conversation
release: promote main
…es--release chore: release release
release: promote main
release: promote main
release: promote main
release: promote main
|
Someone is attempting to deploy a commit to the Comp AI - PoC Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Following
CONTRIBUTING.md— this is a proposal inadrs/, not a code PR. One file, no changes to anything that runs.Short version: we packaged the CRM as a one-click deploy and it's live. We'd like a "Deploy on InstaPods" button in the README, and we'll pay 20% of the recurring revenue from anyone who signs up through it. Happy to hear no.
You can try it before deciding anything: https://app.instapods.com/dashboard/pods/create?app=crm
It builds from source at a pinned commit and runs all four processes on one machine — PostgreSQL 17, the Nest API on Bun, the Next app, and the eve agent — behind one hostname with HTTPS. Your Next catch-all routes already proxy
/api/*and/eve/v1/*, so nothing needed a second domain. Each pod mints its ownBETTER_AUTH_SECRETandAGENT_BRIDGE_SECRETon first boot,ALLOWED_SIGN_INstarts locked to the deploying user's address rather than open, and the agent stays stopped until someone suppliesAI_GATEWAY_API_KEY— a missing key removes a capability instead of throwing, per yourAGENTS.md.Two things we'd rather say up front than have you find:
main, not a tag, since there are no releases to pin to. If you start cutting releases we'd follow those instead.If you want the button, this is the whole change — one line
Reads well next to the badges under the title, or in Deploying beside the Vercel path. Tell us your referral code and we'll add it to the URL so signups are attributed to you rather than to us — that's what makes the 20% actually reach you. We're glad to open that as a separate one-line PR, or you can just paste it.
Being straight about the downside, since it's your README: it puts a vendor's name on your project, and if our page is wrong or our hosting is down, that reflects on you. Both are fair reasons to say no, and the app stays available either way — nothing here is conditional on you accepting.
No exclusivity, no licence changes, nothing asked of the code.
Contact: vikas@instapods.com — happy to move this to email or a call if that's easier than a PR thread.
Summary by cubic
Add an ADR proposing a "Deploy on InstaPods" button in the README to offer one‑click self‑hosting from source (Postgres 17, Nest API on Bun, Next app, eve agent) behind a single HTTPS hostname. It documents safe defaults (minted secrets,
ALLOWED_SIGN_INlocked, agent disabled withoutAI_GATEWAY_API_KEY), notes Google‑only sign‑in with a brief OAuth step, tracking ofmain, and an optional 20% referral.Written for commit 4a34dfc. Summary will update on new commits.