Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
150 commits
Select commit Hold shift + click to select a range
b1d866f
v1.5.0: Delete confirmation, AI chat response, extended history, demo…
ma1orek Jan 8, 2026
dbe012b
Landing page: new hero copy, glowing CTA, mid-page action banner
ma1orek Jan 8, 2026
9262a63
Remove GitHub link from docs
ma1orek Jan 8, 2026
7de6fa4
Remove Still skeptical text from final CTA
ma1orek Jan 8, 2026
3c6955d
Fix: credit costs 25 instead of 3, hover contrast rules, no zero stat…
ma1orek Jan 11, 2026
739eb90
feat: Mobile Reality Scanner - camera capture, import guide, laser an…
ma1orek Jan 11, 2026
dc224f1
fix: Mobile Scanner - bigger stop button, simpler upload without FFmp…
ma1orek Jan 11, 2026
435480c
feat: NUCLEAR MOBILE REFACTOR - Complete mobile app separation
ma1orek Jan 11, 2026
cb12407
feat: Mobile UI redesign - Camera app style (The Shutter)
ma1orek Jan 11, 2026
fa8397d
chore: trigger Vercel deployment
ma1orek Jan 11, 2026
84a7e7f
feat: LOVABLE-STYLE MOBILE REDESIGN
ma1orek Jan 11, 2026
f0d8fc3
fix: TypeScript error in FFmpeg Blob conversion
ma1orek Jan 11, 2026
afc3fc7
fix: FFmpeg TypeScript - proper ArrayBuffer conversion for Blob
ma1orek Jan 11, 2026
f4d1ac8
fix: Mobile UX improvements
ma1orek Jan 11, 2026
a38626e
fix: Mobile credits - only PRO badge, fix credit check
ma1orek Jan 11, 2026
71ed4d8
fix: Mobile - remove client credit check, always show back arrow, han…
ma1orek Jan 11, 2026
a612b78
debug: Add logging to mobile generation, check credits directly
ma1orek Jan 11, 2026
5b23ac9
fix: Mobile - let API handle credit check, avoid stale closure
ma1orek Jan 11, 2026
fcedf0d
fix: Add credentials:include for mobile Safari cookie issues
ma1orek Jan 11, 2026
8b3c88f
fix: Mobile generation - skip compression, add detailed logging, matc…
ma1orek Jan 11, 2026
1668c45
fix: Mobile - use SAME skeleton loader as desktop, add error alerts
ma1orek Jan 11, 2026
6d54140
fix: Mobile generation - pass style/context, AI-generated titles, PRO…
ma1orek Jan 11, 2026
5340d6c
fix: PRO dropdown always shows, add Wake Lock for mobile generation
ma1orek Jan 11, 2026
8d59db2
feat: Server-side async processing for mobile (like Bolt/Lovable) - u…
ma1orek Jan 11, 2026
dee0eb7
fix: Extract job storage to shared module
ma1orek Jan 11, 2026
2c2c72f
fix: Fix doubled function name
ma1orek Jan 11, 2026
875ea83
fix: Mobile generation - sync API, save to history, fix black preview
ma1orek Jan 11, 2026
8503724
fix: Use correct RPC spend_credits for mobile generation (same as des…
ma1orek Jan 11, 2026
b07e372
HOTFIX: Move useCallback before early return - fixes hooks order viol…
ma1orek Jan 11, 2026
2b8826f
fix: Use same /api/credits/spend endpoint as desktop for mobile gener…
ma1orek Jan 11, 2026
d9f6541
fix: Use direct RPC call for credits (same as /api/credits/spend)
ma1orek Jan 11, 2026
0e77b99
fix: Add detailed RPC logging to debug credit spend
ma1orek Jan 11, 2026
abe8f70
fix: Mobile now calls /api/credits/spend first (same as desktop flow)
ma1orek Jan 11, 2026
94d85aa
fix: Add runtime/maxDuration to generate/start, handle non-JSON respo…
ma1orek Jan 11, 2026
f44f704
fix: Back button navigates to landing page
ma1orek Jan 11, 2026
3a71735
fix: Use UPSERT to prevent duplicate key errors, add iframe key for r…
ma1orek Jan 11, 2026
dc56a01
fix: Mobile now uploads video first then generates (avoids Vercel WAF…
ma1orek Jan 11, 2026
a00802e
fix: Mobile uploads directly to Supabase via presigned URL (bypasses …
ma1orek Jan 11, 2026
f9d5340
fix: Use srcdoc for iframe (better browser support), fix video URL pa…
ma1orek Jan 11, 2026
b1f12de
fix: TypeScript type error
ma1orek Jan 11, 2026
54b2316
feat: Implement Fusion Pipeline (FFmpeg compression + Direct Supabase…
ma1orek Jan 11, 2026
10a367e
fix: Restore progress simulation function
ma1orek Jan 11, 2026
b7d82ed
fix: TypeScript Blob buffer type error
ma1orek Jan 11, 2026
0ec2530
fix: FFmpeg fallback to original file if compression fails (safe mode)
ma1orek Jan 11, 2026
c6e130c
fix: Add Wake Lock and robust error handling for mobile video processing
ma1orek Jan 11, 2026
ab7839b
fix: TypeScript any for Wake Lock error
ma1orek Jan 11, 2026
d80fbf0
fix: Trigger rebuild for MobileLayout
ma1orek Jan 11, 2026
8096c6c
fix: Restore pendingLoginRef
ma1orek Jan 11, 2026
3eb602b
feat: Switch to Lovable-style Async Architecture (Direct Upload + Ser…
ma1orek Jan 11, 2026
3e3b505
fix: Update processing status check for direct upload
ma1orek Jan 11, 2026
44b57e7
fix: Add all required fields to async job insert
ma1orek Jan 11, 2026
b0ef2ef
fix: Use 'running' status instead of 'processing' to match DB constraint
ma1orek Jan 11, 2026
c9b5f30
fix: Synchronous async endpoint, auto-detect style, infinite loop ani…
ma1orek Jan 11, 2026
cf71ba7
fix: Escape backticks in transmute.ts template string
ma1orek Jan 11, 2026
e5fd862
fix: Mobile preview (blob URL like desktop), proper publish, no dupli…
ma1orek Jan 11, 2026
7e05f81
fix: Mobile preview flex layout, PRO menu navigation, Your Projects link
ma1orek Jan 11, 2026
a12d56b
fix: CRITICAL - ban zeros in stats, enforce infinite animations, add …
ma1orek Jan 11, 2026
c1416ca
fix: Share button visibility, auto-modal, better desktop benefits cop…
ma1orek Jan 11, 2026
89704b5
fix: Mobile recovery after screen wake, stronger marquee/zero rules i…
ma1orek Jan 11, 2026
094207f
fix: Mobile recovery on visibility change, stronger seamless marquee …
ma1orek Jan 11, 2026
2827733
feat: Mobile home video input with two-section layout (Record | Upload)
ma1orek Jan 11, 2026
a46bf5e
fix: correct useIsMobile import
ma1orek Jan 11, 2026
ecf66b8
fix: Change Record text to 'Record any video' in Tool
ma1orek Jan 11, 2026
5943605
feat: Mobile Home Record opens camera directly like Tool
ma1orek Jan 11, 2026
a121ace
feat: Auto-redirect to Tool after recording on mobile Home
ma1orek Jan 11, 2026
c22c346
fix: Record on Home redirects to Tool and opens camera fullscreen
ma1orek Jan 11, 2026
64aea0b
fix: Force autoplay videos on mobile Safari
ma1orek Jan 11, 2026
259fdf5
fix: Force play all videos on mount with multiple retries
ma1orek Jan 11, 2026
541547b
Fix payment checkout links - convert GET to POST requests
ma1orek Jan 14, 2026
117ab72
Refactor desktop sidebar - add YOUR PROJECTS toggle view with context…
ma1orek Jan 14, 2026
c4c6478
Restructure desktop UI - unified header with tabs, PROJECT dropdown i…
ma1orek Jan 14, 2026
8845656
Fix desktop layout: Logo in sidebar, tabs in work area, remove duplic…
ma1orek Jan 14, 2026
d7bc7ea
Remove duplicate headers and center Download/Publish, improve right-s…
ma1orek Jan 14, 2026
759b1ac
Add Edit Name to project menu, fix Project Settings showing wrong name
ma1orek Jan 14, 2026
6a9501f
Publish button always uses Replay brand color
ma1orek Jan 14, 2026
bd2874f
UI improvements: remove duplicate mobile view, improve project dropdo…
ma1orek Jan 14, 2026
7e30993
Accessibility improvements: focus trap for modals, focus-visible styl…
ma1orek Jan 14, 2026
d46cd73
Fix: use flow.name instead of flow.title in aria-labels
ma1orek Jan 14, 2026
76eafd8
Update: 1 free generation, Pro price, changelog v1.8.0 with all rece…
ma1orek Jan 14, 2026
59bfc6a
Add Agent Mode: AI-enhanced code pack for Cursor/v0 with context mark…
ma1orek Jan 14, 2026
6aa5313
Fix: Use correct status type (observed vs confirmed) in Agent Mode
ma1orek Jan 14, 2026
b31e277
Refactor Agent Mode UI: remove emoji, add switch toggle, info tooltip…
ma1orek Jan 14, 2026
29640e5
Fix: Custom style can now be selected - was defaulting to Auto-Detect…
ma1orek Jan 14, 2026
5b5d290
Fix: Agent Mode tooltip now appears below icon instead of above (was …
ma1orek Jan 14, 2026
5730852
Add Super Hero style: animated liquid gradient backgrounds with 6 col…
ma1orek Jan 14, 2026
566c9db
Add Liquid Metal style: chrome metallic text effect with animated shi…
ma1orek Jan 14, 2026
5486cb9
Fix duplicate liquid-metal style and enhance with Framer LiquidMetal-…
ma1orek Jan 14, 2026
3632f3b
Rewrite Super Hero and Liquid Metal styles with explicit copy-paste C…
ma1orek Jan 14, 2026
ee21cf7
Add Perlin Noise 3D style with Spline CDN - real-time WebGL in iframe…
ma1orek Jan 14, 2026
4f578e9
Fix: Hide style description textarea for presets, update Perlin Noise…
ma1orek Jan 14, 2026
9f67c92
Rewrite Perlin Noise 3D: fix Spline integration, add pastel color pal…
ma1orek Jan 14, 2026
0b5eeb7
Fix Spline 3D: use v1.12.35, z-[-1], bg-transparent body, glassmorphi…
ma1orek Jan 14, 2026
6513ff9
Pastel Cloud: Spline only in hero, clean sections below, better styling
ma1orek Jan 14, 2026
8274225
Fix: Hide style prompts from users - textarea only for Custom, fallba…
ma1orek Jan 14, 2026
a5cd622
Pastel Cloud: CSS gradient hero only, no Spline, clearer structure
ma1orek Jan 14, 2026
30910c1
Add Pastel Cloud 3D (Spline) as separate style from Pastel Cloud (CSS)
ma1orek Jan 14, 2026
326a4e7
Pastel Cloud 3D: Full HTML template with explicit Spline script place…
ma1orek Jan 14, 2026
9f34f85
Fix Spline: position fixed, z-index -1, bg-transparent body
ma1orek Jan 14, 2026
51c0660
Pastel Cloud: Remove CSS gradient, ONLY Spline 3D
ma1orek Jan 14, 2026
e1360bf
Pastel Cloud: ULTRA SHORT Spline instructions - no gradients
ma1orek Jan 14, 2026
a17391a
Pastel Cloud: FORBID solid backgrounds - all sections must be bg-tran…
ma1orek Jan 14, 2026
daa7a1d
Revert textarea logic, keep Pastel Cloud Spline in hero working
ma1orek Jan 14, 2026
366e7d5
Spline 3D Hero: clean technical implementation, v1.12.35, hero only
ma1orek Jan 14, 2026
d7e90a5
Spline 3D Hero: restore full style context (colors, typography, nav)
ma1orek Jan 14, 2026
07a19aa
Spline 3D Hero: dark metallic chrome aesthetic, full design system
ma1orek Jan 14, 2026
a18b24f
UX: Show only style name in project list, allow refinements for all s…
ma1orek Jan 14, 2026
af2f39a
UX: Same animated placeholder for all styles, remove helper text
ma1orek Jan 14, 2026
6c89712
Add Ivory Command System style - light version of Void Terminal
ma1orek Jan 14, 2026
7006f75
Fix: Show live code streaming during generation in LoadingState
ma1orek Jan 14, 2026
79f7906
MAJOR: Style system overhaul - styles now have their own soul, ignore…
ma1orek Jan 14, 2026
f82f9ee
TEST: Rewrite 3 styles with full soul - Midnight Aurora, Void Spotlig…
ma1orek Jan 14, 2026
83da5b6
Fix: Remove Particle Brain, shorten style descriptions with ABSOLUTE …
ma1orek Jan 15, 2026
abadc0d
Revert to stable style descriptions
ma1orek Jan 15, 2026
b21b43a
Fix: Video loading, duration display, config panel, Edit AI (OpenAI),…
ma1orek Jan 15, 2026
4793a7f
Add: Home redesign, Starter Pack , Grain texture, and bug fixes
ma1orek Jan 15, 2026
7a8e7bb
Fix: Flowmap page creation, improve dashboard quality
ma1orek Jan 15, 2026
c6980e8
Fix: Use GPT-5.2, keep preview visible during edit, improve streaming…
ma1orek Jan 15, 2026
5b44419
Fix: Correct demo IDs, change No Video icon
ma1orek Jan 15, 2026
42f72f2
Redesign: Unified Glass Stack with video previews in demo boxes
ma1orek Jan 15, 2026
b6947b4
Fix: Update demo API with correct flow IDs for dashboard and YC
ma1orek Jan 15, 2026
4607ba4
feat: Show code to all users, only block Export/Copy/Download - no bl…
ma1orek Jan 15, 2026
6530893
Remove Scroll to explore indicator from hero
ma1orek Jan 15, 2026
6767eaa
feat: Unified Master Console design - premium glassmorphism with cine…
ma1orek Jan 15, 2026
1889515
feat: Mobile demo view - simplified preview with desktop banner, hidd…
ma1orek Jan 15, 2026
0f411bf
fix: Hero demo tiles - dark tags with orange text, orange arrows, big…
ma1orek Jan 15, 2026
c017f17
fix: Hero spacing - more space for Config, less before NO VIDEO, whit…
ma1orek Jan 15, 2026
002f470
fix: Align dropzone edges with demo tiles - unified p-3 padding
ma1orek Jan 15, 2026
c95f77a
fix: Remove orange hover line from dropzone, more space around NO VID…
ma1orek Jan 15, 2026
4e78945
feat: Add comprehensive Aceternity UI library to system prompt + enha…
ma1orek Jan 15, 2026
9679ec6
feat: Add page transitions, mobile-first, zero-hallucination rules + …
ma1orek Jan 15, 2026
d313bdd
fix: Mandatory Recharts CDN for charts + explicit page transition code
ma1orek Jan 15, 2026
854e0c9
feat: Update system prompt and edit-code stream - user changes
ma1orek Jan 15, 2026
a030b18
fix: Change gpt-5.2 to gpt-4o and max_completion_tokens to max_tokens
ma1orek Jan 15, 2026
9f0088d
feat: Add Starter Pack option to UpgradeModal + fix GPT-5.2
ma1orek Jan 15, 2026
9ad00df
fix: Reduce video compression limits to avoid 413 Payload Too Large
ma1orek Jan 15, 2026
805b99d
fix: Reduce noise/grain visibility + improve recording quality to 1080p
ma1orek Jan 15, 2026
1eb5d3e
feat: Add MANDATORY animation requirements for ALL pages
ma1orek Jan 15, 2026
2f5fcda
fix: Add missing Publish modal with URL display and copy functionality
ma1orek Jan 15, 2026
8e8058a
fix: Publish button now opens modal instead of direct publish
ma1orek Jan 15, 2026
0b4fa8f
feat: Replace full-screen modal with dropdown popover for Publish button
ma1orek Jan 15, 2026
d8d8661
fix: Improve streaming code panel visibility and batching
ma1orek Jan 15, 2026
96c6166
fix: Change Publish button to orange brand color (#FF6E3C)
ma1orek Jan 15, 2026
52d86b3
fix: Simplify streaming panel and remove batching delay
ma1orek Jan 15, 2026
01087eb
fix: Always show streaming panel with loading state, add debug logs
ma1orek Jan 15, 2026
76d59c3
fix: Smooth streaming panel + rich animation library in system prompt
ma1orek Jan 15, 2026
490ea73
fix: Dynamic chart colors based on style - AI must match theme
ma1orek Jan 15, 2026
f2fb84a
fix: MEGA aggressive anti-SVG chart warnings in system prompt
ma1orek Jan 15, 2026
bf5c74d
fix: Demo card labels with 90% black background
ma1orek Jan 15, 2026
3094c06
fix: Demo tile tags - white text instead of orange
ma1orek Jan 15, 2026
5e6a21c
Add Vercel Speed Insights to Next.js
vercel[bot] Jan 16, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
185 changes: 185 additions & 0 deletions PROMPT_DO_EDYCJI.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,185 @@
# REPLAY.BUILD - GŁÓWNY PROMPT AI DO GENERACJI STRON
# ====================================================
# Ten plik zawiera kompletny prompt używany przez AI do generowania kodu z wideo.
# Edytuj ten plik i zaktualizuj w actions/transmute.ts (linia 42-1864)
# ====================================================

## LOKALIZACJA W KODZIE:
## Plik: actions/transmute.ts
## Zmienna: const SYSTEM_PROMPT = `...`
## Linie: 42-1864

====================================================
GŁÓWNE SEKCJE PROMPTA:
====================================================

1. ⚠️ EMERGENCY RULES (linie 44-103)
- ABSOLUTE BANS: Zero stats, non-looping animations, same layouts
- LIBRARY ENFORCEMENT: NumberTicker, Marquee, FAQ variety
- STAT NUMBER FALLBACKS
- ANIMATION PATTERNS (muszą być infinite!)

2. 🔒 PART 1: TECH STACK & LIBRARIES (linie 109-159)
- Core Stack Table (Charts, Icons, Animations, UI, Backgrounds...)
- Creative Freedom philosophy
- Forbidden libraries

3. 🔒 SECTION 1.5: UI COMPONENT LIBRARIES (linie 161-303)
- VARIETY REQUIREMENT - tabela co rotować
- CULT UI, LUXE UI, ANIMATA, ELDORA UI components
- ACETERNITY UI + MAGIC UI components
- BACKGROUNDS & EFFECTS table
- CARD COMPONENTS table
- TEXT ANIMATIONS table
- BUTTONS table
- HOVER CONTRAST RULE

4. 🔒 SECTION 7: HERO SECTION RULES (linie 304-344)
- Structure (Badge, H1, Subtitle, CTA, Social Proof)
- Headline Sizing table
- Background choices
- Hero requirements

5. 🔒 SECTION 2: CONTENT EXTRACTION (linie 345-402)
- ZERO TOLERANCE rules
- FORBIDDEN list (Lorem ipsum, empty sections...)
- Fallback Rules
- STATS/NUMBERS RULE

6. 🔒 SECTION 3: RESPONSIVE (linie 471-493)
- Breakpoints
- Responsive Patterns
- FORBIDDEN (fixed widths, horizontal scroll...)

7. 🔒 SECTION 6: MINIMUM CONTENT REQUIREMENTS (linie 494-515)
- Tabela: FAQ 5-6, Logos 6-10, Testimonials 3-4...

8. 📢 MARQUEE / LOGO CAROUSEL (linie 516-582)
- Dokładny kod HTML + CSS
- CRITICAL RULES

9. 🔒 SECTION 4: INTERACTIVE COMPONENTS (linie 583-661)
- Carousels/Sliders rules
- Galleries rules
- Accordions/FAQ rules + ANIMATION RULES
- Tabs, Modals, Dropdowns, Mobile Navigation

10. 🎨 ACETERNITY UI & MAGIC UI PATTERNS (linie 663-1028)
- HERO BACKGROUNDS (Grid, Spotlight, Aurora)
- TYPOGRAPHY & TEXT EFFECTS
- LAYOUTS & GRIDS (Bento Grid, Infinite Moving Cards)
- INTERACTIVE ELEMENTS
- MAGIC UI ADDITIONS
- DECISION LOGIC

11. 🔒 SECTION 5: ANIMATION RULES (linie 1031-1102)
- Timing Standards table
- Blur-Fade Reveal
- Scroll Animations
- Number Counters
- Hover States
- LOOPING ANIMATIONS (CRITICAL!)

12. OUTPUT FORMAT & TEMPLATE (linie 1103-1433)
- Multi-page Alpine.js structure
- Enterprise/Government App handling
- Font Selection table
- Complete HTML template with CSS

13. 🔒 SECTION 15: VISUAL ENHANCEMENTS (linie 1449-1488)
- Required components per element
- BORING OUTPUT = FAILURE table
- FORBIDDEN list

14. 🔒 SECTION 8: NAVIGATION RULES (linie 1489-1533)
- STICKY NAV - NO WHITE LINE (critical fix!)
- Desktop/Mobile/Scroll Behavior

15. 🔒 SECTION 9: IMAGES (linie 1534-1562)
- Placeholders (picsum.photos, pravatar.cc)
- Image Rules
- FORBIDDEN

16. 🔒 SECTION 10: FORMS (linie 1563-1583)

17. 🔒 SECTION 11: ACCESSIBILITY (linie 1584-1599)

18. 🔒 SECTION 16: STYLE OVERRIDE RULES (linie 1600-1621)

19. ✅ SECTION 17: VERIFICATION CHECKLIST (linie 1622-1656)

20. 🚨 FAILURE CONDITIONS (linie 1657-1670)
Lista 10 powodów odrzucenia outputu

21. 🔒 CRITICAL FIXES (linie 1671-1863)
- FIX 1: SMART COMPONENT DISPLAY RULES
- FIX 1.5: FAQ/ACCORDION animation pattern
- FIX 1.6: MARQUEE pattern
- FIX 2: SLIDERS
- FIX 3: ROTATING TEXT
- FIX 4: SMOOTH TRANSITIONS
- FIX 4: ANIMATED PARTICLES
- CREATIVE FREEDOM section
- COMPONENT PAIRING IDEAS
- Final FAILURE CONDITIONS (17 items)

====================================================
NAJWAŻNIEJSZE PROBLEMY DO NAPRAWY:
====================================================

## PROBLEM 1: Marquee/Logo scroll nakłada się na siebie
ROZWIĄZANIE: Sekcja "FIX 1.6: MARQUEE" (linia ~1733)
- MUSI mieć overflow-hidden na zewnątrz
- MUSI mieć width: max-content na wewnątrz
- MUSI mieć shrink-0 na grupach
- MUSI mieć gap-16 (4rem) między itemami
- MUSI zduplikować content!

## PROBLEM 2: FAQ bez animacji
ROZWIĄZANIE: Sekcja "FIX 1.5: FAQ/ACCORDION" (linia ~1705)
- MUSI używać x-transition z enter/leave
- Chevron MUSI się obracać (rotate-180)
- NIGDY instant show/hide

## PROBLEM 3: Slider nie działa / zatrzymuje się
ROZWIĄZANIE: Sekcja "FIX 2: SLIDERS" (linia ~1782)
- Używaj Swiper.js z loop: true
- autoplay: { disableOnInteraction: false }

## PROBLEM 4: Sticky nav z białą linią
ROZWIĄZANIE: Sekcja "8.1 STICKY NAV" (linia ~1491)
- Initial: transparent, NO border
- After scroll: bg-black/80, backdrop-blur, subtle border

## PROBLEM 5: Statyczne liczby zamiast animowanych
ROZWIĄZANIE: Sekcja "NUMBER TICKER" (linia ~954)
- Zawsze używaj animowanego countera
- NIGDY statycznych "0", "0+" etc.

## PROBLEM 6: Brak różnorodności - te same komponenty
ROZWIĄZANIE: Sekcja "VARIETY REQUIREMENT" (linia ~165)
- Rotuj między: Accordion, Expandable Cards, Tabs dla FAQ
- Rotuj między: Carousel, Grid, Masonry dla Testimonials
- KAŻDY projekt powinien być UNIKALNY

====================================================
JAK EDYTOWAĆ:
====================================================

1. Otwórz plik: actions/transmute.ts
2. Znajdź: const SYSTEM_PROMPT = `...` (linia 42)
3. Edytuj zawartość między `` (backticks)
4. Zapisz plik
5. Deploy: npx vercel --prod --yes

====================================================
TIPS:
====================================================

- Używaj emoji dla sekcji (🔒, ⚠️, ❌, ✅, 🚨)
- Tabele markdown są parsowane
- Code blocks z ```html/css/js``` są ważne
- CRITICAL/FORBIDDEN słowa kluczowe są interpretowane
- Dodawaj przykłady kodu - AI je kopiuje

====================================================
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,11 @@ Natural language editing that actually works:
"Make this mobile responsive"
"Change the color scheme to dark mode"
"Connect this to my Supabase database"
"@Pricing Create a pricing page with 3 tiers"
```

After each edit, AI explains what changes it made in the chat — no need to diff code manually.

### 🎨 30+ Style Presets
Transform any UI into different aesthetics instantly:
- **Spatial Glass** — Apple Vision Pro inspired
Expand Down Expand Up @@ -107,13 +110,13 @@ Deploy your UI to the web instantly. Share the link with anyone.

| Plan | Price | Credits/Month | Best For |
|------|-------|---------------|----------|
| **Free** | $0 | 150 | Getting started |
| **Pro** | $35/mo | 3,000 | Creators & indie hackers |
| **Free** | $0 | 75 (one-time) | Try it out - 1 free generation |
| **Pro** | $25/mo | 1,500 | Creators & indie hackers |
| **Enterprise** | Custom | Unlimited | Teams & agencies |

**Credit Costs:**
- 🎬 Video generation: **75 credits**
- ✨ AI edit/refine: **25 credits**
- ✨ AI edit/refine: **3 credits**

**Top-ups available:**
- $20 → 2,000 credits
Expand Down Expand Up @@ -251,6 +254,15 @@ replay/
- [x] Supabase integration
- [x] One-click publish
- [x] Project settings & analytics
- [x] Version history with restore
- [x] AI chat interface with image support
- [x] Style reference mode (copy from image)
- [x] Delete confirmation modals
- [x] Extended history (500 projects)
- [x] Full keyboard navigation (WCAG)
- [x] Focus trap for modals
- [x] Redesigned project dropdown
- [x] Quick rename from project list
- [ ] Figma plugin
- [ ] Component library export
- [ ] Team collaboration
Expand Down
Loading