FULL v0, Cursor, Manus, Same.dev, Lovable, Devin, Replit Agent, Windsurf Agent, VSCode Agent, Dia Browser, Xcode, Trae AI, Cluely & Orchids.app (And other Open Sourced) System Prompts, Tools & AI Models.
Go to file
Claude 92c69f1055
Add comprehensive Next.js 14 + Supabase templates for Lovable Clone
This commit adds complete production-ready templates optimized for Next.js App Router + Supabase stack.

Part 1: LOVABLE_CLONE_NEXTJS_SUPABASE.md (~925 lines)
- Complete project structure for Next.js 14 App Router
- Full Supabase database schema (SQL migration)
  * Tables: profiles, projects, conversations, messages, deployments, usage, project_files
  * Row Level Security (RLS) policies for all tables
  * Helper functions (get_monthly_usage, can_generate)
  * Triggers for updated_at timestamps
  * Realtime enabled for messages, project_files, deployments
  * Proper indexes and foreign keys
- Supabase client setup
  * Browser client with SSR
  * Server client with cookies
  * Admin client with service role
- Middleware for auth session refresh
- Complete authentication system
  * Email/password signup & login
  * OAuth (Google + GitHub)
  * Auth helpers and hooks
  * Protected routes
  * Login page with full UI

Part 2: LOVABLE_CLONE_NEXTJS_SUPABASE_PART2.md (~850 lines)
- Database operations & React hooks
  * useProjects - CRUD for projects
  * useProject - Single project management
  * useConversation - Messages management
  * Full TypeScript types from Supabase
- Realtime subscriptions
  * useRealtimeMessages - Live chat updates
  * useRealtimeProjectFiles - Collaborative editing
  * Channel management
- File storage with Supabase Storage
  * Upload/delete/list helpers
  * Public URL generation
  * Image upload component
- API routes integrated with Supabase
  * Chat API with usage tracking
  * Streaming chat with Server-Sent Events
  * User authentication verification
  * Rate limiting based on subscription
- Complete integrated components
  * Dashboard with server-side rendering
  * Project list with real-time updates
  * Project editor layout
  * Full TypeScript integration

Features included:
 Next.js 14 App Router with Server Components
 Supabase Auth (Email + OAuth)
 PostgreSQL database with RLS
 Real-time subscriptions
 File storage
 Usage tracking & rate limiting
 API routes with streaming
 TypeScript end-to-end
 Production-ready security

Total: ~1,775 lines of production-ready code
Stack: Next.js 14 + Supabase + TypeScript + Tailwind CSS

Ready to copy-paste and start building!
2025-11-17 19:46:21 +00:00
.github Remove custom funding link from FUNDING.yml 2025-11-16 16:10:47 +01:00
Amp add Amp (ampcode.com) prompts for Sonnet and GPT-5 2025-09-15 07:49:13 +10:00
Anthropic Create Claude Code 2.0.txt 2025-09-29 22:06:06 +02:00
assets Delete assets/placeholder.md 2025-09-25 13:19:52 +02:00
Augment Code Create gpt-5-tools.json 2025-08-19 01:10:15 +05:30
Claude Code Add claude-code/openai-codex-cli/google-gemini-cli system prompt; claude-code tools; .gitignore file. 2025-08-21 15:27:53 +08:00
Cluely Rename enterprise.md to Enterprise Prompt.txt 2025-06-24 23:21:25 +01:00
CodeBuddy Prompts feat: add CodeBuddy prompts 2025-08-21 02:54:44 +08:00
Comet Assistant Update System Prompt.txt 2025-11-09 17:14:51 +01:00
Cursor Prompts Create Agent Prompt 2.0.txt 2025-11-07 17:14:10 +01:00
Devin AI Create DeepWiki Prompt.txt 2025-11-09 17:45:53 +01:00
dia Rename Dia prompt.txt to Prompt.txt 2025-05-15 18:52:23 +02:00
Emergent Create Tools.json 2025-10-15 16:31:50 +02:00
Gemini Update print statement from 'Hello' to 'Goodbye' 2025-11-07 16:40:02 +01:00
Junie Add Junie Coding Agent system prompt 2025-05-17 17:41:53 +02:00
Kiro feat: add Kiro prompts 2025-07-17 06:52:02 +01:00
Leap.new Update tools.json 2025-09-11 00:10:18 +05:30
Lovable Delete Lovable/Prompt.txt 2025-09-16 19:13:12 +02:00
Manus Agent Tools & Prompt branch refresh 2025-03-26 06:58:25 +00:00
NotionAi Rename promts.md to Prompt.txt 2025-09-08 18:51:40 +02:00
Open Source prompts Update Prompt.txt 2025-10-19 20:43:24 +02:00
Orchids.app Update System Prompt.txt 2025-09-16 18:29:03 +02:00
Perplexity feat: add Perplexity prompt 2025-06-30 09:32:20 -03:00
Poke Add Poke system prompt 2025-09-14 15:33:05 -07:00
Qoder Update Quest Design.txt 2025-08-24 00:05:45 +02:00
Replit Update Prompt.txt 2025-07-27 00:47:23 +02:00
Same.dev Update Prompt.txt 2025-08-29 22:58:17 +02:00
Trae Create Builder Prompt.txt 2025-08-18 19:54:39 +02:00
Traycer AI Rename phase_mode_tools.json to phase_mode_tools.json 2025-09-07 12:19:01 +02:00
v0 Prompts and Tools Update Prompt.txt 2025-11-09 15:57:20 +01:00
VSCode Agent Fix typos and improve clarity in instructions 2025-08-25 04:27:48 +08:00
Warp.dev Add Agent Mode prompt for Warp terminal AI 2025-07-03 10:55:07 -04:00
Windsurf Update and rename Tools Wave 11.json to Tools Wave 11.txt 2025-07-21 16:38:56 +02:00
Xcode add prompts 2025-07-06 00:14:48 +08:00
Z.ai Code Feat:Add Z.ai Code Prompt 2025-07-30 11:33:39 +08:00
LICENSE.md Rename LICENSE to LICENSE.md 2025-04-25 18:50:04 +02:00
LOVABLE_CLONE_ARCHITECTURE.md Add comprehensive Lovable Clone architecture and quick start guide 2025-11-17 18:09:28 +00:00
LOVABLE_CLONE_CODE_TEMPLATES.md Add comprehensive production-ready code templates for Lovable Clone 2025-11-17 19:40:48 +00:00
LOVABLE_CLONE_CONFIG_TEMPLATES.md Add comprehensive production-ready code templates for Lovable Clone 2025-11-17 19:40:48 +00:00
LOVABLE_CLONE_FRONTEND_TEMPLATES.md Add comprehensive production-ready code templates for Lovable Clone 2025-11-17 19:40:48 +00:00
LOVABLE_CLONE_NEXTJS_SUPABASE_PART2.md Add comprehensive Next.js 14 + Supabase templates for Lovable Clone 2025-11-17 19:46:21 +00:00
LOVABLE_CLONE_NEXTJS_SUPABASE.md Add comprehensive Next.js 14 + Supabase templates for Lovable Clone 2025-11-17 19:46:21 +00:00
LOVABLE_CLONE_QUICK_START.md Add comprehensive Lovable Clone architecture and quick start guide 2025-11-17 18:09:28 +00:00
README.md Update README.md 2025-11-15 13:03:51 +01:00

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 30,000+ lines of insights into their structure and functionality.

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


📂 Available Files


🛠 Roadmap & Feedback

Open an issue.

Latest Update: 09/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!