A comprehensive genomic analysis platform featuring AI-powered pathology assistance, tumor board collaboration, and pharmacogenomic insights for precision medicine.
- Patient Management: Complete patient dashboard with case overview, medical history, and biomarkers
- VCF Analysis: Real-time pharmacogenomic analysis using PharmCAT integration
- Medical Imaging: Interactive image gallery with MRI and histopathology visualization
- Tumor Board: Collaborative workspace with multi-agent AI specialists
- Report Generation: Comprehensive PDF reports for patients and tumor board minutes
- Clinical Trials: Integration with ClinicalTrials.gov for personalized trial matching
- Node.js 18+
- pnpm (recommended) or npm
-
Clone and Install
git clone <your-repo> cd genomics-5y pnpm install
-
Build and Test Locally
pnpm build pnpm start
-
Deploy to Vercel
vercel --prod
Set these in your Vercel dashboard:
# Optional: PharmCAT JAR path (if using custom installation)
PHARMCAT_JAR_PATH=/path/to/pharmcat.jar
# Production optimizations
NODE_ENV=production
NEXT_PUBLIC_APP_ENV=productionThe app is pre-configured for Vercel deployment with:
next.config.mjsoptimized for static builds- Image optimization disabled for better compatibility
- TypeScript and ESLint errors ignored during build (development focus)
- Frontend: Next.js 15, React 19, TypeScript
- Styling: Tailwind CSS, Radix UI components
- State Management: Zustand
- PDF Generation: jsPDF
- File Processing: Node.js filesystem APIs
- Deployment: Vercel (recommended)
VCFAnalysisTab: Handles genomic file upload and analysisTumorBoardWorkspace: Multi-agent AI collaboration interfacePatientDashboard: Complete patient information managementImagesTab: Medical imaging with interactive annotationsPDF Generator: Patient reports and tumor board minutes
- Error boundaries for graceful error handling
- Input validation and file size limits
- Loading states and user feedback
- Responsive design for all screen sizes
- SEO optimization and metadata
- Professional bot avatars for AI specialists
# Start development server
pnpm dev
# Run tests
pnpm test
# Type checking
pnpm buildFor technical support or questions about deployment, please refer to the documentation or create an issue.
Built with ❤️ for precision medicine and genomic research. Design
Automatically synced with your v0.dev deployments
This repository will stay in sync with your deployed chats on v0.dev. Any changes you make to your deployed app will be automatically pushed to this repository from v0.dev.
Your project is live at:
https://vercel.com/idhubal000-gmailcoms-projects/v0-nila-genomics-design
Continue building your app on:
https://v0.dev/chat/projects/8FgDjeFRn3S
- Create and modify your project using v0.dev
- Deploy your chats from the v0 interface
- Changes are automatically pushed to this repository
- Vercel deploys the latest version from this repository