Godel Terminal
Is Godel Terminal hiring?
Yes — 4 open roles are live on intervu right now.
Opened and closed counts for the last 90 days aren't tracked for this employer yet.
4
Open roles
—
Opened 90d
—
Closed 90d
50%
Ghost-flagged
Open roles4 of 4 shown
- Data Entry & Research Associatevar navigation; const init = () => { if (!document.querySelector('link[href*="fonts.googleapis.com/css2?family=Inter"]')) { var fontLink = document.createElement("link"); fontLink.rel = "stylesheet"; fontLink.href = "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&family=Sofia+Sans:wght@400;500&display=swap"; document.head.appendChild(fontLink); } const hubspotscript = document.createElement("script"); hubspotscript.src = "https://js.hsforms.net/forms/embed/45198047.js"; document.body.prepend(hubspotscript); // PRELOAD THE LOGO IMAGE const preload = "https://images.squarespace-cdn.com/content/v1/66be144e1b5d082acf687a90/caa8b98f-a00b-47a2-a28c-55b369b15630/logo.png"; var img = new Image(); img.src = preload; // PRELOAD THE MODAL BACKGROUND IMAGE const preload2 = "https://images.squarespace-cdn.com/content/66be144e1b5d082acf687a90/211abe75-97ad-4c68-a5da-50fe9c63e242/sales-background.jpeg?content-type=image%2Fjpeg"; var img2 = new Image(); img2.src = preload2; var style = document.createElement("style"); style.textContent = ` #fc-navigation { position: fixed; top: 0; left: 0; width: 100%; height: 70px; background-color: #000000; color: white; display: flex; justify-content: end; align-items: center; padding: 15px 20px 15px; z-index: 9999; box-sizing: border-box; column-gap: 20px; font-size: 16px; font-family: "Inter", "Sofia Sans", "Helvetica", sans-serif; font-weight: 400; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; } #fc-navigation a { color: #eaeaea; white-space: nowrap; text-decoration: none; font-family: inherit; font-weight: 400; letter-spacing: 0; text-rendering: optimizeLegibility; } #fc-navigation a:hover { color: #ffffff; } #fc-navigation #desktop-logo { width: 120px; min-width: 120px; margin-left: 15px; margin-right: 15px; height: 50px; background-size: contain; background-position: center; background-repeat: no-repeat; background-image: url('${preload}'); } #fc-navigation .fc-nav-primary { color: #000000; background: #6AC193; padding: 10px 20px; border-radius: 20px; font-weight: 500; } #fc-navigation .fc-nav-primary:hover { color: black; background: white; } #fc-navigation .fc-nav-secondary { margin-left: 5px; background: #3C3C3D; padding: 10px 20px; border-radius: 20px; font-weight: 500; } #fc-navigation .fc-nav-secondary:hover { color: black; background: white; } /* DEMO STUFF */ #fc-demo-box { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 99999999; } #fc-demo-background { z-index: 999999991; position: fixed; top: 0; left: 0; right: 0; bottom: 0; filter: blur(10px); background-size: cover; background-image: url('https://images.squarespace-cdn.com/content/66be144e1b5d082acf687a90/f575caae-b317-4bce-a74d-0c6b08af3d63/background.jpg?content-type=image%2Fjpeg'); } #fc-demo-gradient { z-index: 999999992; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .45) 100%); } #fc-demo-close { z-index: 999999994; width: 30px; height: 30px; position: fixed; right: 0; cursor: pointer; top: 0; margin-top: 10px; margin-right: 10px; color: white; font: 24px Arial; } #fc-demo-wrapper { z-index: 999999993; position: fixed; top: 0; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; } #fc-demo-container { padding: 0; background: black; max-width: 700px; width: 100%; height: 75%; border-radius: 25px; box-shadow: 1px 1px 10px black; overflow-y: auto; overflow-x: hidden; background-size: cover; background-position-x: right; background-image: url('${preload2}'); } @media screen and (max-width: 728px) { .hide-on-mobile { display: none !important; } } `; document.head.appendChild(style); var nav = document.createElement("div"); nav.id = "fc-navigation"; nav.innerHTML = ` <a href="/" id="desktop-logo"></a> <a class="hide-on-mobile fc-nav-link" href="#features">Features</a> <a class="hide-on-mobile fc-nav-link" href="#changelog">Changelog</a> <a class="hide-on-mobile fc-nav-link" href="#faq">FAQ</a> <a class="hide-on-mobile fc-nav-link" href="/careers">Careers</a> <a class="hide-on-mobile fc-nav-link" href="/news">News</a> <div style="flex:1"></div> <a class="hide-on-mobile" href="#demo" id="fc-nav-get-demo">Get a demo</a> <a class="hide-on-mobile fc-nav-secondary" href="https://app.godelterminal.com/?page=login" target="_blank" id="fc-nav-login">Login</a> <a class="fc-nav-primary" href="https://app.godelterminal.com/?page=register" target="_blank" id="fc-nav-signup">Sign Up</a> `; document.body.prepend(nav); document.body.style.paddingTop = "50px"; setUpDemoListener(); }; const setUpDemoListener = () => { const demoButton = document.getElementById("fc-nav-get-demo"); demoButton.addEventListener("click", () => { startDemo(); }); }; const startDemo = () => { var demobox = document.createElement("div"); demobox.id = "fc-demo-box"; demobox.innerHTML = ` <div id="fc-demo-background"></div> <div id="fc-demo-gradient"></div> <div id="fc-demo-close">X</div> <div id="fc-demo-wrapper"> <div id="fc-demo-container"> <div class="hs-form-frame" data-region="na1" data-form-id="7a5a0b9b-d4fc-4ffd-8d5d-d1d853c40a5b" data-portal-id="45198047"></div> </div> </div> `; document.body.prepend(demobox); const closeIcon = document.getElementById("fc-demo-close"); closeIcon.addEventListener("click", () => { document.body.removeChild(demobox); }); }; document.addEventListener("DOMContentLoaded", function () { init(); });● Possible ghost job
- Senior Full Stack Engineervar navigation; const init = () => { if (!document.querySelector('link[href*="fonts.googleapis.com/css2?family=Inter"]')) { var fontLink = document.createElement("link"); fontLink.rel = "stylesheet"; fontLink.href = "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&family=Sofia+Sans:wght@400;500&display=swap"; document.head.appendChild(fontLink); } const hubspotscript = document.createElement("script"); hubspotscript.src = "https://js.hsforms.net/forms/embed/45198047.js"; document.body.prepend(hubspotscript); // PRELOAD THE LOGO IMAGE const preload = "https://images.squarespace-cdn.com/content/v1/66be144e1b5d082acf687a90/caa8b98f-a00b-47a2-a28c-55b369b15630/logo.png"; var img = new Image(); img.src = preload; // PRELOAD THE MODAL BACKGROUND IMAGE const preload2 = "https://images.squarespace-cdn.com/content/66be144e1b5d082acf687a90/211abe75-97ad-4c68-a5da-50fe9c63e242/sales-background.jpeg?content-type=image%2Fjpeg"; var img2 = new Image(); img2.src = preload2; var style = document.createElement("style"); style.textContent = ` #fc-navigation { position: fixed; top: 0; left: 0; width: 100%; height: 70px; background-color: #000000; color: white; display: flex; justify-content: end; align-items: center; padding: 15px 20px 15px; z-index: 9999; box-sizing: border-box; column-gap: 20px; font-size: 16px; font-family: "Inter", "Sofia Sans", "Helvetica", sans-serif; font-weight: 400; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; } #fc-navigation a { color: #eaeaea; white-space: nowrap; text-decoration: none; font-family: inherit; font-weight: 400; letter-spacing: 0; text-rendering: optimizeLegibility; } #fc-navigation a:hover { color: #ffffff; } #fc-navigation #desktop-logo { width: 120px; min-width: 120px; margin-left: 15px; margin-right: 15px; height: 50px; background-size: contain; background-position: center; background-repeat: no-repeat; background-image: url('${preload}'); } #fc-navigation .fc-nav-primary { color: #000000; background: #6AC193; padding: 10px 20px; border-radius: 20px; font-weight: 500; } #fc-navigation .fc-nav-primary:hover { color: black; background: white; } #fc-navigation .fc-nav-secondary { margin-left: 5px; background: #3C3C3D; padding: 10px 20px; border-radius: 20px; font-weight: 500; } #fc-navigation .fc-nav-secondary:hover { color: black; background: white; } /* DEMO STUFF */ #fc-demo-box { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 99999999; } #fc-demo-background { z-index: 999999991; position: fixed; top: 0; left: 0; right: 0; bottom: 0; filter: blur(10px); background-size: cover; background-image: url('https://images.squarespace-cdn.com/content/66be144e1b5d082acf687a90/f575caae-b317-4bce-a74d-0c6b08af3d63/background.jpg?content-type=image%2Fjpeg'); } #fc-demo-gradient { z-index: 999999992; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .45) 100%); } #fc-demo-close { z-index: 999999994; width: 30px; height: 30px; position: fixed; right: 0; cursor: pointer; top: 0; margin-top: 10px; margin-right: 10px; color: white; font: 24px Arial; } #fc-demo-wrapper { z-index: 999999993; position: fixed; top: 0; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; } #fc-demo-container { padding: 0; background: black; max-width: 700px; width: 100%; height: 75%; border-radius: 25px; box-shadow: 1px 1px 10px black; overflow-y: auto; overflow-x: hidden; background-size: cover; background-position-x: right; background-image: url('${preload2}'); } @media screen and (max-width: 728px) { .hide-on-mobile { display: none !important; } } `; document.head.appendChild(style); var nav = document.createElement("div"); nav.id = "fc-navigation"; nav.innerHTML = ` <a href="/" id="desktop-logo"></a> <a class="hide-on-mobile fc-nav-link" href="#features">Features</a> <a class="hide-on-mobile fc-nav-link" href="#changelog">Changelog</a> <a class="hide-on-mobile fc-nav-link" href="#faq">FAQ</a> <a class="hide-on-mobile fc-nav-link" href="/careers">Careers</a> <a class="hide-on-mobile fc-nav-link" href="/news">News</a> <div style="flex:1"></div> <a class="hide-on-mobile" href="#demo" id="fc-nav-get-demo">Get a demo</a> <a class="hide-on-mobile fc-nav-secondary" href="https://app.godelterminal.com/?page=login" target="_blank" id="fc-nav-login">Login</a> <a class="fc-nav-primary" href="https://app.godelterminal.com/?page=register" target="_blank" id="fc-nav-signup">Sign Up</a> `; document.body.prepend(nav); document.body.style.paddingTop = "50px"; setUpDemoListener(); }; const setUpDemoListener = () => { const demoButton = document.getElementById("fc-nav-get-demo"); demoButton.addEventListener("click", () => { startDemo(); }); }; const startDemo = () => { var demobox = document.createElement("div"); demobox.id = "fc-demo-box"; demobox.innerHTML = ` <div id="fc-demo-background"></div> <div id="fc-demo-gradient"></div> <div id="fc-demo-close">X</div> <div id="fc-demo-wrapper"> <div id="fc-demo-container"> <div class="hs-form-frame" data-region="na1" data-form-id="7a5a0b9b-d4fc-4ffd-8d5d-d1d853c40a5b" data-portal-id="45198047"></div> </div> </div> `; document.body.prepend(demobox); const closeIcon = document.getElementById("fc-demo-close"); closeIcon.addEventListener("click", () => { document.body.removeChild(demobox); }); }; document.addEventListener("DOMContentLoaded", function () { init(); }); · Senior● Possible ghost job
- Frontend Engineervar navigation; const init = () => { if (!document.querySelector('link[href*="fonts.googleapis.com/css2?family=Inter"]')) { var fontLink = document.createElement("link"); fontLink.rel = "stylesheet"; fontLink.href = "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&family=Sofia+Sans:wght@400;500&display=swap"; document.head.appendChild(fontLink); } const hubspotscript = document.createElement("script"); hubspotscript.src = "https://js.hsforms.net/forms/embed/45198047.js"; document.body.prepend(hubspotscript); // PRELOAD THE LOGO IMAGE const preload = "https://images.squarespace-cdn.com/content/v1/66be144e1b5d082acf687a90/caa8b98f-a00b-47a2-a28c-55b369b15630/logo.png"; var img = new Image(); img.src = preload; // PRELOAD THE MODAL BACKGROUND IMAGE const preload2 = "https://images.squarespace-cdn.com/content/66be144e1b5d082acf687a90/211abe75-97ad-4c68-a5da-50fe9c63e242/sales-background.jpeg?content-type=image%2Fjpeg"; var img2 = new Image(); img2.src = preload2; var style = document.createElement("style"); style.textContent = ` #fc-navigation { position: fixed; top: 0; left: 0; width: 100%; height: 70px; background-color: #000000; color: white; display: flex; justify-content: end; align-items: center; padding: 15px 20px 15px; z-index: 9999; box-sizing: border-box; column-gap: 20px; font-size: 16px; font-family: "Inter", "Sofia Sans", "Helvetica", sans-serif; font-weight: 400; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; } #fc-navigation a { color: #eaeaea; white-space: nowrap; text-decoration: none; font-family: inherit; font-weight: 400; letter-spacing: 0; text-rendering: optimizeLegibility; } #fc-navigation a:hover { color: #ffffff; } #fc-navigation #desktop-logo { width: 120px; min-width: 120px; margin-left: 15px; margin-right: 15px; height: 50px; background-size: contain; background-position: center; background-repeat: no-repeat; background-image: url('${preload}'); } #fc-navigation .fc-nav-primary { color: #000000; background: #6AC193; padding: 10px 20px; border-radius: 20px; font-weight: 500; } #fc-navigation .fc-nav-primary:hover { color: black; background: white; } #fc-navigation .fc-nav-secondary { margin-left: 5px; background: #3C3C3D; padding: 10px 20px; border-radius: 20px; font-weight: 500; } #fc-navigation .fc-nav-secondary:hover { color: black; background: white; } /* DEMO STUFF */ #fc-demo-box { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 99999999; } #fc-demo-background { z-index: 999999991; position: fixed; top: 0; left: 0; right: 0; bottom: 0; filter: blur(10px); background-size: cover; background-image: url('https://images.squarespace-cdn.com/content/66be144e1b5d082acf687a90/f575caae-b317-4bce-a74d-0c6b08af3d63/background.jpg?content-type=image%2Fjpeg'); } #fc-demo-gradient { z-index: 999999992; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .45) 100%); } #fc-demo-close { z-index: 999999994; width: 30px; height: 30px; position: fixed; right: 0; cursor: pointer; top: 0; margin-top: 10px; margin-right: 10px; color: white; font: 24px Arial; } #fc-demo-wrapper { z-index: 999999993; position: fixed; top: 0; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; } #fc-demo-container { padding: 0; background: black; max-width: 700px; width: 100%; height: 75%; border-radius: 25px; box-shadow: 1px 1px 10px black; overflow-y: auto; overflow-x: hidden; background-size: cover; background-position-x: right; background-image: url('${preload2}'); } @media screen and (max-width: 728px) { .hide-on-mobile { display: none !important; } } `; document.head.appendChild(style); var nav = document.createElement("div"); nav.id = "fc-navigation"; nav.innerHTML = ` <a href="/" id="desktop-logo"></a> <a class="hide-on-mobile fc-nav-link" href="#features">Features</a> <a class="hide-on-mobile fc-nav-link" href="#changelog">Changelog</a> <a class="hide-on-mobile fc-nav-link" href="#faq">FAQ</a> <a class="hide-on-mobile fc-nav-link" href="/careers">Careers</a> <a class="hide-on-mobile fc-nav-link" href="/news">News</a> <div style="flex:1"></div> <a class="hide-on-mobile" href="#demo" id="fc-nav-get-demo">Get a demo</a> <a class="hide-on-mobile fc-nav-secondary" href="https://app.godelterminal.com/?page=login" target="_blank" id="fc-nav-login">Login</a> <a class="fc-nav-primary" href="https://app.godelterminal.com/?page=register" target="_blank" id="fc-nav-signup">Sign Up</a> `; document.body.prepend(nav); document.body.style.paddingTop = "50px"; setUpDemoListener(); }; const setUpDemoListener = () => { const demoButton = document.getElementById("fc-nav-get-demo"); demoButton.addEventListener("click", () => { startDemo(); }); }; const startDemo = () => { var demobox = document.createElement("div"); demobox.id = "fc-demo-box"; demobox.innerHTML = ` <div id="fc-demo-background"></div> <div id="fc-demo-gradient"></div> <div id="fc-demo-close">X</div> <div id="fc-demo-wrapper"> <div id="fc-demo-container"> <div class="hs-form-frame" data-region="na1" data-form-id="7a5a0b9b-d4fc-4ffd-8d5d-d1d853c40a5b" data-portal-id="45198047"></div> </div> </div> `; document.body.prepend(demobox); const closeIcon = document.getElementById("fc-demo-close"); closeIcon.addEventListener("click", () => { document.body.removeChild(demobox); }); }; document.addEventListener("DOMContentLoaded", function () { init(); });
- Backend Engineervar navigation; const init = () => { if (!document.querySelector('link[href*="fonts.googleapis.com/css2?family=Inter"]')) { var fontLink = document.createElement("link"); fontLink.rel = "stylesheet"; fontLink.href = "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&family=Sofia+Sans:wght@400;500&display=swap"; document.head.appendChild(fontLink); } const hubspotscript = document.createElement("script"); hubspotscript.src = "https://js.hsforms.net/forms/embed/45198047.js"; document.body.prepend(hubspotscript); // PRELOAD THE LOGO IMAGE const preload = "https://images.squarespace-cdn.com/content/v1/66be144e1b5d082acf687a90/caa8b98f-a00b-47a2-a28c-55b369b15630/logo.png"; var img = new Image(); img.src = preload; // PRELOAD THE MODAL BACKGROUND IMAGE const preload2 = "https://images.squarespace-cdn.com/content/66be144e1b5d082acf687a90/211abe75-97ad-4c68-a5da-50fe9c63e242/sales-background.jpeg?content-type=image%2Fjpeg"; var img2 = new Image(); img2.src = preload2; var style = document.createElement("style"); style.textContent = ` #fc-navigation { position: fixed; top: 0; left: 0; width: 100%; height: 70px; background-color: #000000; color: white; display: flex; justify-content: end; align-items: center; padding: 15px 20px 15px; z-index: 9999; box-sizing: border-box; column-gap: 20px; font-size: 16px; font-family: "Inter", "Sofia Sans", "Helvetica", sans-serif; font-weight: 400; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; } #fc-navigation a { color: #eaeaea; white-space: nowrap; text-decoration: none; font-family: inherit; font-weight: 400; letter-spacing: 0; text-rendering: optimizeLegibility; } #fc-navigation a:hover { color: #ffffff; } #fc-navigation #desktop-logo { width: 120px; min-width: 120px; margin-left: 15px; margin-right: 15px; height: 50px; background-size: contain; background-position: center; background-repeat: no-repeat; background-image: url('${preload}'); } #fc-navigation .fc-nav-primary { color: #000000; background: #6AC193; padding: 10px 20px; border-radius: 20px; font-weight: 500; } #fc-navigation .fc-nav-primary:hover { color: black; background: white; } #fc-navigation .fc-nav-secondary { margin-left: 5px; background: #3C3C3D; padding: 10px 20px; border-radius: 20px; font-weight: 500; } #fc-navigation .fc-nav-secondary:hover { color: black; background: white; } /* DEMO STUFF */ #fc-demo-box { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 99999999; } #fc-demo-background { z-index: 999999991; position: fixed; top: 0; left: 0; right: 0; bottom: 0; filter: blur(10px); background-size: cover; background-image: url('https://images.squarespace-cdn.com/content/66be144e1b5d082acf687a90/f575caae-b317-4bce-a74d-0c6b08af3d63/background.jpg?content-type=image%2Fjpeg'); } #fc-demo-gradient { z-index: 999999992; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .45) 100%); } #fc-demo-close { z-index: 999999994; width: 30px; height: 30px; position: fixed; right: 0; cursor: pointer; top: 0; margin-top: 10px; margin-right: 10px; color: white; font: 24px Arial; } #fc-demo-wrapper { z-index: 999999993; position: fixed; top: 0; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; } #fc-demo-container { padding: 0; background: black; max-width: 700px; width: 100%; height: 75%; border-radius: 25px; box-shadow: 1px 1px 10px black; overflow-y: auto; overflow-x: hidden; background-size: cover; background-position-x: right; background-image: url('${preload2}'); } @media screen and (max-width: 728px) { .hide-on-mobile { display: none !important; } } `; document.head.appendChild(style); var nav = document.createElement("div"); nav.id = "fc-navigation"; nav.innerHTML = ` <a href="/" id="desktop-logo"></a> <a class="hide-on-mobile fc-nav-link" href="#features">Features</a> <a class="hide-on-mobile fc-nav-link" href="#changelog">Changelog</a> <a class="hide-on-mobile fc-nav-link" href="#faq">FAQ</a> <a class="hide-on-mobile fc-nav-link" href="/careers">Careers</a> <a class="hide-on-mobile fc-nav-link" href="/news">News</a> <div style="flex:1"></div> <a class="hide-on-mobile" href="#demo" id="fc-nav-get-demo">Get a demo</a> <a class="hide-on-mobile fc-nav-secondary" href="https://app.godelterminal.com/?page=login" target="_blank" id="fc-nav-login">Login</a> <a class="fc-nav-primary" href="https://app.godelterminal.com/?page=register" target="_blank" id="fc-nav-signup">Sign Up</a> `; document.body.prepend(nav); document.body.style.paddingTop = "50px"; setUpDemoListener(); }; const setUpDemoListener = () => { const demoButton = document.getElementById("fc-nav-get-demo"); demoButton.addEventListener("click", () => { startDemo(); }); }; const startDemo = () => { var demobox = document.createElement("div"); demobox.id = "fc-demo-box"; demobox.innerHTML = ` <div id="fc-demo-background"></div> <div id="fc-demo-gradient"></div> <div id="fc-demo-close">X</div> <div id="fc-demo-wrapper"> <div id="fc-demo-container"> <div class="hs-form-frame" data-region="na1" data-form-id="7a5a0b9b-d4fc-4ffd-8d5d-d1d853c40a5b" data-portal-id="45198047"></div> </div> </div> `; document.body.prepend(demobox); const closeIcon = document.getElementById("fc-demo-close"); closeIcon.addEventListener("click", () => { document.body.removeChild(demobox); }); }; document.addEventListener("DOMContentLoaded", function () { init(); });