Made for watching
Fast discovery, clear source cards and native playback controls designed for phones and large screens.
DebFlicks is a streaming discovery and playback interface focused on a clean source experience across web and Android.
Fast discovery, clear source cards and native playback controls designed for phones and large screens.
Private application code, protected configuration and user-managed integrations. No service credentials are published here.
Providers graduate into the stable list only after movie, episode and playback checks pass.
Current beta
Integration model
interface SourceProvider {
id: string;
supports: ("movie" | "tv")[];
discover(input: MediaRequest): Promise<Source[]>;
}
// Production resolvers, credentials and
// deployment configuration remain private.