whatisgithub

What is fc26-career-tools?

kizikafuka/fc26-career-tools — explained in plain English

Analysis updated 2026-05-18

0JavaScriptAudience · generalComplexity · 3/5Setup · moderate

In one sentence

A personal web dashboard that visualizes your EA FC 26 Career Mode squad data, exported through FIFA Live Editor.

Mindmap

mindmap
  root((fc26-career-tools))
    What it does
      Squad analytics dashboard
      Player cards and compare
      Contract tracking
      Squad depth planner
    Tech stack
      React
      Vite
      Tailwind CSS
      Lua export script
    Use cases
      Analyze Career Mode squad
      Compare two players
      Plan formation depth
    Audience
      Gamers
      Vibe coders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Analyze your EA FC 26 Career Mode squad with searchable tables and filters.

USE CASE 2

Track which young players are developing and which veterans need replacing.

USE CASE 3

Compare two players side by side using detailed attribute breakdowns.

USE CASE 4

Plan squad depth and formations with a drag and drop pitch view.

What is it built with?

ReactViteTailwind CSSRechartsLua

How does it compare?

kizikafuka/fc26-career-toolsabhay-pratapsingh-ctrl/chaptrabhishek-akkal/finova
Stars000
LanguageJavaScriptJavaScriptJavaScript
Setup difficultymoderatehardeasy
Complexity3/55/51/5
Audiencegeneraldeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires FIFA Live Editor with its Lua API v2 to export the squad CSV, will not work with Cheat Engine.

No license information is provided in the README.

So what is it?

FC26 Career Tools is a personal web dashboard built to analyze squad data from EA FC 26's Career Mode, the football management side of the game. It works alongside a separate tool called FIFA Live Editor: you export your squad using a Lua script included in this repository, then upload the resulting spreadsheet file into the dashboard to see it visualized. Once a squad file is uploaded, the dashboard offers several views. An overview tab shows a full searchable table of every player with filters for position and preferred foot, sortable columns, and contract status. A development tab tracks growth potential, highlights prospects under 25 years old, and flags veteran players. A player profile tab shows an individual player as a stylized card with detailed attribute bars, and a compare tab places two players side by side for a full attribute breakdown. A contracts tab organizes players by how urgently their contract needs attention, and a squad depth tab shows a visual pitch across seven formation options with drag and drop player assignment. The project is built with React and Vite for the interface, styled using Tailwind CSS and DaisyUI, with charts handled by Recharts and drag and drop handled by the dnd-kit library, and it is hosted on Vercel. Getting the Lua export script working requires FIFA Live Editor specifically, using its version 2 Lua API, and the README notes it will not work with Cheat Engine based tools instead. The README describes this as a personal project meant for individual Career Mode saves rather than something built for wide public use, and notes it was built entirely with AI assistance. A roadmap lists planned features not yet built, including season stats, match results, transfer history, and a youth academy tracker.

Copy-paste prompts

Prompt 1
Walk me through exporting my FC 26 squad using the Lua script and FIFA Live Editor.
Prompt 2
Explain how the squad depth tab auto-assigns players by overall rating.
Prompt 3
Help me set up this dashboard locally with npm install and npm run dev.
Prompt 4
Show me how the contract urgency tab decides which players to flag.

Frequently asked questions

What is fc26-career-tools?

A personal web dashboard that visualizes your EA FC 26 Career Mode squad data, exported through FIFA Live Editor.

What language is fc26-career-tools written in?

Mainly JavaScript. The stack also includes React, Vite, Tailwind CSS.

What license does fc26-career-tools use?

No license information is provided in the README.

How hard is fc26-career-tools to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is fc26-career-tools for?

Mainly general.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.