Solo workspace Starter Harborlight App Development
Nadia Ferreira — photo by Foto Sushi on Pexels
Listening for sign-ups

Create your first account

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.

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

Install @keyline/nexa

Add the Keyline SDK for Nexa — it ships the components, hooks, and route helpers you need.

terminal
crate install @keyline/nexa

Add your API keys

Drop these into .env.local at the project root. Development keys rotate freely, so nothing here is permanent.

project root
KEYLINE_PUBLIC_KEY=pk_dev_a41f7c92e6
KEYLINE_SECRET_KEY=sk_dev_38b0d5417c