FlowEngine Portal

FlowEngine Portal

Next.jsSelf-hostedOpen source

White-label client portal for n8n agencies. Manage instances, invite clients, push workflow templates, and bill via Stripe.

This is the self-hosted version of FlowEngine Portal. You own and maintain the deployment. FlowEngine provides the hosting infrastructure. You need your own Supabase project for auth and database.

FlowEngine Portal screenshot
Environment variables
Get Supabase keys →
You must set these
NEXT_PUBLIC_SUPABASE_URLYour Supabase project URL
NEXT_PUBLIC_SUPABASE_ANON_KEYSupabase anon/public key
SUPABASE_SERVICE_ROLE_KEYSupabase service role key (secret)
SUPABASE_URLSet to same value as above
ENCRYPTION_SECRETAny random 32-char string
Optional
NEXT_PUBLIC_APP_URLSet automatically to your domain
Docker
Docker image
flowenginecloud/flowengine:latest
Requirements
Supabase project
View on GitHub