← All integrations
Developer tools
CLI
The quiverai CLI installs QuiverAI creations or direct SVG documents into React projects. It writes to the components alias in components.json when present, otherwise to components/icons.tsx and components/svgs.tsx.
Setup
Add a creation to your project
npx quiverai add https://app.quiver.ai/creations/<creation-id>
npx quiverai add <creation-id> --name logo
npx quiverai add https://example.com/logo.svg --name logoSign in
npx quiverai login
npx quiverai whoami