Skip to content

Instantly share code, notes, and snippets.

View adrienckr's full-sized avatar
🏗️
building

Adrien Cohen adrienckr

🏗️
building
View GitHub Profile
@adrienckr
adrienckr / product-mockup.html
Created April 17, 2026 22:13
Karmable — Product Mockup (Light Theme)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Karmable — Product Mockup</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&display=swap');
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #FAFAF9; color: #0A0A0A; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 14px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
@adrienckr
adrienckr / cli-platform-mockup.html
Created April 17, 2026 22:05
Karmable CLI Platform — Vision Mockup
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Karmable CLI — Growth infrastructure in the terminal</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&display=swap');
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #FAFAF9; color: #0A0A0A; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 15px; line-height: 1.6; -webkit-font-smoothing: antialiased; }