Frontend implementation for StrixIndex, an AI-powered research platform that helps users explore global scientific literature and collaborate on research more effectively.
This repository contains the production UI/UX frontend of StrixIndex, designed to be modern, responsive, and user-friendly.
Frontend built with React and deployed as the official web interface of the platform.
(Live demo of the frontend — production UI)
(Add screenshots here to show UI)
Example:
StrixIndex frontend provides:
- Clean and responsive UI for research exploration
- Navigation between key features like search, summaries, and visualizations
- Interaction with backend APIs for AI-powered research tools
- Consistent layout and design with accessibility in mind
This project uses:
| Category | Technology |
|---|---|
| UI Library | React |
| Bundler | Vite |
| Styling | Custom CSS (or Tailwind, if used) |
| State Management | (e.g., Context / Redux / Zustand) |
| Deployment | (e.g., Vercel / Netlify / Custom) |
src/
├── assets/ # Images, icons, fonts
├── components/ # Reusable UI components
├── pages/ # Page components (Home, Search, Detail)
├── services/ # API services
├── App.jsx # Main application layout
├── main.jsx # Entry point
└── index.css # Global styles

