MetaPhase Hackathon 2025: Through The Wall
A mission-focused platform delivering radical efficiency, accelerated innovation, and uncompromising delivery for federal agencies and mission-critical operations.
JuliusAI is designed to serve federal agencies and mission-critical operations with cutting-edge AI capabilities while maintaining the highest standards of security, compliance, and operational excellence. Built for the MetaPhase Hackathon 2025 with the theme "Through The Wall," this platform breaks through barriers to deliver mission-critical solutions.
- Frontend: React 18 with TypeScript
- Build Tool: Vite
- Styling: Tailwind CSS
- Routing: React Router DOM
- Icons: Lucide React
- Testing: Vitest with React Testing Library
- Coverage: v8 provider with 80%+ thresholds
- Linting: ESLint with TypeScript support
- Node.js (version 18 or higher)
- npm package manager
- MetaPhase Enterprise ChatGPT account (required for development)
- Codex access (web and CLI)
- IDE (optional but recommended): VS Code or Cursor
For detailed setup instructions, see HACKATHON.md
-
Clone the repository:
git clone <repository-url> cd juliusai
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:5173
npm run dev- Start development servernpm run build- Build for productionnpm run preview- Preview production buildnpm run lint- Run ESLintnpm run typecheck- Run TypeScript type checkingnpm run test- Run tests in watch modenpm run test:run- Run tests oncenpm run test:coverage- Run tests with coverage reportnpm run test:ui- Open test UI interface
src/
├── components/ # Reusable UI components
│ ├── Header.tsx # Navigation header
│ ├── Footer.tsx # Site footer
│ └── Layout.tsx # Main layout wrapper
├── pages/ # Page components
│ ├── Home.tsx # Landing page
│ ├── About.tsx # About page
│ ├── Mission.tsx # Mission page
│ └── Technology.tsx # Technology page
├── App.tsx # Main app component
├── main.tsx # Application entry point
└── index.css # Global styles
- CHALLENGE.md - Complete challenge requirements and specifications
- CONTRIBUTING.md - Contribution guidelines
- HACKATHON.md - Hackathon-specific information
- AGENTS.md - AI agent documentation
- docs/ - Presentation materials and templates
- docs/README.md - Documentation overview
- MetaPhase Hackathon 2025.pptx - Official hackathon presentation
- Hackathon Presentation Template.pptx - Team presentation template
- data/ - Fruit import data and API documentation
- data/README.md - Data sources and API integration guide
- HTS fruit data in JSON, CSV, and Excel formats
- USITC API documentation and user guide
This project is part of the MetaPhase Hackathon 2025.