Commit Graph

403 Commits

Author SHA1 Message Date
Claude
2fe4dba101
Add comprehensive production-ready code templates for Lovable Clone
This commit adds 3 major template files with complete, copy-paste ready code:

1. LOVABLE_CLONE_CODE_TEMPLATES.md (~1,500 lines)
   - AI Agent system core with LangChain integration
   - Agent tools (write, read, line-replace, search, delete, rename)
   - React component generator with AST parsing
   - Error detection & code fixer (TypeScript + ESLint)
   - Backend API server with Express + WebSocket
   - Chat API routes with streaming support
   - Code generation endpoints
   - Project management CRUD operations
   - ZIP export functionality

2. LOVABLE_CLONE_FRONTEND_TEMPLATES.md (~900 lines)
   - Complete chat interface components
     * ChatPanel with streaming support
     * ChatMessage with markdown + syntax highlighting
     * Code block with copy functionality
   - Live preview system
     * Multi-viewport support (mobile/tablet/desktop)
     * DevTools panel integration
     * Console log capture
     * Network request monitoring
   - Sidebar components
     * Sections panel with pre-built templates
     * Theme customizer (colors, typography, layout)
     * File explorer
   - All components use shadcn/ui + Tailwind CSS

3. LOVABLE_CLONE_CONFIG_TEMPLATES.md (~1,100 lines)
   - WebContainer integration & manager
   - Project template generators (Next.js + Vite)
   - Zustand stores for state management
     * Chat store with persistence
     * Preview store
     * Theme store
     * Project store
   - Complete Prisma database schema
     * User, Subscription, Project models
     * Conversation, Message, Deployment
     * Usage tracking, API keys
   - Environment configurations
   - Docker setup (Dockerfile + docker-compose)
   - Monorepo configs (package.json, turbo.json)

Total: ~3,500 lines of production-ready TypeScript/React code

All templates are:
- Copy-paste ready
- Type-safe with TypeScript
- Follow best practices
- Include error handling
- Production-grade
- Well-documented
2025-11-17 19:40:48 +00:00
Claude
3e2b1b9809
Add comprehensive Lovable Clone architecture and quick start guide
- Add LOVABLE_CLONE_ARCHITECTURE.md with complete system design
  * AI Layer: Requirement parser, UI generator, React code generator, code fixer, project memory
  * Dev Layer: Next.js template, code writer, file tree API, build pipeline
  * UI Layer: Chat panel, sidebar, live preview, project settings
  * Output Layer: Export ZIP, API deploy, GitHub integration
  * Database schema, authentication, analytics
  * 12-week implementation roadmap
  * Complete tech stack recommendations

- Add LOVABLE_CLONE_QUICK_START.md for rapid MVP development
  * Step-by-step setup guide (13 steps)
  * Code examples for all core components
  * Chat interface implementation
  * AI integration with OpenAI/Anthropic
  * WebContainer setup for live preview
  * Testing checklist and common issues
  * 2-week MVP timeline

