railway-edge
tcp/443 tcp/80
Open service 66.33.22.164:80 · origamicomputing.com
2026-01-11 01:26
HTTP/1.1 301 Moved Permanently Content-Type: text/html; charset=utf-8 Location: https://origamicomputing.com/ Server: railway-edge X-Railway-Edge: railway/us-east4-eqdc4a X-Railway-Request-Id: oNcqgeCOTIiZsJFyBT7zVQ Date: Sun, 11 Jan 2026 01:26:50 GMT Content-Length: 64 Connection: close <a href="https://origamicomputing.com/">Moved Permanently</a>.
Open service 66.33.22.164:443 · origamicomputing.com
2026-01-11 01:26
HTTP/1.1 200 OK
Accept-Ranges: bytes
Cache-Control: public, max-age=0
Content-Length: 48326
Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://unpkg.com https://cdn.jsdelivr.net https://fonts.googleapis.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; img-src 'self' data: https:; connect-src 'self' https://unpkg.com https://cdn.jsdelivr.net https://fqlqvfgeynskmuhsgusz.supabase.co; worker-src 'self' blob:;
Content-Type: text/html; charset=UTF-8
Date: Sun, 11 Jan 2026 01:26:43 GMT
Etag: W/"bcc6-19a7ba93c80"
Last-Modified: Thu, 13 Nov 2025 05:21:20 GMT
Server: railway-edge
X-Powered-By: Express
X-Railway-Edge: railway/asia-southeast1-eqsg3a
X-Railway-Request-Id: WuN0dfJ0QQCOmjGd0ubPiw
Connection: close
Page title: Origami Computing Inc.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Origami Computing Inc.</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&display=swap" rel="stylesheet">
<script src="https://unpkg.com/@rive-app/canvas"></script>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
font-family: 'Inter', sans-serif;
background-color: #faf8f5;
display: flex;
flex-direction: column;
align-items: center;
padding: 0;
}
#manifesto, #product {
scroll-margin-top: 80px;
}
.hero-wrapper {
min-height: 100vh;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 90px 20px 30px 20px;
box-sizing: border-box;
gap: 5px;
}
p {
letter-spacing: -1px;
}
.navbar {
position: fixed;
top: 0;
left: 0;
right: 0;
background-color: #faf8f5;
padding: 20px 40px;
z-index: 1000;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
display: flex;
align-items: center;
justify-content: space-between;
}
.logo {
font-weight: 900;
font-size: 24px;
margin: 0;
}
.nav-links {
display: flex;
gap: 30px;
align-items: center;
}
.nav-links a {
font-size: 16px;
font-weight: 500;
color: #333;
text-decoration: none;
transition: color 0.2s;
position: relative;
}
.nav-links a:hover {
color: #000;
}
.nav-links a:hover::after {
content: '';
position: absolute;
bottom: -4px;
left: 0;
right: 0;
height: 3px;
}
.nav-links a:nth-child(1):hover::after {
background-color: #E34234; /* red */
}
.nav-links a:nth-child(2):hover::after {
background-color: #FFCE1B; /* yellow */
}
.nav-links a:nth-child(3):hover::after {
background-color: #00B55A; /* green */
}
.nav-links a:nth-child(4):hover::after {
background-color: #002395; /* blue */
}
.hero {
max-width: 500px;
text-align: center;
}
.say-hi {
font-size: 32px;
font-weight: 600;
margin-bottom: -20px;
color: #555;
}
.kami-title {
font-size: 112px;
font-weight: 900;
margin-bottom: -15px;
letter-spacing: -2px;
}
.demo-image {
width: 100%;
max-width: 320px;
height: auto;
border-radius: 4px;
}
.tagline-section {
margin-top: 10px;
max-width: 1100px;
width: 100%;
text-align: center;
}
.tagline-container {
font-size: 36px;
line-height: 1.4;
font-weight: 700;
height: 140px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.tagline-line {