Loading...
Loading...
{
"latency": 65,
"ipAddresses": [
"66.241.125.221",
"2a09:8280:1::1c:a36"
],
"dns": {
"NS": [
"ns1.patr.cloud.",
"ns2.patr.cloud."
],
"A": [
"66.241.125.221"
],
"AAAA": [
"2a09:8280:1::1c:a36"
],
"TXT": [
"v=spf1 include:zoho.com ~all",
"zoho-verification=zb75990430.zmverify.zoho.com"
]
}
}
[
{
"url": "https://leptos.dev",
"technologies": [
{
"slug": "zoho",
"name": "Zoho",
"versions": [],
"trafficRank": 0,
"confirmedAt": 1726194505,
"icon": "Zoho.svg",
"categories": [
{
"id": 53,
"slug": "crm",
"name": "CRM"
}
]
},
{
"slug": "cloudflare",
"name": "Cloudflare",
"versions": [],
"trafficRank": 0,
"confirmedAt": 1726194505,
"icon": "CloudFlare.svg",
"categories": [
{
"id": 31,
"slug": "cdn",
"name": "CDN"
}
]
},
{
"slug": "http-2",
"name": "HTTP/2",
"versions": [],
"trafficRank": 9,
"confirmedAt": 1723954416,
"icon": "HTTP2.svg",
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"name": "Miscellaneous"
}
]
},
{
"slug": "plausible",
"name": "Plausible",
"versions": [],
"trafficRank": 111,
"confirmedAt": 1726194505,
"icon": "Plausible.svg",
"categories": [
{
"id": 10,
"slug": "analytics",
"name": "Analytics"
}
]
},
{
"slug": "rust",
"name": "Rust",
"versions": [],
"trafficRank": 168,
"confirmedAt": 1724925548,
"icon": "Rust.svg",
"categories": [
{
"id": 27,
"slug": "programming-languages",
"name": "Programming languages"
}
]
},
{
"slug": "leptos",
"name": "Leptos",
"versions": [],
"trafficRank": 168,
"confirmedAt": 1724925548,
"icon": "Leptos.svg",
"categories": [
{
"id": 18,
"slug": "web-frameworks",
"name": "Web frameworks"
}
]
},
{
"slug": "hsts",
"name": "HSTS",
"versions": [],
"trafficRank": 203,
"confirmedAt": 1726194505,
"icon": "default.svg",
"categories": [
{
"id": 16,
"slug": "security",
"name": "Security"
}
]
},
{
"slug": "tailwind-css",
"name": "Tailwind CSS",
"versions": [],
"trafficRank": 203,
"confirmedAt": 1726029906,
"icon": "tailwindcss.svg",
"categories": [
{
"id": 66,
"slug": "ui-frameworks",
"name": "UI frameworks"
}
]
},
{
"slug": "fly-io",
"name": "Fly.io",
"versions": [],
"trafficRank": 204,
"confirmedAt": 1726194505,
"icon": "Fly.io.svg",
"categories": [
{
"id": 62,
"slug": "paas",
"name": "PaaS"
}
]
}
]
}
]
{
"whois.nic.google": {
"error": "Failed to connect"
}
}
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><meta name="description" content="Leptos is a cutting-edge Rust web framework designed for building fast, reliable, web applications."><link rel="stylesheet" id="leptos" href="/pkg/leptos_website.css"><!><link rel="modulepreload" href="/pkg/leptos_website.js" nonce="8_Li14dWZUcohlqA8oZ4DA"><link rel="preload" href="/pkg/leptos_website.wasm" as="fetch" type="application/wasm" crossorigin="8_Li14dWZUcohlqA8oZ4DA"><script type="module" nonce="8_Li14dWZUcohlqA8oZ4DA">((root, pkg_path, output_name, wasm_output_name) => {
let MOST_RECENT_CHILDREN_CB;
function idle(c) {
if ("requestIdleCallback" in window) {
window.requestIdleCallback(c);
} else {
c();
}
}
function hydrateIslands(rootNode, mod) {
function traverse(node) {
if (node.nodeType === Node.ELEMENT_NODE) {
const tag = node.tagName.toLowerCase();
if(tag === 'leptos-island') {
const children = [];
const id = node.dataset.component || null;
hydrateIsland(node, id, mod);
for(const child of node.children) {
traverse(child, children);
}
} else {
if(tag === 'leptos-children') {
MOST_RECENT_CHILDREN_CB = node.$$on_hydrate;
}
for(const child of node.children) {
traverse(child);
};
}
}
}
traverse(rootNode);
}
function hydrateIsland(el, id, mod) {
const islandFn = mod[id];
if (islandFn) {
if (MOST_RECENT_CHILDREN_CB) {
MOST_RECENT_CHILDREN_CB();
}
islandFn(el);
} else {
console.warn(`Could not find WASM function for the island ${id}.`);
}
}
idle(() => {
import(`${root}/${pkg_path}/${output_name}.js`)
.then(mod => {
mod.default(`${root}/${pkg_path}/${wasm_output_name}.wasm`).then(() => {
mod.hydrate();
hydrateIslands(document.body, mod);
});
})
});
})
("", "pkg", "leptos_website", "leptos_website")</script><!--HEAD--></head><body>Not found.<script defer data-domain="leptos.dev" src="https://plausible.io/js/script.js"></script></body></html><script nonce="8_Li14dWZUcohlqA8oZ4DA">__RESOLVED_RESOURCES=[];__SERIALIZED_ERRORS=[];__PENDING_RESOURCES=[];__RESOURCE_RESOLVERS=[];</script><script nonce="8_Li14dWZUcohlqA8oZ4DA">__INCOMPLETE_CHUNKS=[];</script>
{
"error": false,
"result": {
"success": true,
"ogTitle": "Home - Leptos",
"ogDescription": "Leptos is a cutting-edge Rust web framework designed for building fast, reliable, web applications.",
"ogLocale": "en",
"charset": "utf-8",
"requestUrl": "https://leptos.dev"
},
"response": {}
}
{
"status": 200,
"statusText": "",
"headers": {
"content-encoding": "gzip",
"content-type": "text/html",
"date": "Wed, 09 Jul 2025 08:22:52 GMT",
"fly-request-id": "01JZQ4FK9ZNCRBHGYT296DWFXJ-iad",
"last-modified": "Fri, 17 Jan 2025 19:59:09 GMT",
"server": "Fly/3a6a7c27e (2025-07-07)",
"transfer-encoding": "chunked",
"vary": "accept-encoding",
"via": "1.1 fly.io, 1.1 fly.io"
}
}
{
"errors": [
{
"id": "authentication_failed",
"code": 401,
"details": "No user found for the API key supplied"
}
]
}
{
"Plausible Analytics": "Lightweight and open-source web analytics tool.",
"CrUX Dataset": "CrUX is a data collection system that gathers information about how real users interact with websites. This website is included in the user experiences data gathered from Google Chrome and thus considered sufficiently popular on the Internet.",
"CrUX Top 5m": "Relative measure of site popularity within the CrUX dataset, measured by the total number of navigations on the origin. This site is in the top 5 million.",
"English - Inferred": "Based on the title and description text the website content is potentially English.",
"WebAssembly": "Wasm is a binary instruction format for stack-based virtual machines.",
"Viewport Meta": "This page uses the viewport meta tag which means the content may be optimized for mobile content.",
"IPhone / Mobile Compatible": "The website contains code that allows the page to support IPhone / Mobile Content.",
"Square": "Credit card processing from anywhere.",
"JavaScript Modules": "Modern browsers now support native module functionality, optimizing loading and efficiency. Import and export statements are key for using native JavaScript modules.",
"GitHub": "The website mentions github.com in some form.",
"YouTube Link": "This website mentions YouTube.com on it in some form or another.",
"Zoho Mail": "Business email hosting from Zoho.",
"SPF": "The Sender Policy Framework is an open standard specifying a technical method to prevent sender address forgery.",
"SSL by Default": "The website redirects traffic to an HTTPS/SSL version by default.",
"LetsEncrypt": "Let’s Encrypt is a free open Certificate Authority.",
"Fly": "Deploy app servers close to users.",
"DNSSEC": "DNSSEC strengthens DNS authentication by using digital signatures based on public key cryptography.",
"IPv6": "The website has an IPv6 record."
}