system-prompts-and-models-o.../README.md
Claude 9d5ee88ea3
feat: Add modern Next.js 15 web interface with React 19
This commit adds a complete, production-ready web application for browsing
and exploring AI tool system prompts. The interface provides an intuitive,
responsive, and feature-rich experience for discovering AI tools.

## Web Application Features

**Core Functionality:**
- 🔍 Advanced search with real-time filtering
- 📊 Interactive statistics dashboard with visualizations
- 🔄 Side-by-side comparison of up to 4 tools
-  Favorites system with local persistence
- 📱 Fully responsive mobile-first design
- 🎨 Dark/light mode with system preference detection
-  Optimized performance with Next.js Server Components

**Pages:**
- Home: Hero section, features showcase, featured tools
- Browse: Advanced filtering, grid/list views, category filters
- Stats: Comprehensive analytics and visualizations
- Compare: Side-by-side tool comparison
- Tool Detail: In-depth tool information
- About: Project information and tech stack

**Components:**
- Responsive navbar with mobile menu
- Tool cards with interactive actions
- Reusable UI components (Button, Card, Badge, Input)
- Footer with quick links and stats
- Theme provider for dark mode
- Loading and error states

## Technical Stack

**Framework & Libraries:**
- Next.js 15 with App Router
- React 19.0 with Server Components
- TypeScript 5.6 for type safety
- Tailwind CSS for styling
- Zustand for state management
- next-themes for theme switching
- Lucide React for icons

**Features:**
- Server-side rendering (SSR)
- Static site generation (SSG) for tool pages
- Optimized bundle with automatic code splitting
- SEO-friendly with metadata API
- Accessibility best practices

## Project Structure

web/
├── app/                   # Next.js pages
├── components/            # React components
├── lib/                   # Utilities and data
├── data/                  # Static data (index.json)
├── setup.sh              # Setup script
└── README.md             # Documentation

## Developer Experience

- TypeScript for type safety
- ESLint for code quality
- Hot module replacement
- Fast refresh
- Comprehensive documentation
- Setup script for quick start

## Updated Documentation

- Enhanced main README with web interface section
- Created comprehensive web/README.md
- Updated roadmap to mark completed features
- Added Quick Start guide for web app

## Stats

- 33 new files created
- ~3,500 lines of TypeScript/TSX
- Full responsive design (mobile, tablet, desktop)
- Production-ready with build optimizations

Users can now explore 32+ AI tools through an intuitive web interface
instead of just command-line tools.

Version: 2.0.0
2025-11-15 02:20:46 +00:00

11 KiB

System Prompts and Models of AI Tools


Special thanks to

Latitude Logo


LeaksLab Discord

Join the Conversation: New system instructions are released on Discord before they appear in this repository. Get early access and discuss them in real time.

x1xhlol%2Fsystem-prompts-and-models-of-ai-tools | Trendshift

📜 Over 25,000+ lines of insights into 32+ AI coding tools and their system prompts.

Star to follow updates

Build Status Ask DeepWiki


❤️ Support the Project

If you find this collection valuable and appreciate the effort involved in obtaining and sharing these insights, please consider supporting the project. Your contribution helps keep this resource updated and allows for further exploration.

You can show your support via:

🙏 Thank you for your support!


Sponsors

Support the Future of AI Development

Sponsor the most comprehensive collection of AI system prompts and reach thousands of developers building the next generation of AI applications.

Get Started


📑 Table of Contents


🚀 Quick Start

🌐 Web Interface (NEW!)

The easiest way to explore AI prompts is through our modern web interface:

cd web
./setup.sh
npm run dev

Visit http://localhost:3000 to explore:

  • 🔍 Advanced search and filtering
  • 📊 Statistics dashboard with visualizations
  • 🔄 Compare tools side-by-side
  • 📱 Fully responsive mobile-friendly design
  • 🎨 Dark mode support

See web/README.md for full documentation.

📟 Command Line Tools

For developers who prefer the terminal:

# Generate metadata index
python scripts/generate_metadata.py

# Search by category
python scripts/search.py --category "Code Assistant"

