MotivdMotivd
AboutCase studiesDocs
PricingSecurity
Back to Overview

Edge functions

Configure functions executed in your app.

Serverless and edge functions let you run backend logic without managing servers. Your Motivd app can use Supabase Edge Functions (Deno) and Vercel serverless/edge routes (Node.js).

  • Supabase Edge Functions run on Deno at the edge. Use them for webhooks, custom APIs, or server-side logic that needs direct database access. Deploy via Supabase CLI.
  • Vercel runs your Next.js API routes and server actions. Use route handlers and server components for serverless logic; Vercel also supports Edge Middleware and Edge Config.

Related connectors

Supabase

PostgreSQL database, auth, and realtime. Your app gets tables, RLS, and APIs generated and wired from the builder.

View connector

Vercel

Deploy Next.js to the edge. Connect your repo and we guide you to deploy with previews and custom domains.

View connector

Netlify

Deploy static sites and serverless functions. Git-based deploys, edge functions, and form handling.

View connector

Cloudflare Pages

JAMstack and full-stack apps on the edge. Global CDN, Workers, and D1 for fast deployments.

View connector

Railway

Deploy from GitHub with one click. Databases, cron jobs, and serverless. Simple pricing and scaling.

View connector

Render

Managed backends, static sites, and cron jobs. Auto-deploy from Git with free SSL and global CDN.

View connector

Fly.io

Run apps close to users on lightweight VMs. Docker-based deploys, private networking, and Postgres sidecars.

View connector

DigitalOcean

App Platform, Droplets, and managed databases. Simple UX for deploying APIs, workers, and static frontends.

View connector

Heroku

Managed containers and add-ons from Git push. Simple path from prototype to production with Postgres, Redis, and worker dynos—still a solid choice for small teams and MVPs.

View connector