Quick Start
Embedding a Quicko Tool is as simple as adding an iframe to your HTML:Integration Steps
1
Choose a Tool
Select the tool you want to embed from our directory. Each tool has a unique URL endpoint.
2
Configure Theme
Customize the tool’s appearance by passing theme as a JSON object for mode and seed color.
3
Add the iframe
Insert the iframe code into your webpage at the desired location.
4
Test & Deploy
Verify the tool displays correctly across different screen sizes and browsers, then deploy.
Passing Theme
You can customize the tool’s appearance by passing antheme JSON object as a URL-encoded query parameter:
Theme Object Structure
| Property | Description | Values |
|---|---|---|
theme.mode | Theme mode | light, dark |
theme.seed | Seed color (hex with #) | e.g., #006AD4 |
View All Options
Learn about all available customization options.
Responsive Embedding
For responsive designs, wrap the iframe in a container with appropriate CSS:Best Practices
Set Appropriate Height
Ensure the iframe has enough height to display the tool without internal scrolling.
Allow Clipboard Access
Include
allow="clipboard-write" for tools that let users copy results.Match Your Theme
Use the seed color option to match the tool’s accent color with your website’s branding.
Test on Mobile
Verify the embedded tool works well on mobile viewports.
Next Steps
Browse Available Tools
Explore all tools available for embedding on your website.