P

Free AI Prompt Library - ChatGPT, Claude, Gemini

Library of 397 free AI prompts for ChatGPT, Claude and Gemini. Sorted by category, one-click copy, no signup required.

Looking for free AI prompts that actually work? Our library gathers 397 prompts tested and optimized for ChatGPT, Claude and Gemini. Everything is 100% free - no signup, no copy limit.

Every prompt is sorted by category (writing, productivity, marketing, code, education…) and comes with concrete examples. You save time by reaching for proven formulations instead of trial-and-error each time.

100% free

No paywall, no mandatory signup to copy a prompt.

Multi-AI

Every prompt works with ChatGPT, Claude, Gemini and Mistral.

Categorized

Filter by topic, difficulty and use case.

Bilingual

Available in French and English, tailored to each audience.

Showing 289-300 of 397 prompts

πŸ’»DeveloppementIntermediateClaude

Prompt Claude for Generating SQL Queries

Generating SQL queries is one of the tasks where Claude particularly excels. Whether you are a backend developer, data analyst, or database administrator, formulating complex queries can be time-consuming and error-prone. Claude understands the nuances of different SQL dialects (PostgreSQL, MySQL, SQLite, SQL Server, Oracle) and can transform a natural language description into an optimized and functional query. The AI can handle multiple joins, nested subqueries, advanced aggregation functions, CTEs (Common Table Expressions), and even window functions. By providing Claude with your database schema and a clear description of what you want to obtain, you receive a ready-to-use query along with explanations of the logic used. This significantly speeds up development, reduces bugs related to SQL syntax, and even allows less technical profiles to manipulate complex data with confidence. Claude can also optimize existing queries, detect performance issues, and suggest relevant indexes.

0380
πŸ’»DeveloppementIntermediateGemini

Gemini Prompt to Generate JavaScript Code

Gemini, the artificial intelligence model developed by Google, stands out as a formidable tool for generating JavaScript code. Thanks to its deep understanding of programming languages and their ecosystems, Gemini can produce functional, optimized, and well-structured code in just a few seconds. Whether you need to create a utility function, an interactive component, a REST API, or a complex algorithm, a well-crafted prompt makes all the difference between an approximate result and production-ready code. The main challenge lies in the precision of your request: the more you specify the technical context (framework used, JavaScript version, naming conventions, expected error handling), the more Gemini generates relevant and directly usable code. This guide offers an optimized main prompt as well as variants tailored to your expertise level, to get the most out of Gemini in your daily JavaScript development projects.

0407
πŸ’»DeveloppementIntermediateClaude

Prompt Claude for Generating a Database Schema

Designing a database schema is a fundamental step in any software project. A well-thought-out schema ensures data consistency, facilitates queries, and avoids long-term performance issues. Yet, this task requires expertise in relational modeling, normalization, and choosing data types suited to the target DBMS. Claude excels in this area: by providing a functional description of your project, it generates a complete schema with tables, columns, types, constraints, indexes, and relationships. It applies best practices for normalization, suggests consistent naming conventions, and anticipates common needs like audit columns or soft deletes. Whether you start from a specification, a list of business entities, or an existing schema to refactor, Claude produces a DDL ready to execute or a structured diagram that you can iteratively refine. This is a valuable accelerator for solo developers and teams alike who want to quickly validate a data architecture before coding.

0343
πŸ’»DeveloppementIntermediateChatGPT

ChatGPT Prompt to Generate a Database Schema

Designing a database schema is a fundamental step in any software project. A well-thought-out schema ensures data consistency, optimizes query performance, and facilitates long-term maintenance. Yet this task requires expertise in relational modeling, normalization, and choosing suitable data types. ChatGPT can significantly accelerate this process by generating a structured schema from a functional description of your project. By providing the business context, main entities, and expected relationships, you obtain in seconds a complete SQL schema with primary keys, foreign keys, indexes, and constraints. The AI can also suggest optimizations such as targeted denormalization for read-heavy cases, or recommend proven patterns like soft delete or table polymorphism. Whether you are working on a SaaS application, an e-commerce site, or an internal management system, ChatGPT adapts the schema to your chosen DBMS β€” PostgreSQL, MySQL, SQLite, or SQL Server β€” while adhering to each engine's conventions and native types.

0353
πŸ’»DeveloppementIntermediateAll AIs

Perplexity Prompt to Create a Chatbot

Perplexity stands out from other AI assistants due to its ability to search and synthesize information from the web in real time. To create a chatbot, this feature is invaluable: Perplexity can identify the latest frameworks, compare current technical solutions, and provide recommendations based on the state of the art. Whether you want to develop a customer support chatbot, an internal conversational assistant, or a specialized domain bot, Perplexity guides you through architectural choices, available APIs, and implementation best practices. By combining documented research with code generation, it enables you to quickly move from concept to functional prototype, while relying on verifiable sources for every technical recommendation.

0260
πŸ’»DeveloppementIntermediateAll AIs

DALL-E Prompt for Creating a Software Architecture Diagram

DALL-E, OpenAI's image generation model, offers a unique ability to visualize abstract concepts like software architecture. Traditionally confined to whiteboards and diagramming tools, visual representations of system architectures can now be generated in seconds with a well-crafted prompt. Whether you want to illustrate a microservices architecture, an MVC pattern, or a cloud infrastructure, DALL-E can produce clear diagrams, stylized schematics, and conceptual representations that facilitate communication between technical teams and non-technical stakeholders. The main challenge lies in the prompt formulation: you need to guide the model towards a structured, readable, and technically coherent representation, avoiding overly artistic renderings that sacrifice clarity for aesthetics. This guide provides optimized prompts to obtain professional software architecture visualizations, suitable for your presentations, technical documentation, and architectural brainstorming sessions.

