Skip to content

Plans & Limits

Based Page offers tiered plans that control how many active deployments you can have at once.

Plans

FreePro
Active deployments550
Multi-file deploysIncludedIncluded
Auto social previewIncludedIncluded
Password protectionIncludedIncluded
Price$0Coming soon

Active deployment slots

Your plan determines how many deployments you can have live at the same time. When you create a deployment, it occupies one slot. When you delete a deployment, the slot is freed.

Example: On the Free plan, you can have 5 active deployments. If you try to create a sixth, the API returns a 403 error:

json
{ "error": "Deployment limit reached. Delete an existing deployment or upgrade your plan." }

To free a slot, delete a deployment you no longer need:

bash
curl -X DELETE https://api.based.page/deploy/d_abc123 \
  -H "Authorization: Bearer bp_your_api_key"

Or ask Claude:

"Delete my old landing page deployment"

API rate limits

Rate limits apply equally to all plans. They are not affected by your plan tier.

EndpointLimitWindow
POST /auth/session5 requests1 minute
POST /auth/otp3 requests1 minute
POST /auth/verify10 requests1 minute
GET /auth/login30 requests1 minute

See Errors & Rate Limits for details on rate limit error responses.

Pro plan

The Pro plan increases your active deployment limit to 50. It is currently under development and will be available soon. Pricing will be announced on the Based Page website.

Need more than 50 deployments?

If you need a higher limit, reach out -- we can discuss custom plans for high-volume use cases.

Deploy apps from conversation.