2023-10-27 15:12:14 +09:00
2023-10-24 18:32:11 -05:00
2023-10-24 15:29:35 -05:00
2023-10-27 15:12:14 +09:00
2023-10-24 15:29:35 -05:00
2023-10-24 18:32:11 -05:00
2023-10-24 15:29:35 -05:00
2023-10-26 22:43:11 -05:00

Codex Frontend

A frontend for codex made with Flutter.

Features

  • Upload file
  • View file Uploaded
  • Download file
  • Download with correct file name and extension
  • Persist the state (save recent upload list)
  • Upload multiple files at once
  • Settings for the connection
  • Dockerize frontend
  • Show status of locally running codex node
  • Upload to codex nodes

Planned Features

  • Add support for marketplace endpoints
  • Show status of connection to codex peers

How To Run It

git clone https://github.com/Kayvon-Martinez/codex-frontend
cd codex-frontend
docker build -f Dockerfile.api -t codex-frontend-api .
docker build -f Dockerfile.client -t codex-frontend-client .
docker compose up

Go to localhost:3000

Screenshots

Data page: Upload Data page: Upload (with uploads) Data page: Download

Description
Codex Marketplace frontend
Readme
Languages
TypeScript 95.4%
HTML 2.4%
Dockerfile 0.9%
CSS 0.9%
Batchfile 0.4%