nodeboot-starter-supabase

Installation
SKILL.md

@nodeboot/starter-supabase

Use this starter when the app should create one Supabase client from config and inject it anywhere. The starter reads integrations.supabase, chooses serviceRoleKey or anonKey, and builds the client with the configured auth/database options.

Enable

@EnableDI(Container)
@EnableSupabase()
@EnableComponentScan()
@NodeBootApplication()
export class MyApp implements NodeBootApp {
    start(): Promise<void> {
        return NodeBoot.run(ExpressServer);
    }
}

Key config

Installs
1
GitHub Stars
10
First Seen
Aug 11, 2026
nodeboot-starter-supabase — nodejs-boot/node-boot