Create a new Nexa app
Run the following commands to scaffold a fresh Nexa project:
terminal
crate create nexa-app keyline-nexa --yes
cd keyline-nexa
crate install
Drop the SDK into your project, start the dev server, and register yourself. The moment we see that first account, setup is finished.
Copy this quickstart as a prompt for your coding assistant to wire Keyline into a Nexa app.
Run the following commands to scaffold a fresh Nexa project:
crate create nexa-app keyline-nexa --yes
cd keyline-nexa
crate install
@keyline/nexaAdd the Keyline SDK for Nexa — it ships the components, hooks, and route helpers you need.
crate install @keyline/nexa
Drop these into .env.local at the project root. Development keys rotate freely, so nothing here is permanent.
KEYLINE_PUBLIC_KEY=pk_dev_a41f7c92e6 KEYLINE_SECRET_KEY=sk_dev_38b0d5417c