# prompts.chat | Fatih Kadir Akın | Knowledge Base | Instagit

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

GitHub Stars: 157k

Repository: https://github.com/f/prompts.chat

---

## Articles

### [Admin Dashboard User Flagging and Unusual Activity Monitoring in prompts.chat](/f/prompts.chat/admin-dashboard-user-flagged-unusual-activity-prompts-chat)

Explore user flagging and unusual activity monitoring in the prompts.chat admin dashboard. Real-time filtering and audit trails empower administrators to maintain platform integrity.

- Tags: how-to-guide
- Published: 2026-04-02

### [Adding New Locales and Creating Translation Files for the i18n System in prompts.chat](/f/prompts.chat/add-new-locale-translation-files-i18n-system-prompts-chat)

Learn how to add new locales and create translation files for the i18n system in prompts.chat. Follow our guide to easily expand your app's language support.

- Tags: how-to-guide
- Published: 2026-04-02

### [How Prompt Connections Create Workflows in prompts.chat](/f/prompts.chat/prompt-connections-workflow-related-prompts-prompts-chat)

Discover how prompt connections in prompts.chat build powerful workflows. Learn about directed graphs, database storage, API endpoints, and D3.js visualizations.

- Tags: how-to-guide
- Published: 2026-04-02

### [Implementing Media Uploads for Prompts with Required Media Types in prompts.chat](/f/prompts.chat/implement-media-uploads-required-media-types-prompts-chat)

Implement media uploads with required types in prompts.chat. Use set_media_requirements AI tool and API endpoints for seamless file handling and validation.

- Tags: how-to-guide
- Published: 2026-04-02

### [Complete Test Setup with Vitest in prompts.chat: Configuration and Examples](/f/prompts.chat/test-setup-vitest-running-tests-prompts-chat)

Learn to set up Vitest for prompts.chat. Run fast, isolated tests with jsdom and Testing Library for efficient development and reliable code.

- Tags: how-to-guide
- Published: 2026-04-02

### [Daily Generation Limits and AI Credits System in prompts.chat: Complete Technical Guide](/f/prompts.chat/daily-generation-limits-ai-credits-system-prompts-chat)

Understand prompts.chat's AI credits system and daily generation limits. Learn how credits are tracked and replenished for seamless AI media generation. Get the technical guide now.

- Tags: how-to-guide
- Published: 2026-04-02

### [Customizing Tailwind CSS Theme (Colors, Radius, and Variants) in prompts.chat](/f/prompts.chat/customize-tailwind-css-theme-prompts-chat)

Learn to customize Tailwind CSS theme colors, radius, and variants in prompts.chat by editing prompts.config.ts or using environment variables for dynamic styling.

- Tags: how-to-guide
- Published: 2026-04-02

### [How the Prompt Reporting System Handles Spam, Inappropriate Content, and Copyright Violations in prompts.chat](/f/prompts.chat/prompt-reporting-system-spam-copyright-prompts-chat)

Learn how prompts.chat handles spam inappropriate content and copyright violations with its robust reporting system featuring UI API and admin management.

- Tags: security
- Published: 2026-04-02

### [How to Configure Webhooks for Prompt Lifecycle Events in prompts.chat](/f/prompts.chat/configure-webhooks-prompt-lifecycle-events-prompts-chat)

Configure prompts.chat webhooks for prompt lifecycle events like created, updated, and deleted. Get instant HTTP notifications with configurable templates and SSRF protection.

- Tags: how-to-guide
- Published: 2026-04-02

### [How to Use Feature Flags in prompts.config.ts to Enable or Disable Functionality in prompts.chat](/f/prompts.chat/feature-flags-prompts-config-ts-enable-disable-functionality-prompts-chat)

Learn how to use feature flags in prompts.config.ts to easily enable or disable prompts.chat functionality. Dynamically toggle features with environment variables without rebuilding.

- Tags: how-to-guide
- Published: 2026-04-02

### [How to Implement Prompt Collections and Pinned Prompts in prompts.chat](/f/prompts.chat/implement-prompt-collections-pinned-prompts-feature-prompts-chat)

