Skip to content

docs(base44-cli): custom domain commands - #132

Open
netanelgilad wants to merge 3 commits into
mainfrom
claude/session-m669xy
Open

docs(base44-cli): custom domain commands#132
netanelgilad wants to merge 3 commits into
mainfrom
claude/session-m669xy

Conversation

@netanelgilad

Copy link
Copy Markdown
Contributor

What

Documents the new base44 domains command family in the base44-cli skill (skills/base44-cli/SKILL.md), added as part of the full-stack hosting POC on Cloudflare Workers for Platforms.

New "Custom Domains" section under Site Management covers:

  • base44 domains add <hostname> [--wait], base44 domains list, base44 domains remove <hostname> [-y]
  • The one manual step: adding the printed CNAME record pointing the hostname at the Base44 target
  • --wait — polls (2s interval) until the hostname + TLS certificate are active
  • TLS certificates are issued and renewed automatically once the CNAME resolves
  • Notes: connecting before a production deployment exists, list re-fetching live status, and domains following promote/rollback

Related

🤖 Generated with Claude Code

https://claude.ai/code/session_01DvhQfqxACcq25XAQRpoSh9


Generated by Claude Code

Add a "Custom Domains" section covering `base44 domains add/list/remove`:
the CNAME record the user adds, the `--wait` flag that polls until the
hostname + TLS certificate are active, and that TLS auto-issues once the
CNAME resolves. Notes the production-deployment dependency and that
domains follow promote/rollback.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DvhQfqxACcq25XAQRpoSh9
@netanelgilad netanelgilad self-assigned this Jul 6, 2026
claude added 2 commits July 6, 2026 19:16
Add an "App Slug" section (mirroring the Custom Domains style) covering
`base44 slug`, `slug set <slug>`, and `slug reset`: the slug is the
app's public subdomain (production URL follows it for full-stack apps),
reset returns to the auto-generated slug, taken slugs come back with
alternative suggestions.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DvhQfqxACcq25XAQRpoSh9
Agents in base44/agents/*.jsonc accept an optional model field, but the
skill never said which ids are supported — agents guessing a vendor id
(e.g. anthropic/claude-sonnet-4-20250514) got a silent deploy and a 404
at first chat. Add an Agent models note: omit model for the platform
default (recommended), the supported ids when pinning, and that deploy
now rejects unknown ids with a 400 listing the supported set.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DvhQfqxACcq25XAQRpoSh9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants