Cursor

Build email features in Cursor.

Use Xurel's SDK and docs directly inside Cursor.

01

Install the SDK

Add Xurel to the repo Cursor is indexing.


                npm i xurel
              
02

Pull in Xurel docs

Point Cursor at docs.xurel.co or the OpenAPI spec so completions stay accurate.

03

Generate and send

Ask Cursor to scaffold a send helper, then run it against a test domain.


                import { Xurel } from 'xurel';
const xurel = new Xurel(process.env.XUREL_API_KEY!);
await xurel.emails.send({ from, to, subject, html });
              

Ship your first email today.

Create an account, verify your domain, and send in minutes.