Create Project Form
Name with slug preview, the immutable region warning, framework tiles, visibility.
Name with slug preview, the immutable region warning, framework tiles, visibility.
The Application Collection unlocks the source for every Application block. All Access unlocks every Collection.
Already purchased? Log in
Create Project Form is the new project wizard: a name Input with a live slug preview line, acme.app/p/checkout-redesign, a region Select with the plainest possible warning, the region cannot be changed after creation, pick the one closest to your users, not to you, three framework tiles (Next.js App Router, Remix Vite, SvelteKit Node adapter), and a visibility RadioGroup with Private, Workspace, and Public each carrying its own description row.
Frameworks and visibility options are static arrays. The footer closes with the reassurance that slugs redirect when a project is renamed, which prevents the change-fear support ticket.
Reach for this block as the primary project creation surface, wired to your POST /projects endpoint. Guard the region field server-side too; the warning in the UI alone is not enough.
A natural flow around it on an Application Pro page:
Before
After
One strong use is the project creation flow. Other creation forms:
Tip: the immutability warning belongs right under the field, not in a tooltip that disappears after click.