heraspec 0.1.12 → 0.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (129) hide show
  1. package/LICENSE +22 -22
  2. package/README.md +188 -103
  3. package/bin/heraspec.js +4805 -1122
  4. package/bin/heraspec.js.map +4 -4
  5. package/dist/core/templates/skills/CHANGELOG.md +117 -117
  6. package/dist/core/templates/skills/README-template.md +58 -58
  7. package/dist/core/templates/skills/README.md +38 -38
  8. package/dist/core/templates/skills/content-optimization-skill.md +104 -104
  9. package/dist/core/templates/skills/data/design-systems.csv +54 -0
  10. package/dist/core/templates/skills/data/pages-proposed.csv +21 -21
  11. package/dist/core/templates/skills/data/pages.csv +9 -9
  12. package/dist/core/templates/skills/data/typography.csv +57 -57
  13. package/dist/core/templates/skills/deploy-documentation-skill.md +408 -0
  14. package/dist/core/templates/skills/design-system-skill.md +176 -0
  15. package/dist/core/templates/skills/documents/templates/documentation-landing-page.html +63 -63
  16. package/dist/core/templates/skills/documents/templates/documentation.html +49 -49
  17. package/dist/core/templates/skills/documents/templates/landing-script.js +38 -38
  18. package/dist/core/templates/skills/documents/templates/landing-style.css +158 -158
  19. package/dist/core/templates/skills/documents/templates/script.js +56 -56
  20. package/dist/core/templates/skills/documents/templates/style.css +155 -155
  21. package/dist/core/templates/skills/documents/templates/technical-doc-template.md +16 -16
  22. package/dist/core/templates/skills/documents/templates/user-guide-template.md +16 -16
  23. package/dist/core/templates/skills/documents-skill.md +104 -104
  24. package/dist/core/templates/skills/e2e-test-skill.md +119 -119
  25. package/dist/core/templates/skills/git-embed-skill.md +57 -0
  26. package/dist/core/templates/skills/integration-test-skill.md +118 -118
  27. package/dist/core/templates/skills/knowledge/README.md +63 -0
  28. package/dist/core/templates/skills/knowledge/design-systems/airbnb/DESIGN.md +246 -0
  29. package/dist/core/templates/skills/knowledge/design-systems/airtable/DESIGN.md +89 -0
  30. package/dist/core/templates/skills/knowledge/design-systems/apple/DESIGN.md +313 -0
  31. package/dist/core/templates/skills/knowledge/design-systems/bmw/DESIGN.md +180 -0
  32. package/dist/core/templates/skills/knowledge/design-systems/cal/DESIGN.md +259 -0
  33. package/dist/core/templates/skills/knowledge/design-systems/claude/DESIGN.md +312 -0
  34. package/dist/core/templates/skills/knowledge/design-systems/clay/DESIGN.md +304 -0
  35. package/dist/core/templates/skills/knowledge/design-systems/clickhouse/DESIGN.md +281 -0
  36. package/dist/core/templates/skills/knowledge/design-systems/cohere/DESIGN.md +266 -0
  37. package/dist/core/templates/skills/knowledge/design-systems/coinbase/DESIGN.md +129 -0
  38. package/dist/core/templates/skills/knowledge/design-systems/composio/DESIGN.md +307 -0
  39. package/dist/core/templates/skills/knowledge/design-systems/cursor/DESIGN.md +309 -0
  40. package/dist/core/templates/skills/knowledge/design-systems/elevenlabs/DESIGN.md +265 -0
  41. package/dist/core/templates/skills/knowledge/design-systems/expo/DESIGN.md +281 -0
  42. package/dist/core/templates/skills/knowledge/design-systems/figma/DESIGN.md +220 -0
  43. package/dist/core/templates/skills/knowledge/design-systems/framer/DESIGN.md +246 -0
  44. package/dist/core/templates/skills/knowledge/design-systems/hashicorp/DESIGN.md +278 -0
  45. package/dist/core/templates/skills/knowledge/design-systems/ibm/DESIGN.md +332 -0
  46. package/dist/core/templates/skills/knowledge/design-systems/index.json +72 -0
  47. package/dist/core/templates/skills/knowledge/design-systems/intercom/DESIGN.md +146 -0
  48. package/dist/core/templates/skills/knowledge/design-systems/kraken/DESIGN.md +125 -0
  49. package/dist/core/templates/skills/knowledge/design-systems/linear.app/DESIGN.md +367 -0
  50. package/dist/core/templates/skills/knowledge/design-systems/lovable/DESIGN.md +298 -0
  51. package/dist/core/templates/skills/knowledge/design-systems/minimax/DESIGN.md +257 -0
  52. package/dist/core/templates/skills/knowledge/design-systems/mintlify/DESIGN.md +326 -0
  53. package/dist/core/templates/skills/knowledge/design-systems/miro/DESIGN.md +108 -0
  54. package/dist/core/templates/skills/knowledge/design-systems/mistral.ai/DESIGN.md +261 -0
  55. package/dist/core/templates/skills/knowledge/design-systems/mongodb/DESIGN.md +266 -0
  56. package/dist/core/templates/skills/knowledge/design-systems/notion/DESIGN.md +309 -0
  57. package/dist/core/templates/skills/knowledge/design-systems/nvidia/DESIGN.md +293 -0
  58. package/dist/core/templates/skills/knowledge/design-systems/ollama/DESIGN.md +267 -0
  59. package/dist/core/templates/skills/knowledge/design-systems/opencode.ai/DESIGN.md +281 -0
  60. package/dist/core/templates/skills/knowledge/design-systems/pinterest/DESIGN.md +230 -0
  61. package/dist/core/templates/skills/knowledge/design-systems/posthog/DESIGN.md +256 -0
  62. package/dist/core/templates/skills/knowledge/design-systems/raycast/DESIGN.md +268 -0
  63. package/dist/core/templates/skills/knowledge/design-systems/replicate/DESIGN.md +261 -0
  64. package/dist/core/templates/skills/knowledge/design-systems/resend/DESIGN.md +303 -0
  65. package/dist/core/templates/skills/knowledge/design-systems/revolut/DESIGN.md +185 -0
  66. package/dist/core/templates/skills/knowledge/design-systems/runwayml/DESIGN.md +244 -0
  67. package/dist/core/templates/skills/knowledge/design-systems/sanity/DESIGN.md +357 -0
  68. package/dist/core/templates/skills/knowledge/design-systems/sentry/DESIGN.md +262 -0
  69. package/dist/core/templates/skills/knowledge/design-systems/spacex/DESIGN.md +194 -0
  70. package/dist/core/templates/skills/knowledge/design-systems/spotify/DESIGN.md +246 -0
  71. package/dist/core/templates/skills/knowledge/design-systems/stripe/DESIGN.md +322 -0
  72. package/dist/core/templates/skills/knowledge/design-systems/supabase/DESIGN.md +255 -0
  73. package/dist/core/templates/skills/knowledge/design-systems/superhuman/DESIGN.md +252 -0
  74. package/dist/core/templates/skills/knowledge/design-systems/together.ai/DESIGN.md +263 -0
  75. package/dist/core/templates/skills/knowledge/design-systems/uber/DESIGN.md +295 -0
  76. package/dist/core/templates/skills/knowledge/design-systems/vercel/DESIGN.md +310 -0
  77. package/dist/core/templates/skills/knowledge/design-systems/voltagent/DESIGN.md +323 -0
  78. package/dist/core/templates/skills/knowledge/design-systems/warp/DESIGN.md +253 -0
  79. package/dist/core/templates/skills/knowledge/design-systems/webflow/DESIGN.md +92 -0
  80. package/dist/core/templates/skills/knowledge/design-systems/wise/DESIGN.md +173 -0
  81. package/dist/core/templates/skills/knowledge/design-systems/x.ai/DESIGN.md +257 -0
  82. package/dist/core/templates/skills/knowledge/design-systems/zapier/DESIGN.md +328 -0
  83. package/dist/core/templates/skills/knowledge/frameworks/php/codeigniter/rise-cms/profile.json +27 -0
  84. package/dist/core/templates/skills/knowledge/frameworks/php/codeigniter/rise-cms/structure.md +137 -0
  85. package/dist/core/templates/skills/knowledge/frameworks/php/laravel/botble/profile.json +39 -0
  86. package/dist/core/templates/skills/knowledge/frameworks/php/laravel/botble/structure.md +208 -0
  87. package/dist/core/templates/skills/knowledge/frameworks/php/wordpress/core/profile.json +51 -0
  88. package/dist/core/templates/skills/knowledge/frameworks/php/wordpress/core/structure.md +369 -0
  89. package/dist/core/templates/skills/knowledge/index.json +65 -0
  90. package/dist/core/templates/skills/module-codebase-skill.md +110 -110
  91. package/dist/core/templates/skills/plugin-directory-skill.md +396 -396
  92. package/dist/core/templates/skills/project-memory-skill.md +222 -0
  93. package/dist/core/templates/skills/project-memory-skill.vi.md +223 -0
  94. package/dist/core/templates/skills/scripts/CODE_EXPLANATION.md +394 -394
  95. package/dist/core/templates/skills/scripts/SEARCH_ALGORITHMS_COMPARISON.md +421 -421
  96. package/dist/core/templates/skills/scripts/SEARCH_MODES_GUIDE.md +238 -238
  97. package/dist/core/templates/skills/scripts/__pycache__/core.cpython-311.pyc +0 -0
  98. package/dist/core/templates/skills/scripts/core.py +391 -385
  99. package/dist/core/templates/skills/scripts/search.py +1 -1
  100. package/dist/core/templates/skills/smart-explore-skill.md +141 -0
  101. package/dist/core/templates/skills/sourcecode-analyzer-skill.md +210 -0
  102. package/dist/core/templates/skills/sourcecode-analyzer-skill.vi.md +210 -0
  103. package/dist/core/templates/skills/suggestion-skill.md +118 -118
  104. package/dist/core/templates/skills/templates/accessibility-checklist.md +40 -40
  105. package/dist/core/templates/skills/templates/example-prompt-full-theme.md +333 -333
  106. package/dist/core/templates/skills/templates/page-types-guide.md +338 -338
  107. package/dist/core/templates/skills/templates/pages-proposed-summary.md +273 -273
  108. package/dist/core/templates/skills/templates/pre-delivery-checklist.md +42 -42
  109. package/dist/core/templates/skills/templates/prompt-template-full-theme.md +313 -313
  110. package/dist/core/templates/skills/templates/responsive-design.md +40 -40
  111. package/dist/core/templates/skills/ui-ux-skill.md +595 -584
  112. package/dist/core/templates/skills/unit-test-skill.md +111 -111
  113. package/dist/core/templates/skills/ux-element/templates/Controller.php +50 -50
  114. package/dist/core/templates/skills/ux-element/templates/Shortcode.php +23 -23
  115. package/dist/core/templates/skills/ux-element/templates/Template.html +20 -20
  116. package/dist/core/templates/skills/ux-element/templates/Thumbnail.svg +8 -8
  117. package/dist/core/templates/skills/ux-element/templates/View.php +21 -21
  118. package/dist/core/templates/skills/ux-element-skill.md +83 -83
  119. package/dist/core/templates/skills/wordpress-plugin-check-skill.md +151 -76
  120. package/dist/core/templates/skills/wordpress-plugin-standard/templates/admin-dashboard.php +47 -47
  121. package/dist/core/templates/skills/wordpress-plugin-standard/templates/admin-settings.php +60 -60
  122. package/dist/core/templates/skills/wordpress-plugin-standard/templates/assets/admin-css.css +22 -22
  123. package/dist/core/templates/skills/wordpress-plugin-standard/templates/assets/admin-js.js +15 -15
  124. package/dist/core/templates/skills/wordpress-plugin-standard/templates/plugin-main.php +169 -169
  125. package/dist/core/templates/skills/wordpress-plugin-standard/templates/readme.txt +41 -41
  126. package/dist/core/templates/skills/wordpress-plugin-standard/templates/uninstall.php +21 -21
  127. package/dist/core/templates/skills/wordpress-plugin-standard-skill.md +100 -100
  128. package/dist/index.js +4068 -278
  129. package/package.json +75 -72
