A 3D interactive visualization of different AI takeoff scenarios, from slow gradual progress to rapid intelligence explosion.
- Interactive 3D visualization of three AI takeoff scenarios:
- Slow Takeoff: Gradual improvement over decades
- Moderate Takeoff: Significant progress over years
- Fast Takeoff: Rapid intelligence explosion in days/weeks
- Sound effects for each takeoff scenario
- Responsive design for desktop and mobile
- Detailed information about each takeoff type
- Built with Next.js, React Three Fiber, and Tailwind CSS
Visit the live demo at: https://ai-takeoff-visualization.vercel.app
- Next.js - React framework
- React Three Fiber - React renderer for Three.js
- Drei - Useful helpers for React Three Fiber
- Tailwind CSS - Utility-first CSS framework
- shadcn/ui - Re-usable components built with Radix UI and Tailwind CSS
- Node.js 18.x or later
- npm or yarn
- Clone the repository:
git clone https://github.com/nulllabtests/ai-takeoff-visualization.git cd ai-takeoff-visualization
