Getting Started
Learn what Woozlit is, how it works, and how to run it locally.
Getting Started with Woozlit
Welcome to Woozlit — an AI-native workspace that lets you chat with models, build workflows, and ship faster. This guide gives you the essentials: what Woozlit offers, how to install it, and how to configure keys so you can start experimenting right away.
What you get
- AI chat with project-aware context
- Visual workflows for building and testing AI flows
- Markdown-first docs with Mermaid and math support
Prerequisites
- Node.js 18+
- pnpm (recommended) or npm
- An AI provider key (OpenAI-compatible) to unlock model access
- Clone the repository.
- Install dependencies:
pnpm install - Start the development server:
pnpm --filter docs dev
Configure API access
- Open the Docs app in your browser (shown in the terminal output).
- Go to Settings.
- Add your API key (OpenAI-compatible). If you are using Woozlit’s own endpoint, set:
- Base URL:
https://woozlit.com/api/woozlit/v1 - API Key:
woozlit_YOUR_API_KEY_HERE
- Base URL:
Once saved, Woozlit can call models for chat and workflow runs.
Next steps
- Explore the Features page to see what the UI can do.
- Try the Examples section for ready-made chatbot and workflow demos.
- Read the API Documentation in
docs/devto integrate Woozlit into your own apps.