Lead Capture Made Simple
Drop-in lead capture for your client websites. Multi-tenant workspaces, instant email notifications, and a simple SDK. Built for agencies and solo developers.
500+ agencies already capturing leads
Everything you need to capture leads
One dashboard for all your client websites. No per-seat pricing. No complexity.
Drop-in SDK
Add our lightweight SDK to any website. Works with React, Vue, plain HTML, or any framework. One API key per workspace.
Lead Management
Track lead status, add notes, view timeline history. Filter and search to find exactly what you need.
Instant Notifications
Get email alerts the moment a new lead comes in. Never miss an opportunity again.
Multi-Client Workspaces
One account, unlimited workspaces. Each client gets their own space with separate API keys and team members.
Up and running in minutes
Three simple steps to start capturing leads from any website.
Create a workspace
Sign up and create a workspace for your client. Get your API key instantly.
// Your unique API key
const API_KEY = 'lk_live_abc123...'Add the SDK
Drop our SDK into your client's website. Just a few lines of code.
<script src="https://cdn.blazinglyfast.co.uk/leads.js"></script>
<script>
const leads = new LeadsSDK({
apiKey: 'lk_live_abc123...',
baseUrl: 'https://leads-api.blazinglyfast.co.uk'
});
</script>Capture leads
Leads flow into your dashboard automatically. Get notified instantly.
// Submit a lead from your form
await leads.submit({
name: 'John Doe',
email: 'john@example.com',
messageFromLead: 'Interested in your services'
});Simple integration, any framework
Drop our SDK into your project and start capturing leads in seconds. Works with React, Vue, plain HTML, or any framework.
- Works with any framework or plain HTML
- TypeScript support out of the box
- Lightweight, zero dependencies
<script src="https://cdn.blazinglyfast.co.uk/leads.js"></script>
<script>
const leads = new LeadsSDK({
apiKey: 'lk_live_abc123...',
baseUrl: 'https://leads-api.blazinglyfast.co.uk'
});
document.querySelector('form').addEventListener('submit', async (e) => {
e.preventDefault();
await leads.submit({
name: e.target.name.value,
email: e.target.email.value,
messageFromLead: e.target.message.value
});
});
</script>Simple, transparent pricing
Start free, scale as you grow. No hidden fees.
Free
Perfect for getting started
- Up to 100 leads/month
- 1 workspace
- Email notifications
- Basic analytics
- API access
- Priority support
Pro
For growing agencies
- Unlimited leads
- 10 workspaces
- Email notifications
- Advanced analytics
- API access
- Priority support
Enterprise
For large teams
- Unlimited leads
- Unlimited workspaces
- Email notifications
- Custom analytics
- API access
- Dedicated support
Loved by agencies and developers
See what our users are saying about their experience.
"Finally, a lead capture solution that doesn't require a PhD to set up. We've saved hours every week managing leads across our client sites."
"The multi-workspace feature is a game-changer. Each client has their own dashboard and we can manage everything from one place."
"We switched from a complex CRM to this and never looked back. Simple, fast, and just works. Our clients love the instant notifications."
"The SDK integration took literally 5 minutes. Best developer experience I've had with any lead capture tool."
Frequently asked questions
Everything you need to know about the product.
Ready to capture more leads?
Join hundreds of agencies already using our platform. Get started in minutes.