Medstra is a Next.js application designed to revolutionize the medical assessment process through artificial intelligence. It provides a seamless and efficient platform for insurance underwriting, ensuring accuracy and compliance with healthcare standards. Built by team Astella π
Medstra.-.Demo.Video.mp4
- AI-Powered Assessments π€: Utilize advanced AI algorithms for accurate medical evaluations
- User Authentication π: Secure user authentication with Clerk
- Responsive Design π±: Fully responsive layout for both desktop and mobile users
- Data Privacy π‘οΈ: Compliance with HIPAA regulations to ensure user data security
- Interactive AI Avatar π: Powered by Heygen for realistic medical consultations
- Multi-language Support π: Available in multiple languages
-
Frontend:
- Next.js 15 π
- TypeScript π·
- Tailwind CSS π¨
- Framer Motion π¬
- Shadcn/ui π―
-
Backend & AI:
- OpenAI GPT-4 π§
- Heygen AI Avatar API π
- Clerk Authentication π
- Solana Blockchain βοΈ
- IPFS/Pinata π¦
-
Development:
- Bun π₯
- Turbopack β‘
- ESLint π§Ή
- TypeScript π
Make sure you have Bun installed (version 1.0 or later)
-
Clone the repository:
git clone https://github.com/yourusername/medstra.git cd medstra
-
Install the dependencies:
bun install
bun run dev
Open http://localhost:3000 in your browser to see the application in action.
src/
βββ app/ # Next.js application files
βββ components/ # Reusable UI components
βββ lib/ # Utility functions and libraries
βββ animations/ # Lottie animations
βββ api/ # API routes for server-side logic
βββ styles/ # Global styles and Tailwind CSS configuration
Contributions are welcome! Please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature/YourFeature
) - Make your changes and commit them (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin feature/YourFeature
) - Open a pull request
This project is private and proprietary. Β© 2024 Team Astella. All rights reserved.
- Thanks to Heygen for providing the AI Avatar technology
- Special thanks to the Next.js community
- Built with β€οΈ by Team Astella