@@ -1,273 +1,273 @@
1
- # Proposed Additional Page Types
2
-
3
- This file lists common page types proposed to be added to the system. Please review and confirm which pages you want to integrate.
4
-
5
- ## 📋 Overview
6
-
7
- **Currently have:** 9 page types (Home, About, Post Details, Category, Pricing, FAQ, Contact, Product Category, Product Details)
8
-
9
- **Proposed additions:** 21 common page types
10
-
11
- ---
12
-
13
- ## 🎯 Group 1: E-Commerce & Shopping (4 pages)
14
-
15
- ### 10. Cart (Shopping Cart)
16
- **Description:** Shopping cart page displaying added products, allowing quantity adjustment, product removal, and navigation to checkout.
17
-
18
- **When to use:** All e-commerce websites
19
-
20
- **Priority:** ⭐⭐⭐⭐⭐ (Very high - essential for e-commerce)
21
-
22
- ---
23
-
24
- ### 11. Checkout
25
- **Description:** Checkout page with shipping address form, payment method selection, and order summary.
26
-
27
- **When to use:** All e-commerce websites
28
-
29
- **Priority:** ⭐⭐⭐⭐⭐ (Very high - essential for e-commerce)
30
-
31
- ---
32
-
33
- ### 12. Thank You (Order Confirmation)
34
- **Description:** Confirmation page after successful order placement, displaying order number and next steps.
35
-
36
- **When to use:** All e-commerce websites
37
-
38
- **Priority:** ⭐⭐⭐⭐ (High - improves UX)
39
-
40
- ---
41
-
42
- ### 13. Compare (Product Comparison)
43
- **Description:** Product comparison page with side-by-side comparison, helping users decide between options.
44
-
45
- **When to use:** E-commerce with many similar products
46
-
47
- **Priority:** ⭐⭐⭐ (Medium - optional)
48
-
49
- ---
50
-
51
- ## 🔐 Group 2: User Account & Authentication (4 pages)
52
-
53
- ### 14. Login
54
- **Description:** Login page with email/password form, forgot password link, and social login options.
55
-
56
- **When to use:** All websites with user accounts
57
-
58
- **Priority:** ⭐⭐⭐⭐⭐ (Very high - essential)
59
-
60
- ---
61
-
62
- ### 15. Register (Sign Up)
63
- **Description:** Registration page for new accounts with signup form and terms & conditions.
64
-
65
- **When to use:** All websites with user accounts
66
-
67
- **Priority:** ⭐⭐⭐⭐⭐ (Very high - essential)
68
-
69
- ---
70
-
71
- ### 16. Dashboard (User Dashboard)
72
- **Description:** User account overview page with statistics, personal information, and navigation.
73
-
74
- **When to use:** All websites with user accounts
75
-
76
- **Priority:** ⭐⭐⭐⭐ (High - improves UX)
77
-
78
- ---
79
-
80
- ### 17. Account Settings
81
- **Description:** Account settings page to change personal information, password, and preferences.
82
-
83
- **When to use:** All websites with user accounts
84
-
85
- **Priority:** ⭐⭐⭐⭐ (High - improves UX)
86
-
87
- ---
88
-
89
- ## 📝 Group 3: Content & Blog (2 pages)
90
-
91
- ### 18. Blog Listing
92
- **Description:** Main blog listing page (different from Category - this is the index page for the entire blog).
93
-
94
- **When to use:** Websites with blog/content
95
-
96
- **Priority:** ⭐⭐⭐⭐ (High - distinguishes from Category)
97
-
98
- ---
99
-
100
- ### 19. Search Results
101
- **Description:** Search results page with filters, sort options, and empty state when no results found.
102
-
103
- **When to use:** All websites with search functionality
104
-
105
- **Priority:** ⭐⭐⭐⭐ (High - improves UX)
106
-
107
- ---
108
-
109
- ## 🎨 Group 4: Business & Services (4 pages)
110
-
111
- ### 20. Services
112
- **Description:** Page introducing services/solutions that the company provides.
113
-
114
- **When to use:** Service-based businesses (agency, consulting, etc.)
115
-
116
- **Priority:** ⭐⭐⭐⭐ (High - common for service businesses)
117
-
118
- ---
119
-
120
- ### 21. Portfolio
121
- **Description:** Page showcasing projects/work done with filters and lightbox.
122
-
123
- **When to use:** Creative agencies, freelancers, designers
124
-
125
- **Priority:** ⭐⭐⭐ (Medium - industry-dependent)
126
-
127
- ---
128
-
129
- ### 22. Testimonials (Standalone)
130
- **Description:** Separate page for testimonials/reviews with filters and video testimonials.
131
-
132
- **When to use:** All business types (can be integrated into Home but standalone is better)
133
-
134
- **Priority:** ⭐⭐⭐ (Medium - optional)
135
-
136
- ---
137
-
138
- ### 23. Team (Standalone)
139
- **Description:** Separate page introducing team (different from About - About may have team but Team page is more detailed).
140
-
141
- **When to use:** Companies wanting to highlight team members
142
-
143
- **Priority:** ⭐⭐⭐ (Medium - optional)
144
-
145
- ---
146
-
147
- ## 💼 Group 5: Business Operations (2 pages)
148
-
149
- ### 24. Careers (Jobs)
150
- **Description:** Careers page with open positions list, company culture, and application form.
151
-
152
- **When to use:** Companies that are hiring
153
-
154
- **Priority:** ⭐⭐⭐ (Medium - as needed)
155
-
156
- ---
157
-
158
- ### 25. Events
159
- **Description:** Events page with calendar, events list, and registration.
160
-
161
- **When to use:** Event organizers, conferences, workshops
162
-
163
- **Priority:** ⭐⭐ (Low - industry-dependent)
164
-
165
- ---
166
-
167
- ## 📚 Group 6: Documentation & Help (1 page)
168
-
169
- ### 26. Documentation (Help Center)
170
- **Description:** Technical documentation page with search, sidebar navigation, code examples.
171
-
172
- **When to use:** Developer tools, SaaS platforms, technical products
173
-
174
- **Priority:** ⭐⭐⭐ (Medium - product-dependent)
175
-
176
- ---
177
-
178
- ## ⚖️ Group 7: Legal Pages (2 pages)
179
-
180
- ### 27. Privacy Policy
181
- **Description:** Privacy policy page - legal requirement for most websites.
182
-
183
- **When to use:** All websites (legal requirement)
184
-
185
- **Priority:** ⭐⭐⭐⭐⭐ (Very high - mandatory)
186
-
187
- ---
188
-
189
- ### 28. Terms of Service
190
- **Description:** Terms of service page - legal requirement for most websites.
191
-
192
- **When to use:** All websites (legal requirement)
193
-
194
- **Priority:** ⭐⭐⭐⭐⭐ (Very high - mandatory)
195
-
196
- ---
197
-
198
- ## 🚧 Group 8: Utility Pages (2 pages)
199
-
200
- ### 29. 404 Error (Not Found)
201
- **Description:** Friendly 404 error page with navigation and search to help users find content again.
202
-
203
- **When to use:** All websites
204
-
205
- **Priority:** ⭐⭐⭐⭐ (High - improves UX)
206
-
207
- ---
208
-
209
- ### 30. Coming Soon
210
- **Description:** "Coming soon" page with countdown timer and email signup form.
211
-
212
- **When to use:** Pre-launch websites, maintenance mode
213
-
214
- **Priority:** ⭐⭐ (Low - situation-dependent)
215
-
216
- ---
217
-
218
- ## 📊 Summary of Proposals
219
-
220
- ### Very High Priority (Should integrate immediately):
221
- 1. ✅ **Cart** - E-commerce
222
- 2. ✅ **Checkout** - E-commerce
223
- 3. ✅ **Login** - User accounts
224
- 4. ✅ **Register** - User accounts
225
- 5. ✅ **Privacy Policy** - Legal requirement
226
- 6. ✅ **Terms of Service** - Legal requirement
227
-
228
- ### High Priority (Should integrate):
229
- 7. ✅ **Thank You** - E-commerce UX
230
- 8. ✅ **Dashboard** - User accounts
231
- 9. ✅ **Account Settings** - User accounts
232
- 10. ✅ **Blog Listing** - Content sites
233
- 11. ✅ **Search Results** - All sites
234
- 12. ✅ **Services** - Service businesses
235
- 13. ✅ **404 Error** - All sites
236
-
237
- ### Medium Priority (Optional):
238
- 14. ⚠️ **Compare** - E-commerce
239
- 15. ⚠️ **Portfolio** - Creative agencies
240
- 16. ⚠️ **Testimonials** - All businesses
241
- 17. ⚠️ **Team** - All businesses
242
- 18. ⚠️ **Careers** - Hiring companies
243
- 19. ⚠️ **Documentation** - Technical products
244
-
245
- ### Low Priority (Situation-dependent):
246
- 20. ⚠️ **Events** - Event organizers
247
- 21. ⚠️ **Coming Soon** - Pre-launch
248
-
249
- ---
250
-
251
- ## 🎯 Integration Recommendation
252
-
253
- **Integrate immediately (13 pages):**
254
- - Cart, Checkout, Thank You
255
- - Login, Register, Dashboard, Account Settings
256
- - Blog Listing, Search Results
257
- - Services
258
- - Privacy Policy, Terms of Service
259
- - 404 Error
260
-
261
- **Integrate later (8 pages):**
262
- - Compare, Portfolio, Testimonials, Team, Careers, Documentation, Events, Coming Soon
263
-
264
- ---
265
-
266
- ## 📝 Notes
267
-
268
- - Each page has detailed description in `pages-proposed.csv` file
269
- - Can integrate by group or all at once depending on needs
270
- - Legal pages (Privacy Policy, Terms) should be integrated early due to legal requirements
271
- - E-commerce pages (Cart, Checkout, Thank You) are essential for e-commerce websites
272
-
273
- **Please confirm which pages you want to integrate into the system!** 🚀
1
+ # Proposed Additional Page Types
2
+
3
+ This file lists common page types proposed to be added to the system. Please review and confirm which pages you want to integrate.
4
+
5
+ ## 📋 Overview
6
+
7
+ **Currently have:** 9 page types (Home, About, Post Details, Category, Pricing, FAQ, Contact, Product Category, Product Details)
8
+
9
+ **Proposed additions:** 21 common page types
10
+
11
+ ---
12
+
13
+ ## 🎯 Group 1: E-Commerce & Shopping (4 pages)
14
+
15
+ ### 10. Cart (Shopping Cart)
16
+ **Description:** Shopping cart page displaying added products, allowing quantity adjustment, product removal, and navigation to checkout.
17
+
18
+ **When to use:** All e-commerce websites
19
+
20
+ **Priority:** ⭐⭐⭐⭐⭐ (Very high - essential for e-commerce)
21
+
22
+ ---
23
+
24
+ ### 11. Checkout
25
+ **Description:** Checkout page with shipping address form, payment method selection, and order summary.
26
+
27
+ **When to use:** All e-commerce websites
28
+
29
+ **Priority:** ⭐⭐⭐⭐⭐ (Very high - essential for e-commerce)
30
+
31
+ ---
32
+
33
+ ### 12. Thank You (Order Confirmation)
34
+ **Description:** Confirmation page after successful order placement, displaying order number and next steps.
35
+
36
+ **When to use:** All e-commerce websites
37
+
38
+ **Priority:** ⭐⭐⭐⭐ (High - improves UX)
39
+
40
+ ---
41
+
42
+ ### 13. Compare (Product Comparison)
43
+ **Description:** Product comparison page with side-by-side comparison, helping users decide between options.
44
+
45
+ **When to use:** E-commerce with many similar products
46
+
47
+ **Priority:** ⭐⭐⭐ (Medium - optional)
48
+
49
+ ---
50
+
51
+ ## 🔐 Group 2: User Account & Authentication (4 pages)
52
+
53
+ ### 14. Login
54
+ **Description:** Login page with email/password form, forgot password link, and social login options.
55
+
56
+ **When to use:** All websites with user accounts
57
+
58
+ **Priority:** ⭐⭐⭐⭐⭐ (Very high - essential)
59
+
60
+ ---
61
+
62
+ ### 15. Register (Sign Up)
63
+ **Description:** Registration page for new accounts with signup form and terms & conditions.
64
+
65
+ **When to use:** All websites with user accounts
66
+
67
+ **Priority:** ⭐⭐⭐⭐⭐ (Very high - essential)
68
+
69
+ ---
70
+
71
+ ### 16. Dashboard (User Dashboard)
72
+ **Description:** User account overview page with statistics, personal information, and navigation.
73
+
74
+ **When to use:** All websites with user accounts
75
+
76
+ **Priority:** ⭐⭐⭐⭐ (High - improves UX)
77
+
78
+ ---
79
+
80
+ ### 17. Account Settings
81
+ **Description:** Account settings page to change personal information, password, and preferences.
82
+
83
+ **When to use:** All websites with user accounts
84
+
85
+ **Priority:** ⭐⭐⭐⭐ (High - improves UX)
86
+
87
+ ---
88
+
89
+ ## 📝 Group 3: Content & Blog (2 pages)
90
+
91
+ ### 18. Blog Listing
92
+ **Description:** Main blog listing page (different from Category - this is the index page for the entire blog).
93
+
94
+ **When to use:** Websites with blog/content
95
+
96
+ **Priority:** ⭐⭐⭐⭐ (High - distinguishes from Category)
97
+
98
+ ---
99
+
100
+ ### 19. Search Results
101
+ **Description:** Search results page with filters, sort options, and empty state when no results found.
102
+
103
+ **When to use:** All websites with search functionality
104
+
105
+ **Priority:** ⭐⭐⭐⭐ (High - improves UX)
106
+
107
+ ---
108
+
109
+ ## 🎨 Group 4: Business & Services (4 pages)
110
+
111
+ ### 20. Services
112
+ **Description:** Page introducing services/solutions that the company provides.
113
+
114
+ **When to use:** Service-based businesses (agency, consulting, etc.)
115
+
116
+ **Priority:** ⭐⭐⭐⭐ (High - common for service businesses)
117
+
118
+ ---
119
+
120
+ ### 21. Portfolio
121
+ **Description:** Page showcasing projects/work done with filters and lightbox.
122
+
123
+ **When to use:** Creative agencies, freelancers, designers
124
+
125
+ **Priority:** ⭐⭐⭐ (Medium - industry-dependent)
126
+
127
+ ---
128
+
129
+ ### 22. Testimonials (Standalone)
130
+ **Description:** Separate page for testimonials/reviews with filters and video testimonials.
131
+
132
+ **When to use:** All business types (can be integrated into Home but standalone is better)
133
+
134
+ **Priority:** ⭐⭐⭐ (Medium - optional)
135
+
136
+ ---
137
+
138
+ ### 23. Team (Standalone)
139
+ **Description:** Separate page introducing team (different from About - About may have team but Team page is more detailed).
140
+
141
+ **When to use:** Companies wanting to highlight team members
142
+
143
+ **Priority:** ⭐⭐⭐ (Medium - optional)
144
+
145
+ ---
146
+
147
+ ## 💼 Group 5: Business Operations (2 pages)
148
+
149
+ ### 24. Careers (Jobs)
150
+ **Description:** Careers page with open positions list, company culture, and application form.
151
+
152
+ **When to use:** Companies that are hiring
153
+
154
+ **Priority:** ⭐⭐⭐ (Medium - as needed)
155
+
156
+ ---
157
+
158
+ ### 25. Events
159
+ **Description:** Events page with calendar, events list, and registration.
160
+
161
+ **When to use:** Event organizers, conferences, workshops
162
+
163
+ **Priority:** ⭐⭐ (Low - industry-dependent)
164
+
165
+ ---
166
+
167
+ ## 📚 Group 6: Documentation & Help (1 page)
168
+
169
+ ### 26. Documentation (Help Center)
170
+ **Description:** Technical documentation page with search, sidebar navigation, code examples.
171
+
172
+ **When to use:** Developer tools, SaaS platforms, technical products
173
+
174
+ **Priority:** ⭐⭐⭐ (Medium - product-dependent)
175
+
176
+ ---
177
+
178
+ ## ⚖️ Group 7: Legal Pages (2 pages)
179
+
180
+ ### 27. Privacy Policy
181
+ **Description:** Privacy policy page - legal requirement for most websites.
182
+
183
+ **When to use:** All websites (legal requirement)
184
+
185
+ **Priority:** ⭐⭐⭐⭐⭐ (Very high - mandatory)
186
+
187
+ ---
188
+
189
+ ### 28. Terms of Service
190
+ **Description:** Terms of service page - legal requirement for most websites.
191
+
192
+ **When to use:** All websites (legal requirement)
193
+
194
+ **Priority:** ⭐⭐⭐⭐⭐ (Very high - mandatory)
195
+
196
+ ---
197
+
198
+ ## 🚧 Group 8: Utility Pages (2 pages)
199
+
200
+ ### 29. 404 Error (Not Found)
201
+ **Description:** Friendly 404 error page with navigation and search to help users find content again.
202
+
203
+ **When to use:** All websites
204
+
205
+ **Priority:** ⭐⭐⭐⭐ (High - improves UX)
206
+
207
+ ---
208
+
209
+ ### 30. Coming Soon
210
+ **Description:** "Coming soon" page with countdown timer and email signup form.
211
+
212
+ **When to use:** Pre-launch websites, maintenance mode
213
+
214
+ **Priority:** ⭐⭐ (Low - situation-dependent)
215
+
216
+ ---
217
+
218
+ ## 📊 Summary of Proposals
219
+
220
+ ### Very High Priority (Should integrate immediately):
221
+ 1. ✅ **Cart** - E-commerce
222
+ 2. ✅ **Checkout** - E-commerce
223
+ 3. ✅ **Login** - User accounts
224
+ 4. ✅ **Register** - User accounts
225
+ 5. ✅ **Privacy Policy** - Legal requirement
226
+ 6. ✅ **Terms of Service** - Legal requirement
227
+
228
+ ### High Priority (Should integrate):
229
+ 7. ✅ **Thank You** - E-commerce UX
230
+ 8. ✅ **Dashboard** - User accounts
231
+ 9. ✅ **Account Settings** - User accounts
232
+ 10. ✅ **Blog Listing** - Content sites
233
+ 11. ✅ **Search Results** - All sites
234
+ 12. ✅ **Services** - Service businesses
235
+ 13. ✅ **404 Error** - All sites
236
+
237
+ ### Medium Priority (Optional):
238
+ 14. ⚠️ **Compare** - E-commerce
239
+ 15. ⚠️ **Portfolio** - Creative agencies
240
+ 16. ⚠️ **Testimonials** - All businesses
241
+ 17. ⚠️ **Team** - All businesses
242
+ 18. ⚠️ **Careers** - Hiring companies
243
+ 19. ⚠️ **Documentation** - Technical products
244
+
245
+ ### Low Priority (Situation-dependent):
246
+ 20. ⚠️ **Events** - Event organizers
247
+ 21. ⚠️ **Coming Soon** - Pre-launch
248
+
249
+ ---
250
+
251
+ ## 🎯 Integration Recommendation
252
+
253
+ **Integrate immediately (13 pages):**
254
+ - Cart, Checkout, Thank You
255
+ - Login, Register, Dashboard, Account Settings
256
+ - Blog Listing, Search Results
257
+ - Services
258
+ - Privacy Policy, Terms of Service
259
+ - 404 Error
260
+
261
+ **Integrate later (8 pages):**
262
+ - Compare, Portfolio, Testimonials, Team, Careers, Documentation, Events, Coming Soon
263
+
264
+ ---
265
+
266
+ ## 📝 Notes
267
+
268
+ - Each page has detailed description in `pages-proposed.csv` file
269
+ - Can integrate by group or all at once depending on needs
270
+ - Legal pages (Privacy Policy, Terms) should be integrated early due to legal requirements
271
+ - E-commerce pages (Cart, Checkout, Thank You) are essential for e-commerce websites
272
+
273
+ **Please confirm which pages you want to integrate into the system!** 🚀
@@ -1,42 +1,42 @@
1
- # Pre-Delivery Checklist for UI/UX
2
-
3
- Before delivering UI code, verify these items:
4
-
5
- ## Visual Quality
6
-
7
- - [ ] No emojis used as icons (use SVG instead - Heroicons, Lucide, Simple Icons)
8
- - [ ] All icons from consistent icon set
9
- - [ ] Brand logos are correct (verified from Simple Icons)
10
- - [ ] Hover states don't cause layout shift (use color/opacity, not scale)
11
-
12
- ## Interaction
13
-
14
- - [ ] All clickable elements have `cursor-pointer`
15
- - [ ] Hover states provide clear visual feedback
16
- - [ ] Transitions are smooth (150-300ms)
17
- - [ ] Focus states visible for keyboard navigation
18
-
19
- ## Light/Dark Mode
20
-
21
- - [ ] Light mode text has sufficient contrast (4.5:1 minimum)
22
- - [ ] Glass/transparent elements visible in light mode (`bg-white/80` not `bg-white/10`)
23
- - [ ] Borders visible in both modes (`border-gray-200` in light mode)
24
- - [ ] Test both modes before delivery
25
-
26
- ## Layout
27
-
28
- - [ ] Floating elements have proper spacing from edges
29
- - [ ] No content hidden behind fixed navbars
30
- - [ ] Responsive at 320px, 768px, 1024px, 1440px
31
- - [ ] No horizontal scroll on mobile
32
- - [ ] Consistent max-width (`max-w-6xl` or `max-w-7xl`)
33
-
34
- ## Accessibility
35
-
36
- - [ ] All images have alt text
37
- - [ ] Form inputs have labels
38
- - [ ] Color is not the only indicator
39
- - [ ] `prefers-reduced-motion` respected
40
- - [ ] Keyboard navigation works
41
- - [ ] Screen reader friendly
42
-
1
+ # Pre-Delivery Checklist for UI/UX
2
+
3
+ Before delivering UI code, verify these items:
4
+
5
+ ## Visual Quality
6
+
7
+ - [ ] No emojis used as icons (use SVG instead - Heroicons, Lucide, Simple Icons)
8
+ - [ ] All icons from consistent icon set
9
+ - [ ] Brand logos are correct (verified from Simple Icons)
10
+ - [ ] Hover states don't cause layout shift (use color/opacity, not scale)
11
+
12
+ ## Interaction
13
+
14
+ - [ ] All clickable elements have `cursor-pointer`
15
+ - [ ] Hover states provide clear visual feedback
16
+ - [ ] Transitions are smooth (150-300ms)
17
+ - [ ] Focus states visible for keyboard navigation
18
+
19
+ ## Light/Dark Mode
20
+
21
+ - [ ] Light mode text has sufficient contrast (4.5:1 minimum)
22
+ - [ ] Glass/transparent elements visible in light mode (`bg-white/80` not `bg-white/10`)
23
+ - [ ] Borders visible in both modes (`border-gray-200` in light mode)
24
+ - [ ] Test both modes before delivery
25
+
26
+ ## Layout
27
+
28
+ - [ ] Floating elements have proper spacing from edges
29
+ - [ ] No content hidden behind fixed navbars
30
+ - [ ] Responsive at 320px, 768px, 1024px, 1440px
31
+ - [ ] No horizontal scroll on mobile
32
+ - [ ] Consistent max-width (`max-w-6xl` or `max-w-7xl`)
33
+
34
+ ## Accessibility
35
+
36
+ - [ ] All images have alt text
37
+ - [ ] Form inputs have labels
38
+ - [ ] Color is not the only indicator
39
+ - [ ] `prefers-reduced-motion` respected
40
+ - [ ] Keyboard navigation works
41
+ - [ ] Screen reader friendly
42
+