Start

Prompts

Copyable prompts for handing a Userland app build to a coding agent.

For agents: Use the full prompt as an operating contract. Report files created, commands run, app identity, activation status, and rollback notes.

App Build Prompt

Read https://docs.userland.fun/llms.txt and build a Userland app for this idea: <APP_IDEA>.

Create manifest.userland.json, public files, and server/index.js only when dynamic routes are needed. Use Userland managed resources and runtime ctx APIs. Do not expose USERLAND_API_KEY or app secrets in frontend code. Do not invent platform internals.

Publish with USERLAND_API_KEY from the environment using the public Userland CLI or documented API. Report app_id, origin, release_id, activation status, and rollback instructions.