Reference materials from:
- Lovable/Agent Prompt.txt
- Lovable/Agent Tools.json
- Bolt, Cursor, and other AI code tools
2025-11-17 18:09:28 +00:00
Lucas Valbuena
b623c36421
Remove custom funding link from FUNDING.yml 2025-11-16 16:10:47 +01:00
Lucas Valbuena
89b6993423
Update README.md 2025-11-15 13:03:51 +01:00
Lucas Valbuena
50b1893b9d
Create DeepWiki Prompt.txt 2025-11-09 17:45:53 +01:00
Lucas Valbuena
bba7548bee
Update System Prompt.txt 2025-11-09 17:14:51 +01:00
Lucas Valbuena
56ec2216f2
Update latest update date in README 2025-11-09 15:57:34 +01:00
Lucas Valbuena
ca4fb57b5f
Update Prompt.txt 2025-11-09 15:57:20 +01:00
Lucas Valbuena
79a2605588
Update Tools.json 2025-11-08 18:01:49 +01:00
Lucas Valbuena
97081cd52b
Create Agent Prompt 2.0.txt 2025-11-07 17:14:10 +01:00
Lucas Valbuena
8fd5f563ab
Delete Cursor Prompts/Agent Prompt.txt 2025-11-07 17:13:47 +01:00
Lucas Valbuena
fc75dda614
Delete Cursor Prompts/Memory Rating Prompt.txt 2025-11-07 17:13:38 +01:00
Lucas Valbuena
85da74c686
Delete Cursor Prompts/Memory Prompt.txt 2025-11-07 17:13:30 +01:00
Lucas Valbuena
14a2450cdf
Update README.md 2025-11-07 16:40:28 +01:00
Lucas Valbuena
8fa791b729
Update print statement from 'Hello' to 'Goodbye' 2025-11-07 16:40:02 +01:00
Lucas Valbuena
0d60d27a55
Update PayPal contact email in README 2025-11-01 12:06:56 +01:00
Lucas Valbuena
7bd08c2415
Update FUNDING.yml 2025-11-01 12:06:16 +01:00
Lucas Valbuena
bfb9514023
Update latest update date in README 2025-10-19 20:44:24 +02:00
Lucas Valbuena
eaeef11a40
Update Prompt.txt 2025-10-19 20:43:24 +02:00
Lucas Valbuena
a0191c59d1
Revise Lumo system prompt for clarity and detail
Updated Lumo's system prompt with enhanced identity, tool usage, and engagement principles.
2025-10-19 20:43:01 +02:00
Lucas Valbuena
6ea02e9076
Update README.md 2025-10-19 19:28:04 +02:00
Lucas Valbuena
6afb1398b8
Update README.md 2025-10-19 12:10:32 +02:00
Lucas Valbuena
85533b046f
Update README.md 2025-10-17 12:04:03 +02:00
Lucas Valbuena
d9bbe08fb1
Update README.md 2025-10-16 16:09:38 +02:00
Lucas Valbuena
77ca45bbce
Update README.md 2025-10-16 16:08:54 +02:00
Lucas Valbuena
9ac30b5a03
Remove unnecessary div tag from README
Removed unnecessary div tag from README.
2025-10-16 16:08:11 +02:00
Lucas Valbuena
7658c38884
Update README.md 2025-10-16 16:07:49 +02:00
Lucas Valbuena
962f44bd8d
Update README.md 2025-10-16 16:06:47 +02:00
Lucas Valbuena
38ad81548c
Convert links to anchor tags in README 2025-10-16 16:05:36 +02:00
Lucas Valbuena
b4031c8f97
Update README.md 2025-10-16 16:03:11 +02:00
Lucas Valbuena
1344433f2f
Update README.md 2025-10-15 16:34:50 +02:00
Lucas Valbuena
49283d95b6
Update README.md 2025-10-15 16:34:35 +02:00
Lucas Valbuena
7cfb4423af
Create Tools.json 2025-10-15 16:31:50 +02:00
Lucas Valbuena
7959187de2
Create Prompt.txt 2025-10-15 16:31:04 +02:00
Lucas Valbuena
e215c619a1
Update README.md 2025-10-12 00:13:08 +02:00
Lucas Valbuena
7bcefc20dc
Update README.md 2025-10-12 00:12:47 +02:00
Lucas Valbuena
71822c4975
Update README.md 2025-10-02 19:19:02 +02:00
Lucas Valbuena
e2fa22f1bc
Create Tools.json 2025-10-02 19:18:47 +02:00
Lucas Valbuena
efd317f488
Update Prompt.txt 2025-10-02 19:12:44 +02:00
Lucas Valbuena
79256238d6
Update README.md 2025-10-01 16:54:42 +02:00
Lucas Valbuena
5990774e6d
Update README.md 2025-10-01 16:54:31 +02:00
Lucas Valbuena
2166f9bc7b
Update README.md 2025-09-30 16:59:16 +02:00
Lucas Valbuena
094cefb4d3
Merge pull request #230 from ghuntley/ampcode
add Amp (ampcode.com) prompts for Sonnet and GPT-5
2025-09-30 07:25:12 +02:00
Lucas Valbuena
c4d8fa0d48
Create Claude Code 2.0.txt 2025-09-29 22:06:06 +02:00
Lucas Valbuena
3244f2d6f3
Update README.md 2025-09-29 19:29:06 +02:00
Lucas Valbuena
2ff0e6a3c2
Create Sonnet 4.5 Prompt.txt 2025-09-29 19:26:51 +02:00
Lucas Valbuena
8c0ce72986
Update README.md 2025-09-25 16:24:42 +02:00
Lucas Valbuena
f221dd314c
Merge pull request #253 from x1xhlol/x1xhlol-patch-1
feat: Add Comet Assistant system prompt
2025-09-25 16:23:35 +02:00
Lucas Valbuena
1ebaec4415
Add Comet Assistant system promptfeat: Add Comet Assistant system promptfeat: Add Comet Assistant system promptCreate System Prompt.txt
This PR adds the complete system prompt for Comet Assistant, Perplexity's autonomous web navigation agent. The prompt includes detailed instructions for web-based task completion, function call protocols, authentication handling, and security guidelines.

The system prompt covers:
- Core identity and behavior guidelines
- Output and function call protocols
- Task termination procedures
- Authentication and security rules
- Error handling strategies
- Site-specific instruction handling
- Comprehensive examples

This addition complements the existing collection of AI system prompts in the repository.
2025-09-25 16:20:58 +02:00
Lucas Valbuena
928a35f53f
Delete assets/placeholder.md 2025-09-25 13:19:52 +02:00