@dazl/cli
v1.1.5
Published
Dazl is an AI-powered platform built for product teams. It covers the full arc of a web product, from initial idea to a polished prototype ready for handoff, with all the work happening in a single workspace.
Downloads
2,007
Maintainers
Keywords
Readme
Dazl
Dazl is an AI-powered platform built for product teams. It covers the full arc of a web product, from initial idea to a polished prototype ready for handoff, with all the work happening in a single workspace.
Getting Started
Create a .env.dazl file in your home directory:
- Mac:
/Users/<username>/.env.dazl - Linux:
/home/<username>/.env.dazl - Windows:
C:\Users\<username>\.env.dazl
Fill in the following secrets:
ANTHROPIC_API_KEY="<anthropic api key>"
GOOGLE_VERTEX_LOCATION="<vertex data center location>"
GOOGLE_VERTEX_CLIENT_EMAIL="<email of vertex service account>"
GOOGLE_VERTEX_PROJECT="<vertex project id>"
GOOGLE_VERTEX_PRIVATE_KEY="<vertex private key>"
OPENROUTER_API_KEY="<openrouter api key>"Launch Dazl on a local project:
npx @dazl/cliOpen http://localhost:3000/ in your browser to see Dazl running.
