GraphCanon updated 1w · GitHub synced 1w
Decision brief
dialoqbase: TypeScript chatbot creator with easy integration of various AI frameworks.
Good fit when
- Prior TypeScript experience is advantageous for quickly getting started.
- You need a tool that supports a wide range of AI models like anthropic, Cohere, and HuggingFace
Avoid when
- If you prefer non-TypeScript environments or require Python-native functionalities.
- Need precise control over individual AI components outside the provided integration ecosystem.
Observed Jul 12, 2026 · Source: enrich:decision_facts
Verify the decision
Adoption
Package downloads where a registry match exists. GitHub stars (1,793) are secondary evidence.
- npm downloads (30d)
- 54·npm downloads API·1w
Maintenance and security
Full trust report- Maintenance
- Archived (47d since push)
- As of 1w
- Provenance
- Not a fork · Personal account
- As of 1w
- Security (OSV)
- No lockfile
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
npm install dialoqbase npmSimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
A TypeScript repository that provides an easy way to create and manage chatbots. It integrates various AI frameworks and models.
Capability facts
- Deploy
- Self-host
Source: dockerfile:Dockerfile · Aug 15, 2026
- Docker
- Dockerfile present
Source: dockerfile:Dockerfile · Aug 15, 2026
- CLI
- CLI entrypoint
Source: package.json:bin|scripts · Aug 15, 2026
- MCP server
- No MCP server detected
Source: repo_scan · Aug 15, 2026
- Languages
- typescript, javascript
Source: github.language+package.json · Aug 15, 2026
Categories
Tags
README
Installation 🛠️
- Clone the repository and navigate to the docker directory:
git clone https://github.com/n4ze3m/dialoqbase.git
cd dialoqbase/docker
- Edit the
.env:
- On Linux:
nano .env
or
vim .env
- On Windows:
notepad .env
Set the DB_SECRET_KEY varible.
- Run the docker-compose file:
docker-compose up -d
or
docker compose up -d
- Open your browser and go to
http://localhost:3000. - Log in using the default credentials:
username: admin
password: admin
Important: After the first login, remember to change the default credentials.
For agents
This page has a .md twin and JSON over the API.