HomeSearchLibraryProfile
DebFlicks Beta

One place to discover, compare and play.

DebFlicks is a streaming discovery and playback interface focused on a clean source experience across web and Android.

Made for watching

Fast discovery, clear source cards and native playback controls designed for phones and large screens.

Private by design

Private application code, protected configuration and user-managed integrations. No service credentials are published here.

Beta with purpose

Providers graduate into the stable list only after movie, episode and playback checks pass.

Current beta

What is included

Web and native Android experiences
Curated source comparison with quality metadata
Trakt-powered progress and continue watching
User-configured addons and debrid services
Premium access controls and account security
Movie and television discovery powered by TMDB metadata

Integration model

interface SourceProvider {
  id: string;
  supports: ("movie" | "tv")[];
  discover(input: MediaRequest): Promise<Source[]>;
}

// Production resolvers, credentials and
// deployment configuration remain private.