A simple web application that detects mobile phone brands, models, and other device information using the User-Agent string.
- Detects device brand and model
- Shows browser information
- Displays operating system details
- Modern UI with Tailwind CSS
- Ready for Cloudflare Pages deployment
To run the app locally, you can use any static file server. For example:
python -m http.server 8000
Then visit http://localhost:8000
in your browser.
- Create a new repository and push this code to it
- Log in to Cloudflare Pages
- Create a new project and connect your repository
- Use these build settings:
- Build command: (leave empty)
- Build output directory: /
- No build required as this is a static site
- HTML5
- JavaScript
- Tailwind CSS
- UA-Parser-JS for device detection