Home - FlbxCup

Welcome to FlbxCup

Your platform for managing competitions, teams, and scheduling all in one place.

{#if !user}
{/if}

Competitions

{#if user} {/if}
{#if !user}

Sign in to view available competitions

Access all competitions, teams, and match schedules by signing in to your account.

{:else} {#await data.competitions}
{#each Array(3) as _}
{/each}
{:then competitions} {#if data.competitions.length === 0}

No competitions found

{:else}
{#each competitions as competition}
{competition.name} ID: {competition.id}
{competition.teams?.length || 0} Teams

{competition.description}

{formatDate(competition.start_date)}
{competition.location}
{competition.teams?.length || 0} teams registered max
{/each}
{/if} {:catch error} {toast(error)} {/await} {/if}

Platform Features

Competition Management

Create and manage competitions with customizable settings, team limits, and scheduling options.

Team Registration

Streamline team registration with custom forms, roster management, and team communication tools.

Smart Scheduling

Automatically generate fair match schedules, manage fields, and handle complex tournament formats.