About LLM Explorer

App Features

LLM Explorer is a Progressive Web App (PWA) designed to educate users about various Large Language Models (LLMs) currently available in the market. Our app provides comprehensive information about popular LLMs such as ChatGPT, Gemini, Claude, v0, Cursor, and Copilot.

Key Features:

  • Interactive learning interface with Canvas visualizations
  • Audio descriptions of each LLM model
  • Comprehensive information about features, use cases, and limitations
  • Responsive design that works on all devices
  • Installable as a PWA for offline use
  • Regular updates as new LLM models are released

Documentation

Installation Guide

LLM Explorer can be installed on your device as a Progressive Web App for easy access and offline use.

  1. Visit the LLM Explorer website at llm-explorer.vercel.app
  2. Click the install button in your browser's address bar (or menu)
  3. Follow the prompts to add the app to your home screen
  4. Once installed, you can use the app even without an internet connection

Data Modification

LLM Explorer uses a JSON file to store information about each LLM model. To add or modify data:

  1. Locate the llm-data.json file in the data directory
  2. Follow the existing JSON structure to add a new model or update existing information
  3. Ensure all required fields are included (id, name, creator, etc.)
  4. Add appropriate image and audio files to the public directory
  5. Update references in the JSON file to point to new assets

Technical Information

LLM Explorer is built with modern web technologies to provide a seamless experience across all devices:

Frontend Technologies:

  • Next.js (React framework)
  • Tailwind CSS
  • HTML5 Canvas API
  • Web Audio API

PWA Features:

  • Service Worker for offline functionality
  • Web App Manifest for installation
  • Responsive design for all screen sizes
  • Local caching of assets and data