1500+ ready React Native mobile app screens

Affiliates

Limits

How many copies a day, how fast the API answers, and what get_designs caps out at.

Copy limits

Free accounts get 2 copies a day; Pro has none. Copying the same design twice in one day only counts once, so a paste that failed and needs a retry never costs you anything.

PlanDaily copy limit
Free2 designs
ProNo daily limit

Rate limits

Every route is also limited per minute or per hour, on top of the daily allowance, so nothing can be scripted into pulling the whole library at once. A limit hit on the copy button opens the upgrade dialog; a rate limit returns a 429 with a Retry-After header naming the wait.

EndpointLimit
Copy prompt (web)60 requests an hour, per account
MCP, with a key120 requests a minute
MCP, no key30 requests a minute, search and list only

MCP batches

get_designs exists so an agent can ask for several designs in one call instead of scaffolding the app once per screen. It still has an edge.

WhatCap
Designs in one get_designs call100
Messages in one JSON-RPC batch32
Request body size64KB

Agent API keys

Up to 5 keys per account. Enough for a laptop, a desktop, and a couple of throwaways, revoked the moment you no longer trust one.

These numbers are live
This page reads the same configuration the API enforces, so it moves the moment we do.