/Knowledge/sources/honojs__hono/llms-full/supabase-edge-functions-hello-world--f299d5182081.md
Supabase Edge Functions: Hello World - hono-docs
Supabase Edge Functions: Hello World Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.txt 2 hello world Sum...
Supabase Edge Functions: Hello World
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#2-hello-world
Summary
Edit the hello-world function by modifying the file supabase/functions/hello-world/index.ts: ```ts import { Hono } from 'jsr:@hono/hono' // change this to your function name const functionName = 'hello-world' const app = new Hono().b...
Content
Edit the hello-world function by modifying the file supabase/functions/hello-world/index.ts:
import { Hono } from 'jsr:@hono/hono'
// change this to your function name
const functionName = 'hello-world'
const app = new Hono().basePath(`/${functionName}`)
app.get('/hello', (c) => c.text('Hello from hono-server!'))
Deno.serve(app.fetch)
Metadata
{
"chunk_index": 0,
"citation": "https://hono.dev/llms-full.txt#2-hello-world",
"coverage_role": "overview",
"qualified_title": "Hono / llms-full / Supabase Edge Functions > 2. Hello World",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 375,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "Supabase Edge Functions: Hello World",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}