A dynamic, interactive visualization tool for tracking and evaluating AI technologies. This project helps teams and organizations make informed decisions about which AI technologies to adopt, trial, assess, or hold.
- 📊 Interactive radar visualization
- 🎯 Quadrant-based technology categorization
- 💫 Dynamic ring placement based on community votes
- 🌓 Dark/light mode support
- 👥 User authentication
- 🗳️ Voting system
- ✨ Real-time updates
- 🎨 Beautiful animations and transitions
- React - UI framework
- TypeScript - Type-safe JavaScript
- Tailwind CSS - Utility-first CSS framework
- Vite - Build tool and dev server
- Lucide React - Beautiful, customizable icons
- Supabase - Backend as a Service
- PostgreSQL database
- Real-time subscriptions
- Row Level Security (RLS)
- Built-in authentication
@supabase/supabase-js
- Supabase clientcanvas-confetti
- Celebration effectslucide-react
- Icon components
src/
├── components/ # React components
│ ├── AddTechForm # Form for adding new technologies
│ ├── TechRadar # Main radar visualization
│ └── VotingDialog # Voting interface
├── data/ # Data management
│ ├── techData.ts # Tech items interface and utilities
│ └── data.json # Initial seed data
├── lib/ # Shared utilities
│ └── supabase.ts # Supabase client and auth helpers
└── App.tsx # Main application component
The radar organizes technologies across two dimensions:
- Hold - Proceed with caution
- Assess - Worth exploring with small efforts
- Trial - Worth pursuing for specific use cases
- Adopt - Proven and mature for enterprise use
- Models
- IDEs
- Translation
- (supports custom categories)
- Clone the repository
- Install dependencies:
npm install
- Set up environment variables:
VITE_SUPABASE_URL=your_supabase_url VITE_SUPABASE_ANON_KEY=your_supabase_anon_key
- Start the development server:
npm run dev
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a new Pull Request
MIT License - feel free to use this project for your own purposes.