0242
πŸ’»DeveloppementIntermediateAll AIs

Mistral Prompt for Generating SQL Queries

Mistral, the language model developed by French startup Mistral AI, excels at generating SQL queries thanks to its fine understanding of data structures and relational database syntax. Whether you work with MySQL, PostgreSQL, SQL Server, or SQLite, a well-crafted prompt yields optimized, properly indexed queries tailored to your schema. The main challenge lies in accurately conveying context: table structures, relationships between entities, data types, and business constraints. Without this information, even the best model will produce generic and potentially inefficient queries. By providing Mistral with a clear schema and precise objectives, you transform an often tedious process into near-instant generation of functional queries. This guide offers tested and refined prompts to get the most out of Mistral in your daily SQL tasks, from simple SELECT statements to complex analytical queries with subqueries, multiple joins, and window functions.

0262
πŸ’»DeveloppementIntermediateClaude

Prompt Claude to Create a Prototype

Creating a prototype is a crucial step in developing a product, application, or service. Traditionally, this phase requires a variety of technical skills, time, and often a multidisciplinary team. With Claude, you can significantly accelerate this process by generating functional prototypes from a simple description of your idea. Whether you want to design an interactive user interface, a web application mockup, an API prototype, or even a technical proof of concept, Claude can produce functional code, HTML/CSS wireframes, or complete architectures ready to be tested. The major advantage is Claude's ability to iterate quickly: you describe your vision, get a first prototype, then refine through successive exchanges until you get exactly what you're looking for. This approach democratizes rapid prototyping and allows entrepreneurs, designers, and product managers to validate their hypotheses without fully relying on a development team in the early stages of the project.

0697
πŸ’»DeveloppementIntermediateChatGPT

Prompt ChatGPT to Create E2E Tests

End-to-end (E2E) tests are essential to ensure an application works as a whole, but writing them is often time-consuming and repetitive. ChatGPT can significantly speed up this process by generating complete test scenarios covering critical user paths, edge cases, and necessary assertions. Whether you use Cypress, Playwright, Selenium, or any other framework, AI can produce structured and maintainable tests from a simple functional description. The challenge is to provide a sufficiently precise prompt to obtain realistic tests that follow best practices (stable selectors, async handling, test isolation) and integrate directly into your CI/CD pipeline. In this guide, you'll find an optimized main prompt along with variants adapted to your expertise level, to turn your functional specifications into robust E2E test suites in seconds.

0287
πŸ’»DeveloppementIntermediateGemini

Prompt Gemini for Generating Python Code

Gemini, Google's artificial intelligence model, stands out as a powerful tool for generating Python code. With its deep understanding of programming languages and best practices, Gemini can produce functional, documented, and optimized code in seconds. Whether you are a beginner developer looking to learn Python basics or a professional wanting to speed up your workflow, a well-structured prompt makes all the difference between an approximate result and production-ready code. The main challenge lies in the precision of your request: the more you specify the context, technical constraints, expected code style, and edge cases to handle, the more Gemini will be able to generate relevant and robust code. In this guide, we offer optimized prompts that fully leverage Gemini's capabilities for Python code generation, covering different complexity levels and common use cases. You will learn how to formulate your requests to obtain clean, tested code compliant with PEP 8 standards.

0313
πŸ’»DeveloppementIntermediateAll AIs

Midjourney Prompt to Create a Prototype

Creating prototypes is a crucial step in any design process, whether for product design, digital interfaces, or physical objects. Traditionally, this phase requires skills in 3D modeling, industrial design, or model makingβ€”technical skills that can significantly slow down creative teams. Midjourney upends this approach by enabling the generation of photorealistic prototype visuals in just a few seconds. With well-crafted prompts, you can explore dozens of creative directions, test different materials, shapes, and finishes, and present compelling concepts to clients or investors without using CAD software. Whether you're a product designer looking to quickly validate an idea, an entrepreneur preparing a pitch deck, or a UX team wanting to visualize an interface concept on a physical device, Midjourney offers an unprecedented visual experimentation playground. The main challenge lies in prompt formulation: you need to guide the AI toward a render that resembles a real industrial prototype, with the right materials, appropriate studio lighting, and the level of detail expected by professionals.

0267
πŸ’»DeveloppementIntermediateGemini

Gemini Prompt to Create E2E Tests

End-to-end (E2E) tests are essential to guarantee an application's overall correct functioning, yet writing them is often time-consuming and repetitive. Gemini, Google's AI model, excels at generating structured code and can dramatically accelerate the creation of complete E2E test suites. By providing the technical context of your application β€” tech stack, critical user journeys, and the test framework used β€” Gemini can produce robust test scenarios covering both main flows and edge cases. Whether you use Playwright, Cypress, or Selenium, the AI adapts to your framework's conventions to generate directly usable code. The prompt engineering approach allows you to precisely specify the desired coverage level, the selector patterns to favor, and the test data management strategy. The result: maintainable, readable tests aligned with your team's best practices, produced in a fraction of the usual time.

0326

Go further

Also explore