LAMBDA - Analyzes Microorganisms' Biological Damage in Anomalous conditions
A modern web interface for the LAMBDA CubeSat mission developed by Team COREX from Universidad Tecnológica Nacional, Facultad Regional Córdoba for the CubeSat Competition 2025.
LAMBDA is a groundbreaking CubeSat mission that combines aerospace engineering with biomedical research, studying the viability of Giardia Lamblia cells under extreme launch conditions and space environment.
- Primary: Environmental monitoring (pressure, temperature, acceleration, rotation)
- Secondary: Biological research on Giardia Lamblia cellular adaptation mechanisms
- Framework: Next.js 15.2.4 with App Router
- Language: TypeScript 5
- Styling: Tailwind CSS + shadcn/ui components
- UI Components: Radix UI primitives
- Icons: Lucide React
- Fonts: JetBrains Mono (space theme)
web/
├── app/ # Next.js App Router
│ ├── globals.css # Global CSS styles
│ ├── layout.tsx # Root layout component
│ └── page.tsx # Main homepage
├── components/ # React components
│ └── ui/ # shadcn/ui component library
│ ├── badge.tsx
│ ├── button.tsx
│ ├── card.tsx
│ ├── carousel.tsx
│ ├── sidebar.tsx
│ ├── tabs.tsx
│ └── ... # Other UI components
├── styles/ # Additional stylesheets
│ └── globals.css # Tailwind base styles
├── hooks/ # Custom React hooks
├── lib/ # Utility functions
├── package.json # Project dependencies
├── tailwind.config.ts # Tailwind configuration
├── tsconfig.json # TypeScript configuration
├── next.config.mjs # Next.js configuration
├── components.json # shadcn/ui configuration
└── README.md # This file
- Node.js 18+
- npm or yarn package manager
-
Clone the repository
git clone https://github.com/Team-COREX/cubesat-web.git cd cubesat-web/web -
Install dependencies
npm install # or yarn install -
Run development server
npm run dev # or yarn dev -
Open in browser
http://localhost:3000
npm run dev # Start development server
npm run build # Build for production
npm run start # Start production server
npm run lint # Run ESLintThis project uses a custom design system built on:
- Color Palette: Cyan/blue space theme with dark slate backgrounds
- Typography: JetBrains Mono for that technical/space feel
- Components: shadcn/ui for consistent, accessible UI components
- Animations: Tailwind CSS animations for smooth interactions
- HUD-style header with real-time mission status
- Animated background grid pattern
- Gradient text effects for mission branding
- Card-based layout for information organization
- Responsive design for all device sizes
- Jimena Sofía Adragna - Software Development & Cybersecurity
- Luciano Tomás Cortesini Pérez - Project Manager & Mechanical Design
- Ignacio Gil - PCB Design & Electronics
- Matías Adolfo Koroch - AI & Data Analysis
- Dana Carolina Montesinos - Computational Physics
- Franco Palombo - Embedded Systems & Hardware
- Angelo Prieto - Embedded Systems & Documentation
This mission is developed in collaboration with:
- INIMEC-CONICET-UNC - Biological research expertise
- UTN Córdoba - Aerospace engineering and systems development
- July 2025: Preliminary Design Review ✅
- August 2025: Critical Design Review
- September 2025: Hardware Integration
- October 2025: Final Testing Phase
- November 2025: Launch Window
This project is part of the CubeSat Competition 2025 and is open source.
This is an educational project for the CubeSat Competition 2025. For questions or collaboration inquiries, please contact Team COREX through our GitHub organization.
- Running on: web
- GitHub Organization: Team-COREX
- Institution: Universidad Tecnológica Nacional - Facultad Regional Córdoba
- Competition: CubeSat Competition 2025
"Exploring the intersection of aerospace engineering and biological research, one cell at a time."