Embed intelligent, natural language analytics into your product in minutes. Give your customers the power to ask questions of their data, securely and seamlessly.
What are my top 5 customers by revenue this quarter?
SELECT customer_name, SUM(revenue)
FROM orders
WHERE order_date >= NOW() - INTERVAL '3 months'
GROUP BY 1 ORDER BY 2 DESC LIMIT 5Deploy AI-powered data analysis to your product in minutes. Give your customers the insights they need, no SQL required.
<!-- 1. Add Script -->
<script src="https://cdn.whoprompt.com/whoprompt-component.js" async></script>
<!-- 2. Use Component -->
<whoprompt-widget
token="..."
user-id="user_123"
></whoprompt-widget>
We've abstracted away the complexity of AI integration. Just drop in our SDK and you're ready to go.
Include our lightweight SDK in your application's head or body.
Drop in the web component with your secure JWT token.
Control visibility and theming with simple attributes.
Place the analytics dashboard anywhere using a simple tag.
<script
src="https://cdn.whoprompt.com/whoprompt-component.js"
async
></script>Embed powerful analytics into your application. Pay per team member, not per end-user.
Extremely easy. Just add our script tag to your HTML or install our NPM package. Then, drop in the component and pass your JWT token. Most developers are up and running in under 10 minutes.
Yes. We use bank-grade encryption for all database credentials. We never store your actual data, only the schema metadata needed to generate queries. All queries are executed with Row-Level Security (RLS) enforced.
Absolutely. Whoprompt is designed to be white-labeled. You can customize colors, fonts, and styles to match your brand perfectly. Your customers won't know it's a third-party tool.
We support PostgreSQL, MySQL, SQL Server, and SQLite out of the box. We also have support for CSV and Excel file uploads. More integrations are coming soon.