Learn to implement prompt collections and pinned prompts in prompts.chat. This guide covers Prisma models, Next.js API routes, and React components for powerful prompt management. Optimize your workflow today!

- Tags: how-to-guide
- Published: 2026-04-02

### [User Role and Permissions System (ADMIN vs USER) in prompts.chat: A Complete RBAC Implementation](/f/prompts.chat/user-role-permissions-admin-user-access-control-prompts-chat)

Learn how prompts.chat implements its user role and permissions system using RBAC with ADMIN and USER roles. Secure your access with our detailed guide.

- Tags: deep-dive
- Published: 2026-04-02

### [Self-Hosting prompts.chat: Environment Variables and Authentication Provider Setup](/f/prompts.chat/self-hosting-prompts-chat-environment-variables-auth-setup)

Learn to self host prompts.chat by setting up environment variables and an authentication provider. Configure PostgreSQL credentials, encryption secret, and OAuth in your .env file.

- Tags: how-to-guide
- Published: 2026-04-02

### [Implementing a Comments System with Nested Replies and Voting in prompts.chat](/f/prompts.chat/implement-comments-system-nested-replies-voting-prompts-chat)

Learn to build a nested comment system with voting in prompts.chat. Explore Prisma, Next.js API routes, and recursive React components for a robust threaded discussion feature.

- Tags: how-to-guide
- Published: 2026-04-02

### [Database Indexing Strategies for Optimal Prompt and User Query Performance in prompts.chat](/f/prompts.chat/database-indexing-strategies-prompt-user-query-performance-prompts-chat)

Optimize prompts.chat database performance with strategic indexing. Learn how B-tree indexes ensure millisecond-level prompt retrieval and user authentication. Read our guide.

- Tags: performance
- Published: 2026-04-02

### [Next.js i18n with next-intl: How prompts.chat Handles Translation Management](/f/prompts.chat/nextjs-i18n-next-intl-translation-management-prompts-chat)

Learn how prompts.chat uses Next.js i18n with next-intl for efficient translation management. Explore server and client-side internationalization techniques.

- Tags: deep-dive
- Published: 2026-04-02

### [Change Request Versioning System for Prompt Modifications in prompts.chat](/f/prompts.chat/change-request-versioning-system-prompt-modifications-prompts-chat)

Learn about the prompts.chat immutable versioning system for prompt modifications. Review, approve, or reject changes while tracking every evolution with an audit trail.

- Tags: architecture
- Published: 2026-04-02

### [Implementing AI Semantic Search with OpenAI Embeddings in prompts.chat](/f/prompts.chat/ai-semantic-search-openai-embeddings-prompts-chat-database)

Learn how prompts.chat implements AI semantic search using OpenAI embeddings to find meaning-based results. Discover cosine similarity and custom thresholds for efficient search.

- Tags: how-to-guide
- Published: 2026-04-02

### [Prisma Schema for Soft Delete in prompts.chat: Implementation and Migration Strategies](/f/prompts.chat/prisma-schema-soft-delete-prompts-chat-migration)

Implement soft delete in your Prisma schema with a deletedAt field. Learn migration strategies and query filtering to preserve prompts.chat data integrity and exclude deleted records.

- Tags: migration-guide
- Published: 2026-04-02

### [How to Add a Custom Authentication Provider to NextAuth.js in prompts.chat](/f/prompts.chat/add-custom-auth-provider-nextauthjs-prompts-chat)

Learn to add a custom authentication provider to NextAuth.js with this guide. Implement AuthPlugin, register it, and enable it in prompts.config.ts for seamless integration.

- Tags: how-to-guide
- Published: 2026-04-02

### [How the NextAuth.js Authentication Plugin Architecture Works in prompts.chat](/f/prompts.chat/nextauthjs-authentication-plugin-architecture-prompts-chat)

Explore the modular NextAuthjs authentication plugin architecture in prompts.chat. Discover how providers are registered and dynamically assembled for a flexible auth system.

- Tags: architecture
- Published: 2026-04-02

