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
  1. Clone the repository.
  2. Install dependencies:
    pnpm install
  3. Start the development server:
    pnpm --filter docs dev

Configure API access

  1. Open the Docs app in your browser (shown in the terminal output).
  2. Go to Settings.
  3. 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

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/dev to integrate Woozlit into your own apps.