create-sylphx-app
v0.1.0
Published
Create a new app integrated with the Sylphx Platform in seconds
Readme
create-sylphx-app
Bootstrap a new app integrated with the Sylphx Platform in seconds.
Usage
npx create-sylphx-app my-app
# or
bunx create-sylphx-app my-app
# or
pnpm create sylphx-app my-appWhat you get
- Next.js 15 app pre-configured with
@sylphx/sdk SylphxProvideradded to the root layout.env.examplewith all required environment variables- Ready to connect to your Sylphx Platform account
Setup
- Get your credentials at sylphx.com/dashboard
- Copy
.env.exampleto.env.localand fill in:NEXT_PUBLIC_SYLPHX_APP_ID=your-app-slug SYLPHX_APP_SECRET=sk_... - Run
npm run dev
Documentation
- Platform docs: sylphx.com/docs
- SDK reference:
@sylphx/sdkon npm
