Deploy Dialoqbase on Northflank
Dialoqbase is an open-source platform designed to help teams build, deploy, and manage conversational AI applications. It provides an intuitive interface for creating, training, and managing chatbots powered by multiple LLM providers. With flexible integrations, Dialoqbase supports popular APIs, storage systems, and deployment options, making it ideal for startups, developers, and enterprise teams looking to run production-ready AI assistants.
Before deploying Dialoqbase, ensure you have the following:
- A Northflank account
 - API keys or access tokens for any AI providers you plan to use (for example, OpenAI, Anthropic, Hugging Face, or Cohere)
 
The Dialoqbase deployment on Northflank includes:
- 
2 addons: PostgreSQL and Redis
 - 
1 volume for persistent storage
 - 
1 secret group to manage environment variables and API keys
 - 
Deployment of the Dialoqbase service from the Docker image:
n4z3m/dialoqbase:latest 
Follow these steps to deploy Dialoqbase on Northflank:
- 
Create a Northflank account
Sign up or log in to your Northflank dashboard.
 - 
Prepare your API keys
Dialoqbase supports multiple AI providers. You can provide any of the following keys, depending on the integrations you need:
OPENAI_API_KEYGITHUB_ACCESS_TOKENHUGGINGFACEHUB_API_KEYELEVENLABS_API_KEYFIREWORKS_API_KEYANTHROPIC_API_KEYGOOGLE_API_KEYCOHERE_API_KEY
You can add these values before or after deployment.
 - 
Click
Deploy Dialoqbase NowOpen the Dialoqbase stack template and click
Deploy Stackto save and run the template. - 
Wait for the stack to finish deploying
Northflank will automatically:
- Create a project
 - Provision PostgreSQL and Redis addons
 - Create a volume for file storage
 - Create a secret group and link it to the addons
 - Deploy the Dialoqbase service
 
 - 
Access your Dialoqbase instance
Once the deployment is complete, go to the Dialoqbase service in your project and open the public
code.rundomain in the header to launch the web interface. - 
(Optional) Add a custom domain
You can use a Northflank-generated
code.rundomain or map your own domain once the service is running. 
You can manage API keys and secrets from the Secrets tab in Northflank.
- The template automatically links your PostgreSQL and Redis credentials.
 - You can update or rotate your provider API keys at any time.
 
- Configure your bot workflows and upload training data through the web interface.
 
Your Dialoqbase instance is now live and ready to help you build and manage conversational AI applications with ease.