# Search by company
python scripts/search.py --company "Anthropic"

# View statistics
python scripts/analyze.py

# Validate repository
python scripts/validate.py

What's Included

Each tool directory contains:

  • System prompts - The core instructions that guide AI behavior
  • Tool definitions - JSON schemas for function calling and tool use
  • Documentation - READMEs explaining the tool and its features

📂 Available Tools

🏢 IDEs & Code Editors

AI-powered development environments with integrated assistants

🤖 Autonomous AI Agents

Tools that can independently execute complex coding tasks

  • Devin - Autonomous AI software engineer
  • Emergent - AI coding agent
  • Manus - Agent with loop and modules
  • Poke - Multi-part agent system
  • Trae - Builder and chat modes
  • Traycer AI - Multi-mode agent (Phase, Plan)

💻 Code Assistants

AI helpers for code completion, generation, and analysis

🌐 Web & App Builders

AI tools for building full applications and UIs

  • v0 - Vercel's AI UI generation
  • Lovable - AI-powered app builder
  • Leap.new - AI web application builder
  • Bolt - Full-stack web development

🏭 Cloud Platforms

Integrated development platforms with AI

  • Replit - Cloud IDE with AI agent
  • Amp - AI coding platform

🖥️ Terminal & CLI

Command-line AI assistants

🧠 Foundation Models

Core AI model prompts from major providers

📝 Document & Knowledge

AI assistants for documentation and knowledge work

🌟 Open Source Collection

Community-built and transparent AI tools

  • Cline - Autonomous VSCode agent
  • RooCode - Comprehensive assistant
  • Lumo - Lightweight coding AI
  • Bolt - Full-stack web tool

🔍 Search & Discovery

Using Search Tools

Search by category:

python scripts/search.py --category "Code Assistant"

Find tools by company:

python scripts/search.py --company "Anthropic"

Search for specific models:

python scripts/search.py --model "gpt-5"

Full-text search:

python scripts/search.py --text "agent"

Detailed view:

python scripts/search.py --category "IDE" --verbose

Analysis & Statistics

Generate comprehensive statistics:

python scripts/analyze.py

Validate repository structure:

python scripts/validate.py

Quick Reference

List all categories:

python scripts/search.py --list-categories

List all companies:

python scripts/search.py --list-companies

🛠 Roadmap & Feedback

What's New in v2.0 🎉

🌐 Modern Web Interface:

  • Next.js 15 + React 19 web application
  • 🔍 Advanced search with real-time filtering
  • 📊 Interactive statistics dashboard
  • 🔄 Side-by-side comparison of up to 4 tools
  • 📱 Fully responsive mobile design
  • 🎨 Dark mode with theme persistence
  • Lightning fast with Server Components

📁 Repository Enhancements:

  • 📚 Better Documentation: Individual READMEs for key tools
  • 🗂️ Organized by Category: Browse by IDE, Agent, Assistant, etc.
  • Validation: Automated quality checks
  • 📊 Analysis Tools: Generate statistics and comparisons

🛠️ Developer Tools:

  • generate_metadata.py - Create searchable index
  • validate.py - Check repository quality
  • search.py - Search and filter tools
  • analyze.py - Generate statistics

See CHANGELOG.md for full details.

Future Roadmap

  • Web interface for browsing prompts COMPLETED
  • Prompt comparison and diff tools COMPLETED
  • Community ratings and reviews
  • API for programmatic access
  • More individual tool READMEs
  • Automated version tracking

Open an issue for feature requests or bug reports.

Latest Update: 15/11/2025


🔗 Connect With Me


🛡️ Security Notice for AI Startups

⚠️ Warning: If you're an AI startup, make sure your data is secure. Exposed prompts or AI models can easily become a target for hackers.

🔐 Important: Interested in securing your AI systems?
Check out ZeroLeaks, a service designed to help startups identify and secure leaks in system instructions, internal tools, and model configurations. Get a free AI security audit to ensure your AI is protected from vulnerabilities.

The company is mine, this is NOT a 3rd party AD.


📊 Star History

Star History Chart

Drop a star if you find this useful!