MCPcopy Index your code
hub / github.com/bitaxeorg/bitaxe-web-flasher

github.com/bitaxeorg/bitaxe-web-flasher @v1.0.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0.2 ↗ · + Follow
35 symbols 81 edges 22 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Bitaxe Web Flasher

The Bitaxe Web Flasher is the open source tool that provides you an easy solution to flash a factory file to your device.

Flashing process

Simply connect your device, select the model and board version and click on flash.

Development / Run locally

You can use Docker for compiling the application and to run it locally by

# build the image
docker build . -f Dockerfile -t bitaxe-web-flasher

# run the container
docker run --rm -d -p 3000:3000 bitaxe-web-flasher

and access it by http://localhost:3000

Extension points exported contracts — how you extend this code

Navigator (Interface)
(no doc)
src/types.d.ts
I18nProviderProps (Interface)
(no doc)
src/components/I18nProvider.tsx
HeaderProps (Interface)
(no doc)
src/components/Header.tsx
FirmwareRelease (Interface)
(no doc)
src/components/LandingHero.tsx
InstructionPanelProps (Interface)
(no doc)
src/components/InstructionPanel.tsx
ButtonProps (Interface)
(no doc)
src/components/ui/button.tsx

Core symbols most depended-on inside this repo

cn
called by 7
src/lib/utils.ts
stopSerialLogging
called by 2
src/components/LandingHero.tsx
getCurrentLanguageLabel
called by 2
src/components/LanguageSelector.tsx
fetchReleases
called by 1
src/components/LandingHero.tsx
updateFirmwareOptions
called by 1
src/components/LandingHero.tsx
BoardVersionSelector
called by 0
src/components/Selector.tsx
I18nProvider
called by 0
src/components/I18nProvider.tsx
Features
called by 0
src/components/Features.tsx

Shape

Function 29
Interface 6

Languages

TypeScript100%

Modules by API surface

src/components/LandingHero.tsx14 symbols
src/components/LanguageSelector.tsx3 symbols
src/components/InstructionPanel.tsx2 symbols
src/components/I18nProvider.tsx2 symbols
src/components/Header.tsx2 symbols
src/components/Features.tsx2 symbols
src/types.d.ts1 symbols
src/lib/utils.ts1 symbols
src/components/ui/button.tsx1 symbols
src/components/ThemeToggle.tsx1 symbols
src/components/Selector.tsx1 symbols
src/components/LinksBar.tsx1 symbols

For agents

$ claude mcp add bitaxe-web-flasher \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact