Documentation
Go from clone to your first tracked answer.
Use Docker Compose for the shortest path. You need Docker and one supported provider credential.
Clone the repository
aeokit requires Docker for the default local setup.
git clone https://github.com/aeokit-dev/aeokit.git && cd aeokitConfigure at least one provider
Copy the example environment file, then add one or more supported credentials. Keys remain on the server.
cp .env.example .env
# Choose any combination:
OPENAI_API_KEY=
ANTHROPIC_API_KEY=
OPENROUTER_API_KEY=
DATAFORSEO_API_KEY=DataForSEO expects a Base64-encoded login:API-password value.
Start the stack
docker compose up --buildOpen http://127.0.0.1:3000. The first-run flow asks for your brand name and website.
Track your first answer
- Create a project and add brand aliases or competitors.
- Add a question your customers ask an answer engine.
- Select a configured provider and run the prompt.
- Inspect the answer, mention decision, citations, latency, and exact cost when available.