Skip to content

CalloraOrg/Callora-Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Callora Frontend

Web app for the Callora API marketplace: developer dashboard, API management, and billing views.

Tech stack

  • React 18 + TypeScript
  • Vite for build and dev server
  • Minimal UI (no component library); ready to extend

What’s included

  • Dashboard placeholder (usage, vault balance)
  • APIs section (publish/manage APIs and pricing)
  • Billing section (USDC deposit, settlements)
  • Dev proxy to backend at http://localhost:3000 for /api

Local setup

  1. Prerequisites: Node.js 18+

  2. Install and run:

    cd callora-frontend
    npm install
    npm run dev
  3. Open http://localhost:5173.

Scripts

Command Description
npm run dev Start dev server (port 5173)
npm run build TypeScript check + production build
npm run preview Serve production build locally

Project layout

callora-frontend/
├── src/
│   ├── App.tsx       # Main app and tabs
│   ├── main.tsx      # Entry
│   ├── index.css     # Global styles
│   └── vite-env.d.ts
├── index.html
├── package.json
├── tsconfig.json
└── vite.config.ts

This repo is part of Callora. Backend and contracts live in separate repos: callora-backend, callora-contracts.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors