Add an AI-powered municipal assistant to your city's website in under 5 minutes.
Click the chat button in the bottom-right corner to try it out!
Add this snippet before the closing </body> tag on your website:
<script
src="https://civicmind-widget.onrender.com/widget.iife.js"
data-municipality-slug="lowell"
data-api-url="https://civicmind-api.onrender.com"
></script>
Add optional data attributes to match your city's branding:
<script
src="https://civicmind-widget.onrender.com/widget.iife.js"
data-municipality-slug="lowell"
data-api-url="https://civicmind-api.onrender.com"
data-primary-color="#1e3a5f"
data-accent-color="#c9a227"
data-welcome-message="Hello! How can I help you today?"
data-position="bottom-right"
></script>
| Attribute | Description | Default |
|---|---|---|
data-municipality-slugRequired |
Your municipality identifier | — |
data-api-url |
CivicMind API endpoint | https://api.civicmind.ai |
data-primary-color |
Main brand color (hex) | #2A4E6E |
data-accent-color |
Secondary color (hex) | #5CA7D4 |
data-welcome-message |
Initial greeting message | "Hello! I'm your municipal assistant..." |
data-position |
Widget position | bottom-right |
Your AI assistant will appear on your website, ready to help citizens 24/7. The widget: