Quickstart
My Heart

Up and running in under a minute.

01 — Install
$ npx @leucadia/cli init
02 — Push your docs
$ leucadia docs push ./my-schema.ts
03 — Call the API
// one call, valid output
const result = await leucadia.generate({
schema: "mySchema",
data: { ...yourData }
})
04 — Give feedback

Something off? Tell Leucadia from your IDE. It learns and adjusts the context for next time.

$ leucadia feedback "it hallucinated node IDs"

That's it. You're building with Leucadia.