Meet the WARIF AI Assistant Always Here. Always Free.
A 24/7 intelligent chatbot that answers questions about WARIF's services,
guides survivors to help, and supports donors — powered by free AI via OpenRouter.
Upload a .txt file with your organisation's FAQ, programme details, donor information, and statistics.
The chatbot will use it as its knowledge source. Leave empty to use the built-in WARIF knowledge base.
📄
Drop your knowledge base file here or click to browse
Accepts .txt or .md — max 200KB
Currently using: Built-in WARIF knowledge base (SGBV services, donors, survivor FAQ, statistics)
What the chatbot handles
Three Conversations at Once
The WARIF Assistant is trained to serve three distinct audiences — every visitor gets the right response.
01
Survivors & People in Crisis
Immediately surfaces the 24/7 helpline number and centre address. Uses trauma-informed, non-judgemental language. Never blames. Never shames.
Safety-first protocol
02
Donors & Partners
Answers donation questions with direct Paystack links for Naira and USD. Explains exactly where funds go. Points to annual impact reports.
Naira & USD giving links
03
Volunteers & Partners
Describes volunteer roles, partnership models, and upcoming events. Points to the application page and relevant programme contacts.
6 volunteer categories
For Developers & Web Admins
Add This Chatbot to Any Website
Copy one of the snippets below into your site. Works on WordPress, Webflow, Wix, or any HTML page.
/* In your WordPress theme's footer.php, just before </body> */<!-- WARIF AI Assistant --><script>
window.WARIF_API_KEY = 'sk-or-v1-YOUR-OPENROUTER-KEY';
</script><script src="https://yourserver.com/warif-chatbot.js"></script>/* OR use the Appearance › Widgets › Custom HTML widget
and paste the full HTML file content there */
For WordPress: paste the full HTML file into a Custom HTML widget, or ask your developer to add it to footer.php. The WARIF web team at Future Software Resources Limited can implement this in under 30 minutes.
<!-- Paste this just before the closing </body> tag on any page --><script>
window.WARIF_CONFIG = {
apiKey: 'sk-or-v1-YOUR-KEY',
orgName: 'WARIF',
helpline: '+234-800-9210-0009',
website: 'warifng.org',
primaryColor: '#185FA5'
};
</script><script src="warif-chatbot.js"></script>
This is the cleanest integration. Upload warif-chatbot.js (the script extracted from this HTML file) to your hosting, then paste the config snippet on any page you want the chatbot to appear.
<!-- Host the HTML file on any web server, then embed via iFrame --><!-- Recommended: host on your own domain for security --><iframe
src="https://yourdomain.com/warif-chatbot.html"
width="400"
height="600"
style="border:none; border-radius:16px;
box-shadow: 0 8px 32px rgba(0,0,0,0.15);"
allow="clipboard-write"
title="WARIF AI Assistant"></iframe>
iFrame is the fastest way to go live — no code changes to your main site. Simply upload the HTML file to a hosting service (Netlify free tier works perfectly) and embed the iFrame URL in your site. Contact BFT Consulting for assisted setup.
Get a free OpenRouter API key at openrouter.ai/keys — no credit card required
Download the WARIF_Chatbot_OpenRouter.html file from BFT Consulting
Replace 'sk-or-v1-...' with your actual key (or leave the setup screen for users)
Optionally upload a custom .txt knowledge base — or use the built-in WARIF content
Upload the HTML file to your web server or Netlify (drag-and-drop free hosting)
Add the embed snippet to your website — chatbot is live in minutes