This is the official website for Shaithilyog, built with React, TypeScript, and Vite.
Use your preferred IDE
Clone this repository and start making changes locally.
The only requirement is having Node.js & npm installed - install with nvm
Follow these steps:
Shaithilyog is a pioneering healthcare technology organization dedicated to revolutionizing medical research, diagnostics, and treatment through cutting-edge innovation. Our multidisciplinary approach combines biotechnology, artificial intelligence, and molecular medicine to address some of the most challenging health issues of our time.
To bridge the gap between advanced scientific research and practical healthcare solutions, making innovative medical technologies accessible to improve global health outcomes.
- Medical Research & Development: Pioneering breakthrough technologies in healthcare
- Biotechnology Innovation: Developing next-generation molecular and cellular therapies
- Digital Health Solutions: Creating AI-powered diagnostic and treatment platforms
- Technology Transfer: Translating research into real-world medical applications
This repository contains the source code for our official website, showcasing our research, innovations, and organizational mission.
Live Site: https://siddhant-rajhans.github.io/SHAITHILYOG/
- ⚡ React 18 - Modern UI framework
- 🎨 TypeScript - Type-safe development
- ⚡ Vite - Fast build tool and dev server
- 🎨 Tailwind CSS - Utility-first styling
- 🧩 Radix UI - Accessible component library
- 📱 Responsive Design - Mobile-first approach
- 🚀 Optimized performance
- ♿ Accessibility compliant
- 📱 Mobile responsive
- 🌙 Modern design system
- 🔍 SEO optimized
- Node.js 18+
- npm or yarn
- Git
# Clone the repository
git clone https://github.com/siddhant-rajhans/SHAITHILYOG.git
# Navigate to project directory
cd SHAITHILYOG
# Install dependencies
npm install
# Start development server
npm run devnpm run dev # Start development server
npm run build # Build for production (auto-detects deployment type)
npm run build:custom-domain # Build for custom domain (base path: /)
npm run build:github # Build for GitHub Pages subdirectory (base path: /SHAITHILYOG/)
npm run preview # Preview production build
npm run lint # Run code linting
npm run deploy:custom-domain # Deploy to custom domain
npm run deploy:github # Deploy to GitHub Pages subdirectorysrc/
├── components/ # Reusable UI components
│ ├── layout/ # Layout components
│ ├── sections/ # Page sections
│ └── ui/ # Base UI components
├── pages/ # Application pages
├── lib/ # Utility functions
└── assets/ # Static assets
The website supports both custom domain and GitHub Pages subdirectory deployment.
For custom domains, the site is configured to serve from root path (/):
# Manual deployment to custom domain
npm run deploy:custom-domainGitHub Actions: The workflow is currently set for custom domain deployment.
For username.github.io/repository-name URLs:
# Manual deployment to GitHub Pages subdirectory
npm run deploy:githubTo switch to subdirectory deployment: Edit .github/workflows/deploy.yml and change the build command to npm run build:github.
- Automatic: Push to
mainbranch triggers deployment - Manual: Run
npm run deployfor manual deployment - Live URL: Updates automatically at the GitHub Pages URL
- Research Partnerships: Collaborate on breakthrough medical research
- Technology Transfer: License our innovations
- Investment Opportunities: Join us in advancing healthcare
- Academic Collaboration: Partner with our research initiatives
- 🌐 Website: Official Shaithilyog Website
- 📧 Contact: Reach out through our website contact form
- 💼 Professional Inquiries: Business partnerships and collaborations
This website and its content represent Shaithilyog's intellectual property. For usage rights, partnerships, or licensing inquiries, please contact us through official channels.
- Research Publications (Coming Soon)
- Technology Portfolio (Coming Soon)
- Partnership Opportunities (Coming Soon)
- Career Opportunities (Coming Soon)
Possible Status Values for log x status table: pending (default) - User just signed up, waiting for review/approval approved - User has been selected for beta testing invited - Beta invite has been sent to the user active - User is actively participating in beta testing completed - User has finished beta testing declined - User was not selected or declined participation inactive - User stopped participating
Shaithilyog - Innovating Healthcare for Tomorrow
© 2025 Shaithilyog. All rights reserved.
Edit a file directly in GitHub
- Navigate to the desired file(s).
- Click the "Edit" button (pencil icon) at the top right of the file view.
- Make your changes and commit the changes.
Use GitHub Codespaces
- Navigate to the main page of your repository.
- Click on the "Code" button (green button) near the top right.
- Select the "Codespaces" tab.
- Click on "New codespace" to launch a new Codespace environment.
- Edit files directly within the Codespace and commit and push your changes once you're done.
This project is built with:
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS
You can deploy this project to various hosting platforms like Vercel, Netlify, or GitHub Pages.
For Vercel:
- Connect your GitHub repository to Vercel
- Configure the build settings (should auto-detect)
- Deploy
Yes, most hosting platforms support custom domains. Check your hosting provider's documentation for specific instructions on domain configuration.