nginx 1.23.4
tcp/443 tcp/80
Open service 108.179.241.250:80 · jetcrab.com
2026-01-25 23:02
HTTP/1.1 200 OK
Date: Sun, 25 Jan 2026 23:03:02 GMT
Server: nginx/1.23.4
Content-Type: text/html
Content-Length: 28124
Last-Modified: Sat, 30 Aug 2025 22:45:24 GMT
Cache-Control: max-age=7200
Expires: Mon, 26 Jan 2026 01:02:43 GMT
Vary: Accept-Encoding
X-Endurance-Cache-Level: 2
X-nginx-cache: WordPress
X-Server-Cache: true
X-Proxy-Cache: HIT
Accept-Ranges: bytes
Page title: JetCrab - High-Performance JavaScript Engine in Rust
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JetCrab - High-Performance JavaScript Engine in Rust</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/x-icon" href="./logo.png">
<meta name="description"
content="JetCrab - A modern, high-performance JavaScript engine written in Rust with complete ECMAScript support, modular architecture, and production-ready features">
<meta name="keywords" content="JavaScript, Rust, Engine, VM, Compiler, Interpreter, ECMAScript, Performance">
</head>
<body>
<header class="header">
<nav class="nav">
<div class="nav-container">
<div class="nav-brand">
<img src="./logo.png" alt="JetCrab Logo" class="logo">
<span class="brand-text">JetCrab</span>
</div>
<div class="nav-links">
<a href="#overview" class="nav-link">Overview</a>
<a href="#architecture" class="nav-link">Architecture</a>
<a href="#features" class="nav-link">Features</a>
<a href="#status" class="nav-link">Status</a>
<a href="#documentation" class="nav-link">Documentation</a>
<a href="#examples" class="nav-link">Examples</a>
<a href="https://github.com/JetCrabCollab/JetCrab" class="nav-link" target="_blank">GitHub</a>
</div>
<button class="mobile-menu-toggle" aria-label="Toggle mobile menu">
<span></span>
<span></span>
<span></span>
</button>
</div>
</nav>
</header>
<main class="main">
<section class="hero">
<div class="hero-container">
<h1 class="hero-title">JetCrab</h1>
<p class="hero-subtitle">A modern, high-performance JavaScript engine written in Rust</p>
<div class="hero-badges">
<span class="badge badge-success">Production Ready</span>
<span class="badge badge-info">100% Test Coverage</span>
<span class="badge badge-warning">ES2023 Support</span>
</div>
<p class="hero-description">
Complete JavaScript execution pipeline from source code parsing to bytecode execution.
Built with Rust for memory safety, performance, and reliability.
</p>
<div class="hero-buttons">
<a href="#documentation" class="btn btn-primary">Get Started</a>
<a href="https://github.com/JetCrabCollab/JetCrab" class="btn btn-secondary" target="_blank">View on
GitHub</a>
<a href="./doc/jetcrab/index.html" class="btn btn-outline" target="_blank">API Docs</a>
</div>
</div>
</section>
<section id="overview" class="section">
<div class="container">
<h2 class="section-title">Project Overview</h2>
<div class="overview-grid">
<div class="overview-card">
<h3>What is JetCrab?</h3>
<p>JetCrab is a complete JavaScript engine implementation in Rust, inspired by Google's V8
architecture. It provides a full execution pipeline from lexical analysis to bytecode
execution.</p>
</div>
<div class="overview-card">
<h3>Why Rust?</h3>
<p>Rust provides memory safety, zero-cost abstractions, and excellent performance. Perfect for
building a reliable JavaScript engine that can handle complex applications safely.</p>
</
Open service 108.179.241.250:443 · jetcrab.com
2026-01-25 23:02
HTTP/1.1 200 OK
Date: Sun, 25 Jan 2026 23:02:53 GMT
Server: nginx/1.23.4
Content-Type: text/html
Content-Length: 28124
Last-Modified: Sat, 30 Aug 2025 22:45:24 GMT
Accept-Ranges: bytes
Cache-Control: max-age=7200
Expires: Mon, 26 Jan 2026 01:02:52 GMT
Vary: Accept-Encoding
X-Endurance-Cache-Level: 2
X-nginx-cache: WordPress
X-Server-Cache: true
X-Proxy-Cache: MISS
Page title: JetCrab - High-Performance JavaScript Engine in Rust
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JetCrab - High-Performance JavaScript Engine in Rust</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/x-icon" href="./logo.png">
<meta name="description"
content="JetCrab - A modern, high-performance JavaScript engine written in Rust with complete ECMAScript support, modular architecture, and production-ready features">
<meta name="keywords" content="JavaScript, Rust, Engine, VM, Compiler, Interpreter, ECMAScript, Performance">
</head>
<body>
<header class="header">
<nav class="nav">
<div class="nav-container">
<div class="nav-brand">
<img src="./logo.png" alt="JetCrab Logo" class="logo">
<span class="brand-text">JetCrab</span>
</div>
<div class="nav-links">
<a href="#overview" class="nav-link">Overview</a>
<a href="#architecture" class="nav-link">Architecture</a>
<a href="#features" class="nav-link">Features</a>
<a href="#status" class="nav-link">Status</a>
<a href="#documentation" class="nav-link">Documentation</a>
<a href="#examples" class="nav-link">Examples</a>
<a href="https://github.com/JetCrabCollab/JetCrab" class="nav-link" target="_blank">GitHub</a>
</div>
<button class="mobile-menu-toggle" aria-label="Toggle mobile menu">
<span></span>
<span></span>
<span></span>
</button>
</div>
</nav>
</header>
<main class="main">
<section class="hero">
<div class="hero-container">
<h1 class="hero-title">JetCrab</h1>
<p class="hero-subtitle">A modern, high-performance JavaScript engine written in Rust</p>
<div class="hero-badges">
<span class="badge badge-success">Production Ready</span>
<span class="badge badge-info">100% Test Coverage</span>
<span class="badge badge-warning">ES2023 Support</span>
</div>
<p class="hero-description">
Complete JavaScript execution pipeline from source code parsing to bytecode execution.
Built with Rust for memory safety, performance, and reliability.
</p>
<div class="hero-buttons">
<a href="#documentation" class="btn btn-primary">Get Started</a>
<a href="https://github.com/JetCrabCollab/JetCrab" class="btn btn-secondary" target="_blank">View on
GitHub</a>
<a href="./doc/jetcrab/index.html" class="btn btn-outline" target="_blank">API Docs</a>
</div>
</div>
</section>
<section id="overview" class="section">
<div class="container">
<h2 class="section-title">Project Overview</h2>
<div class="overview-grid">
<div class="overview-card">
<h3>What is JetCrab?</h3>
<p>JetCrab is a complete JavaScript engine implementation in Rust, inspired by Google's V8
architecture. It provides a full execution pipeline from lexical analysis to bytecode
execution.</p>
</div>
<div class="overview-card">
<h3>Why Rust?</h3>
<p>Rust provides memory safety, zero-cost abstractions, and excellent performance. Perfect for
building a reliable JavaScript engine that can handle complex applications safely.</p>
</