A web application that analyzes websites to detect the technologies they're using. Built with Nuxt 3 and powered by the whats-that-tech package.
- Enter any URL to analyze
- Detects various technologies including:
- Frameworks
- Content Management Systems (CMS)
- Programming Languages
- Databases
- Servers
- DevOps Tools
- CI/CD Platforms
- Cloud Services
- Real-time progress tracking during analysis
- Clean and intuitive user interface
- Enter a URL in the input field
- The application will analyze the website using whats-that-tech
- Results are displayed showing all detected technologies with their categories and confidence levels
- Clone the repository:
git clone https://github.com/yourusername/whats-that-tech-demo.git
cd whats-that-tech-demo- Install dependencies:
pnpm install- Start the development server and automatically open in your browser:
pnpm dev -o- Enter any URL in the input field and click "Analyze" to detect technologies
# Start development server (without auto-opening)
pnpm dev
# Build for production
pnpm build
# Preview production build
pnpm preview- Nuxt 3
- Vue 3
- Tailwind CSS
- whats-that-tech
- TypeScript
MIT
