[![Image]() Meet Jobicy Copilot — free AI autofill for job applications + remote job alerts ›](#)   [All remote jobs](https://jobicy.com/jobs.md)Open role[![Supabase logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2026/06/611d3bfa-221.png)](https://jobicy.com/company/supabase.md)Remote opportunity at[Supabase](https://jobicy.com/company/supabase.md)

# Edge Functions Engineer

Review the role, location requirements, compensation details, and application process before deciding whether this opportunity fits your next career move.

[Apply for this job](#job-application)[View company](https://jobicy.com/company/supabase.md)Share16 Sep 2026Published28Listing views3Application actions16 Oct 2026Apply before  Opportunity details

## About this role.

AI SummarySupabase is seeking a senior Edge Functions Engineer to evolve its Rust-based, Deno-powered edge runtime for globally distributed TypeScript, JavaScript, and WASM workloads. The role combines systems programming, runtime engineering, observability, production reliability, and integration with Supabase services such as Auth, Postgres, Storage, and Realtime. Key work includes improving latency and reliability, contributing upstream with Deno and open-source communities, enhancing developer tooling, and supporting production through an on-call rotation. This is a fully remote, globally distributed role requiring strong Rust and TypeScript skills plus experience operating infrastructure at scale.

## Role DNA

A quick view of the complexity, pace, ownership and collaboration implied by the job description.

### Job Complexity

5/5EasyHard

### Pace & Pressure

5/5RelaxedFast-paced

### Autonomy Level

5/5GuidedFull ownership

### Communication Load

4/5IndependentCollaborative

AI insightThis is a highly specialized senior systems role involving Rust, V8/Deno runtime internals, distributed edge infrastructure, observability, and production operations. Success requires independently solving complex performance and reliability problems while collaborating effectively with upstream open-source teams.

## Salary analysis

Estimated compensation compared with the broader US market for similar roles.

Estimated job medianMarket rate$190,000US market range$155k–$235k0$259k

AI insightNo actual salary is disclosed in the posting, so these figures are estimated US-market annual base-salary benchmarks for a senior edge/runtime infrastructure engineer with Rust, TypeScript, distributed systems, and production on-call expertise. Equity, benefits, and any location-based pay policies may materially affect total compensation.

## Core skills

Skills and capabilities most closely associated with this opportunity.

[Rust](https://jobicy.com/jobs?search_keywords=Rust.md)[TypeScript](https://jobicy.com/jobs?search_keywords=TypeScript.md)[Deno](https://jobicy.com/jobs?search_keywords=Deno.md)[V8 Isolates](https://jobicy.com/jobs?search_keywords=V8%20Isolates.md)[Edge Computing](https://jobicy.com/jobs?search_keywords=Edge%20Computing.md)[Distributed Systems](https://jobicy.com/jobs?search_keywords=Distributed%20Systems.md)[Kubernetes](https://jobicy.com/jobs?search_keywords=Kubernetes.md)[AWS](https://jobicy.com/jobs?search_keywords=AWS.md)[OpenTelemetry](https://jobicy.com/jobs?search_keywords=OpenTelemetry.md)[Observability](https://jobicy.com/jobs?search_keywords=Observability.md)

Sample interview questionsHow would you diagnose and reduce cold-start latency in a Deno-based edge-function runtime?I would first instrument the startup path with traces and metrics to isolate time spent in scheduling, isolate initialization, module loading, dependency resolution, and user-code execution. I would then prioritize changes with the largest measured impact, such as isolate pooling where safe, caching compiled modules, reducing initialization work, and improving placement or prewarming strategies, validating each change against latency, memory, and isolation requirements.

What considerations matter when enforcing per-request CPU and memory limits for untrusted edge-function workloads?

The controls need to be measurable, difficult to bypass, and safe for multi-tenant execution. I would use runtime- and host-level limits, account for asynchronous work and child resources, define clear cancellation behavior, and emit structured events when limits are approached or exceeded. The design should balance tenant isolation with predictable developer-facing error messages and minimal overhead.

Describe how you would implement useful OpenTelemetry observability for an edge runtime.

I would propagate trace context across ingress, routing, runtime execution, outbound requests, database calls, and platform services. Core telemetry would include request latency, cold versus warm starts, CPU and memory usage, errors, throttling, queue depth, and regional health, with carefully designed cardinality controls. Dashboards and alerts should focus on user impact, while sampled traces support investigation of individual slow or failed executions.

How would you approach contributing a needed runtime capability upstream to Deno or another open-source dependency?

I would begin by reproducing the requirement with a minimal test case and understanding the project’s architecture and contribution process. I would propose the design early, explain Supabase’s production use case, implement a focused and well-tested change, and respond constructively to maintainer feedback. If upstream timelines differ from platform needs, I would maintain a minimal compatible workaround while continuing to pursue the upstream solution.

How would you improve local development and debugging parity for edge functions?

I would identify the production behaviors that are hardest to reproduce locally, including environment variables, routing, permissions, limits, logging, network behavior, and service integrations. Then I would build CLI workflows and DevTools hooks that make those behaviors visible, provide actionable diagnostics, and enable repeatable local tests. The goal is to ensure developers can detect deployment-time issues before release without making the local workflow unnecessarily complex.

### About Supabase

Supabase is the Postgres development platform, built by developers for developers. We provide a complete backend solution including Database, Auth, Storage, Edge Functions, Realtime, and Vector Search. All services are deeply integrated and designed for growth.

[Edge Functions](https://supabase.com/docs/guides/functions) are server-side TypeScript functions, distributed globally at the edge – close to your users. They power use cases such as webhook receivers, AI inferences, OG image generation and real-time bots (Slack, Discord, etc). Built on top of [Supabase Edge Runtime](https://github.com/supabase/edge-runtime): an open-source, Deno-based runtime written in Rust that runs JavaScript, TypeScript, and WASM services.

We want developers to be able to build truly global applications by distributing both compute and data globally. Infrastructure concerns like regions, cold starts, CPU and memory provisioning should fade into the background so developers can focus on iterating on business logic.

We are looking for experienced and passionate engineers to help us go further in this vision.

What You’ll Own

*

Evolving Supabase Edge Runtime – an Open-sourced Rust-based host that runs the Deno isolate, manages the main/user runtime split, and enforces per-request memory and CPU limits.

*

Implementing monitoring, alerting, and OpenTelemetry tracing across the runtime, then using that visibility to drive optimizations that improve latency and reliability of the service.

*

Working closely with the Deno and other open-source teams, contributing to upstream and relaying our users’ requirements.

*

Participating in an on-call rotation to keep Edge Functions healthy in production.

*

Help manage and improve features like scheduled functions, background tasks, WebSockets streaming, ephemeral file storage, and custom routing.

*

Integrating functions more tightly with the rest of the Supabase stack – Auth, Postgres, Storage, and Realtime.

*

Expanding functions to support more use cases (AI inference, MCP servers, hosting simple websites, URL shorteners).

*

Improving the DX of developing and debugging functions locally through the Supabase CLI, including DevTools integration, logging, and production parity.

What You’ll Bring

*

At least 5 years of backend or systems engineering experience, with strong fluency in Rust and TypeScript.

*

Experience with V8 Isolates, Deno and the JavaScript runtimes in general.

*

Experience operating infrastructure at scale – Kubernetes, AWS, Cloudflare Workers, Redis, or comparable systems.

*

A strong vision for how compute and data can be pushed to the edge.

*

Bonus: experience building developer-facing CLIs or front-end tooling that sits on top of an infrastructure product.

### What We Offer

*

Fully Remote

We hire globally. We believe you can do your best work from anywhere. There are no Supabase offices, but we provide a WeWork membership or co-working allowance you can use anywhere in the world.

*

ESOP

Every team member receives ESOP (equity ownership) in the company. We want everyone to share in the upside of what we’re building together.

*

Tech Allowance

Use this budget to set up your ideal work environment—laptop, monitor, headphones, or whatever helps you do your best work.

*

Health Benefits

Supabase covers 100% of health insurance for employees and 80% for dependents, wherever you are. Your wellbeing and your family’s health are important to us.

*

Annual Off-Sites

Once a year, the entire company gathers in a new city for a week of connection, collaboration, and fun. It’s a highlight of our year.

*

Flexible Work

We operate asynchronously and trust you to manage your own time. You know what needs to be done and when.

*

Professional Development

Every team member receives an annual education allowance to spend on learning—courses, books, conferences, or anything that supports your growth.

### About the Team

Supabase was born-remote and open-source-first. We believe our globally distributed team is our secret weapon in building tools developers love.

*

~400 team members

*

60+ countries

*

20+ languages spoken

*

Over $1B raised (including our $500M Series F)

*

540,000+ community members

We move fast, build in public, and use what we ship. If it’s in your project, we probably use it in ours too. We believe deeply in the open-source ecosystem and strive to support—not replace—existing tools and communities.

Show more

[Apply now >](https://jobicy.com/jobs/153452-edge-functions-engineer.md)

>  Annual salary information is not provided for this position. Explore salary ranges for similar roles in our [Salary Directory ›](https://jobicy.com/salaries.md)

*

![Upload CV](data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NSIgaGVpZ2h0PSI2NSIgZmlsbD0ibm9uZSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48ZyBjbGlwLXBhdGg9InVybCgjQSkiPjxwYXRoIGQ9Ik0wIDBINjVWNjVIMFYwWiIgZmlsbD0iIzAyOWFlYiIvPjxnIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIj48cGF0aCBkPSJNMzMuMDQ5IDE1LjQ1NGExLjQzIDEuNDMgMCAwIDAtMi4wOTcgMGwtNy41NzkgOC4xNDdhMS4zOCAxLjM4IDAgMCAwIC4wOSAxLjk3MyAxLjQ0IDEuNDQgMCAwIDAgMi4wMDgtLjA4OGw1LjEwOS01LjQ5MnYyMC42MWExLjQxIDEuNDEgMCAwIDAgMS40MjEgMS4zOTdjLjc4NSAwIDEuNDIxLS42MjUgMS40MjEtMS4zOTd2LTIwLjYxbDUuMTA5IDUuNDkyYTEuNDQgMS40NCAwIDAgMCAyLjAwOC4wODggMS4zOCAxLjM4IDAgMCAwIC4wOS0xLjk3M2wtNy41NzktOC4xNDZ6TTE2Ljc2OSAzOC40YzAtLjc3My0uNjItMS40LTEuMzg1LTEuNFMxNCAzNy42MjcgMTQgMzguNHYuMTAybC4yMTUgNi4yMjljLjIyMyAxLjY4LjcwMSAzLjA5NSAxLjgxMyA0LjIxOHMyLjUxIDEuNjA3IDQuMTcyIDEuODMzYzEuNi4yMTggMy42MzYuMjE4IDYuMTYuMjE4aDExLjI4bDYuMTYtLjIxOGMxLjY2Mi0uMjI2IDMuMDYxLS43MDkgNC4xNzItMS44MzNzMS41ODktMi41MzggMS44MTMtNC4yMThDNTAgNDMuMTEzIDUwIDQxLjA1NSA1MCAzOC41MDNWMzguNGMwLS43NzMtLjYyLTEuNC0xLjM4NS0xLjRzLTEuMzg1LjYyNy0xLjM4NSAxLjRsLS4xOSA1Ljk1OGMtLjE4MiAxLjM3LS41MTUgMi4wOTUtMS4wMjYgMi42MTJzLTEuMjI4Ljg1My0yLjU4MyAxLjAzOGMtMS4zOTUuMTktMy4yNDMuMTkzLTUuODkzLjE5M0gyNi40NjJjLTIuNjUgMC00LjQ5OC0uMDAzLTUuODkzLS4xOTMtMS4zNTUtLjE4NC0yLjA3Mi0uNTIxLTIuNTgzLTEuMDM4cy0uODQ0LTEuMjQyLTEuMDI2LTIuNjEyYy0uMTg3LTEuNDEtLjE5MS0zLjI3OS0uMTkxLTUuOTU4eiIvPjwvZz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJBIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDY1djY1SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+)

### Upload your resume now

To unlock remote work opportunities and be discovered by global employers.

This job listing has been manually reviewed by the Jobicy Trust & Safety Team for compliance with our posting guidelines, including verification of the company's legitimacy, accuracy of job details, clarity of remote work policy, and absence of misleading or fraudulent content.

Next step

## Apply now.

Follow the employer’s application method and review Jobicy’s safety guidance before sharing personal information.

Keep exploring

## Related remote jobs.

Matched by job category10 related opportunities[Software Engineering](https://jobicy.com/categories/engineering.md) [Browse all jobs](https://jobicy.com/jobs.md)
*
![Supabase logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2026/06/611d3bfa-221.png)
Supabase  Sep 16

### [Software Engineer – Auth](https://jobicy.com/jobs/153449-software-engineer-auth.md)

About Supabase Supabase is the Postgres development platform, built by developers for developers. We provide a complete backend solution including Database, Auth, Storage, Edge Functions, Realtime, and Vector Search. All…

*
![Appen logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2021/12/3abd71f80f2049f65dc4444a9df0ccee.png)
Appen  Sep 16

### [Forward Deployed Engineer](https://jobicy.com/jobs/153439-forward-deployed-engineer-4.md)

Role Purpose The Forward Deployed Engineer works directly with enterprise clients to design, deploy, and optimise GenAI data solutions, with full ownership of final delivered data quality. Embedded across engineering,…

*
![ecosio logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/eec17a98-221.png)
ecosio  Sep 16

### [EDI Mapping Specialist – with e-invoicing (f/m/d)](https://jobicy.com/jobs/153425-edi-mapping-specialist-with-e-invoicing-f-m-d-2.md)

Company Description ecosio is a fast-growing, innovative service company and a leading provider of B2B integration, specialising in electronic data interchange (EDI), Web EDI and e-invoicing. ecosio is part of…

*
![LivePerson logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/49f9583c-221.jpeg)
LivePerson  Sep 16

### [Principal Engineer, AI Architect](https://jobicy.com/jobs/153424-principal-engineer-ai-architect.md)

Location: USA Remote Status: Fully Remote (#LI-Remote) LivePerson (NASDAQ: LPSN) is a leader in trusted enterprise conversational AI and digital transformation. The world’s leading brands use our award-winning Conversational Cloud…

*
![ecosio logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/eec17a98-221.png)
ecosio  Sep 16

### [E-invoicing & EDI Integration Engineer (f/m/d) – with English and German/French/Italian](https://jobicy.com/jobs/153428-e-invoicing-edi-integration-engineer-f-m-d-with-english-and-german-french-italian-2.md)

Company Description ecosio is a fast-growing, innovative service company and a leading provider of B2B integration, specialising in electronic data interchange (EDI), Web EDI and e-invoicing. ecosio is part of…

*
![LivePerson logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/49f9583c-221.jpeg)
LivePerson  Sep 16

### [Senior Full Stack Software Engineer](https://jobicy.com/jobs/153432-senior-full-stack-software-engineer-2.md)

Location: Germany Remote Status: Fully Remote (#LI-Remote) LivePerson (NASDAQ: LPSN) is a leader in trusted enterprise conversational AI and digital transformation. The world’s leading brands use our award-winning Conversational Cloud…

*
![Docplanner logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/08/84f2fa86-221.png)
Docplanner  Sep 16

### [Junior Software Engineer – Early Career (Strong Problem solving & Coding Focus) – 100% Remote within Poland](https://jobicy.com/jobs/153412-junior-software-engineer-early-career-strong-problem-solving-coding-focus-100-remote-within-poland.md)

Welcome to the good side of tech 👋 You might know us as ZnanyLekarz in Poland or Doctoralia in Spain. Globally, we are Docplanner. We build technology that helps people…

*
![Enode logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2026/06/70d7b7e3-221.webp)
Enode  Sep 16

### [Senior Software Engineer (Home Energy)](https://jobicy.com/jobs/153404-senior-software-engineer-home-energy-2.md)

About Enode The grid was built for predictable, centralised power. Today it’s absorbing intermittent supply from grid scale solar and wind, alongside dynamic demand from EVs, heat pumps, and home…

*
![Goodleap logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/482c4fb7-221.png)
Goodleap  Sep 16

### [Engineering Manager, AI Transformation](https://jobicy.com/jobs/153397-engineering-manager-ai-transformation.md)

About GoodLeap: GoodLeap is a technology company delivering best-in-class financing and software products for sustainable solutions, from solar panels and batteries to energy-efficient HVAC, heat pumps, roofing, windows, and more….

*
![Tala logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2022/02/a788b3a65c0fc717303f0b5b049cc7e6.jpeg)
Tala  Sep 16

### [Senior Backend Engineer](https://jobicy.com/jobs/153399-senior-backend-engineer-8.md)

About Tala Tala is AI-native credit infrastructure for the global majority, combining proprietary risk intelligence with an expanding network of capital and distribution partners to power credit access at scale….