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."