-
-
Notifications
You must be signed in to change notification settings - Fork 440
/
Copy pathp.ts
431 lines (422 loc) · 16.5 KB
/
p.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
import { Resource } from 'types'
export const resources: Resource[] = [
{
name: 'Page Collective',
categories: ['Inspiration'],
description: 'Get inspired and keep up with the latest landing page design trends.',
url: 'https://pagecollective.com/',
},
{
name: 'Pagelet',
categories: ['Hosting'],
description: 'Simple Free HTML hosting, get a shareable link and a QR code out of the box.',
url: 'https://pagelet.host',
},
{
name: 'PageSpeed Insights',
categories: ['Performance'],
description:
'PageSpeed Insights analyzes the content of a web page, then generates suggestions to make that page faster.',
url: 'https://developers.google.com/speed/pagespeed/insights/',
},
{
name: 'Palette List',
categories: ['Color'],
description: 'Palette List is a dynamic palette generator.',
keywords: ['palette', 'colors', 'designer tools', 'developer tools', 'hex', 'rgb'],
url: 'https://www.palettelist.com/',
},
{
name: 'Palettes & Hues 🎨',
categories: ['Color', 'Editor', 'Extension'],
description:
'Palettes & Hues 🎨 is a chrome extension to extract, pick and manage the dominant color palette from the visible area of any webpage or pick and manage specific color palettes using an uploaded image.',
url: 'https://palettes.fyi/',
},
{
name: 'Panem',
description: 'AI Powered SaaS Spend Management',
categories: ['Productivity', 'Startup'],
url: 'https://panem.co',
keywords: ['fintech', 'finance'],
},
{
name: 'Patterninja',
categories: ['Illustration'],
description:
'Combine images from our free library or use your own. Produced patterns can be downloaded in high resolution and used for printing and the web.',
url: 'https://patterninja.com/',
},
{
name: 'Patterns.dev',
categories: ['Learn', 'Programming'],
description:
'Patterns.dev is a free book on design patterns and component patterns for building powerful web apps with vanilla JavaScript and React.',
url: 'https://www.patterns.dev/',
keywords: ['design patterns', 'component patterns', 'javascript', 'react', 'web development'],
},
{
name: 'Paw',
categories: ['API Building'],
description:
'Paw is a full-featured HTTP client that lets you test and describe the APIs you build or consume. It has a beautiful native macOS interface to compose requests, inspect server responses, generate client code and export API definitions.',
url: 'https://paw.cloud/',
},
{
name: 'pCloudy',
categories: ['Testing'],
description:
'Continuous testing platform that helps to speed up the app testing by enabling end to end continuous testing for enterprises.',
url: 'https://www.pcloudy.com/',
},
{
name: 'PeoplePerHour',
categories: ['Freelance'],
description:
'Get any project done on PeoplePerHour - the #1 freelancing community. Post a project for free to find professional freelancers and find freelance jobs in minutes!',
url: 'https://www.peopleperhour.com/',
},
{
name: 'PerfectBugReport.io',
categories: ['Testing'],
description: 'A simple checklist of the essential items to include in bug reports.',
url: 'https://www.perfectbugreport.io/',
keywords: ['bug report', 'bug report checklist', 'how to write bug report'],
},
{
name: 'PersonaForce',
description: 'Create and chat with AI buyer personas for smarter marketing.',
categories: ['Marketing', 'Productivity', 'AI'],
url: 'https://personaforce.ai/',
keywords: ['ai assistant', 'persona marketing', 'audience research', 'sales'],
},
{
name: 'Pexels',
categories: ['Video', 'Image'],
description: "Finding the perfect photo or video shouldn't take forever.",
keywords: ['free stock videos', 'pexels', 'videos', 'design resource', 'footage', 'hd'],
url: 'https://www.pexels.com/',
},
{
name: 'Phind',
categories: ['AI'],
description: 'The AI search engine for developers.',
url: 'https://www.phind.com',
keywords: ['ai', 'search engine'],
},
{
name: 'Photopea',
categories: ['Design', 'UI', 'Template'],
description:
'Photopea Online Photo Editor lets you edit photos, apply effects, filters, add text, crop or resize pictures.',
url: 'https://www.photopea.com/',
keywords: ['image generation', 'professional photos'],
},
{
name: 'PhotoRoom',
categories: ['Image', 'Editor'],
description:
'Create product and portrait pictures using only your phone. Remove background, change background and showcase products.',
url: 'https://www.photoroom.com',
},
{
name: 'PhpStorm',
categories: ['Editor', 'Programming'],
description:
'PhpStorm is a perfect PHP IDE for working with Symfony, Laravel, Drupal, WordPress, Laminas, Magento, Joomla!, CakePHP, Yii, and other frameworks.',
url: 'https://www.jetbrains.com/phpstorm/',
},
{
name: 'Photo Rush',
description:
'Generate professional images of products with AI. Save money and use AI to do a photo shoot from your laptop or phone instead of hiring an expensive photographer.Get your product images in minutes',
categories: ['AI', 'Image', 'Design'],
url: 'https://photorush.io',
keywords: ['image generation', 'professional photos'],
},
{
name: 'Pieces',
categories: ['AI', 'Programming', 'Productivity'],
description: 'On-device copilot to capture, enrich, and reuse useful materials, streamline collaboration.',
url: 'https://pieces.app/',
keywords: ['Productivity', 'Copilot', 'easy snippet search'],
},
{
name: 'PimpMySnap',
description:
'PimpMySnap is a powerful screenshot editor capable of transforming your screenshots into eye-catching visuals.',
categories: ['Design', 'Marketing', 'Productivity'],
url: 'https://pimpmysnap.com/',
keywords: ['screenshot', 'social media', 'editor', 'content,'],
},
{
name: 'Pingdom',
categories: ['Performance'],
description: 'Full Page Test Analysis.',
url: 'https://tools.pingdom.com/',
},
{
name: 'Pixabay',
categories: ['Video', 'Image', 'Illustration'],
description:
'Pixabay.com is a website for sharing photos, illustrations, vector graphics, film footage and music.',
url: 'https://pixabay.com/',
},
{
name: 'Pixel Love',
categories: ['Icon'],
description: 'Download 15,000 icons in 6 distictive styles made for professionals.',
keywords: ['icons', 'line icons', 'vector icons', 'iOS icons', 'Android icons'],
url: 'https://www.pixellove.com/',
},
{
name: 'Pintura',
categories: ['Code Generator', 'Image'],
description: 'A powerful JavaScript Image Editor that integrates with every stack.',
keywords: ['image editor', 'javascript', 'image processing'],
url: 'https://pqina.nl/pintura/',
},
{
name: 'Plausible',
categories: ['Analytics'],
description:
'Plausible is a lightweight and open-source web analytics tool. Your website data is 100% yours and the privacy of your visitors is respected.',
url: 'https://plausible.io/',
},
{
name: 'Playwright',
categories: ['Testing'],
description: 'Playwright enables reliable end-to-end testing for modern web apps.',
url: 'https://playwright.dev',
keywords: ['playwright', 'testing', 'e2e', 'browser', 'chromium', 'firefox', 'webkit'],
},
{
name: 'Plottable',
categories: ['Library', 'Programming'],
description: 'Flexible, interactive, performant charts for the web made easy.',
url: 'http://plottablejs.org/',
},
{
name: 'Plotline',
categories: ['Marketing', 'Programming', 'AI'],
description: 'Make your app dynamic with AI',
url: 'https://www.plotline.so/',
},
{
name: 'Pluralsight',
categories: ['Learn', 'Programming'],
description:
'Build your IT toolkit with the skills you need to excel in your job, including security best practices, server infrastructure and virtualization. Explore our IT courses now.',
url: 'https://www.pluralsight.com/',
},
{
name: 'Polypane',
categories: ['Browser', 'Testing'],
description:
'A browser for web developers and designers with all the tools you need to build responsive, accessible and fast sites five times faster.',
url: 'https://polypane.app/',
},
{
name: 'PostgreSQL',
categories: ['Database'],
description:
'PostgreSQL is an enterprise-class open source database management system. It supports both SQL for relational and JSON for non-relational queries.',
url: 'https://www.postgresql.org/',
},
{
name: 'Postman',
categories: ['API Building'],
description:
'Postman makes API development easy. Our platform offers the tools to simplify each step of the API building process and streamlines collaboration so you can create better APIs faster.',
url: 'https://www.postman.com/',
},
{
name: 'Postlyy',
categories: ['AI', 'Productivity'],
description: 'All in one platform to create (WITH AI), schedule, and analyze content on X and LinkedIn',
url: 'https://postlyy.com/',
keywords: ['ai', 'social media', 'content creation'],
},
{
name: 'PoweredbyAI',
description: 'A directory with 100+ AI tools to help you with your daily tasks',
categories: ['AI'],
url: 'https://poweredbyai.app',
keywords: ['ai', 'ai tools', 'copywriting', 'image generator'],
},
{
name: 'PPResume',
description: 'A LaTeX based resume builder',
categories: ['Resume', 'Job', 'Productivity'],
url: 'https://ppresume.com',
keywords: ['cv', 'LaTeX'],
},
{
name: 'Prime',
categories: ['UI'],
description: 'Ultimate UI Framework.',
url: 'https://www.primefaces.org/',
},
{
name: 'Privacyboard',
categories: ['Legal'],
description:
"Privacyboard helps you comply with GDPR in minutes so you can focus on what's really important for your business.",
url: 'https://www.privacyboard.co',
keywords: ['privacy', 'gdpr', 'compliance'],
},
{
name: 'Product Hunt',
categories: ['Marketing', 'Startup'],
description:
"Product Hunt is a curation of the best new products, every day. Discover the latest mobile apps, websites, and technology products that everyone's talking about.",
url: 'https://www.producthunt.com/',
},
{
name: 'ProductiveHub',
categories: ['Productivity', 'Blog'],
description:
'Discover top apps and websites on Productive Hub that enhance your productivity and help you beat procrastination, streamlining your journey to peak productivity.',
url: 'https://www.productive-hub.com/',
},
{
name: 'Programiz',
categories: ['Learn', 'Programming'],
description:
'Learn to code in Python, C/C++, Java, and other popular programming languages with our easy to follow tutorials, examples, online compiler and references.',
url: 'https://www.programiz.com/',
},
{
name: 'Programming podcast',
categories: ['Podcast', 'Programming'],
description:
'The "Programming" podcast with Minko Gechev is a weekly show that aims to make us better software engineers! With each new episode, you\'ll get exposed to a new idea in a brief and accessible way',
url: 'https://podcast.mgechev.com/',
},
{
name: 'Project Euler',
categories: ['Code Challenge'],
description: 'A website dedicated to the fascinating world of mathematics and programming.',
keywords: ['programming', 'mathematics', 'problems', 'puzzles'],
url: 'https://projecteuler.net/',
},
{
name: 'ProjectLearn',
categories: ['Learn', 'Programming'],
description:
'A project-based learning approach in web development, mobile development, game development, machine learning and artificial intelligence. Learn code the right way!',
keywords: [
'project',
'tutorial',
'learn code by doing',
'project based learning',
'learn code free',
'web development',
'app development',
'game development',
'machine learning',
'artificial intelligence',
],
url: 'https://projectlearn.io/',
},
{
name: 'Proxed.AI',
description: 'Proxed.AI is a secure API proxy for iOS apps that protects AI API keys, prevents unauthorized access, and verifies real devices using Apple’s DeviceCheck.',
categories: ['AI', 'Security', 'Authentication'],
url: 'https://proxed.ai/',
keywords: ['ai api security', 'ios api protection', 'secure ai integration', 'api key management'],
},
{
name: 'Proxies API',
categories: ['Scraping'],
description:
'Get HTML from any page with a simple API call. We handle proxy rotation, browser identities, automatic retries, CAPTCHAs, JavaScript rendering and much more.',
url: 'https://proxiesapi.com',
},
{
name: 'ProtoUI',
description: 'ProtoUI generates responsive TailwindCSS code + UI in seconds.',
categories: ['AI', 'Design', 'Code Generator'],
url: 'https://protoui.dev',
keywords: ['Tailwind', 'frontend', 'AI', 'responsive ui'],
},
{
name: 'Pttrns',
categories: ['Design', 'Inspiration', 'UI'],
description: 'Check out the finest collection of design patterns, resources, mobile apps and inspiration.',
keywords: [
'apps',
'ios',
'ui',
'design',
'visual design',
'patterns',
'pttrns',
'iphone',
'retina',
'screenshots',
'inspiration',
'mobile',
'iphone',
'ipad',
'android',
'lumia',
'apple watch',
'internet of things',
'smartwatch',
'iot',
'resources',
'framerjs',
'swift',
'sketch',
'photoshop',
'xcode',
'resources',
'articles',
],
url: 'https://pttrns.com/',
},
{
name: 'Puppeteer',
categories: ['Testing'],
description:
'Puppeteer is a Node library which provides a high-level API to control Chrome or Chromium over the DevTools Protocol. Puppeteer runs headless by default, but can be configured to run full (non-headless) Chrome or Chromium.',
url: 'https://pptr.dev/',
},
{
name: 'Pxfuel',
categories: ['Image'],
description:
'Millions of public domain stock photos released under creative common zero lincense, all are free for commercial use.',
keywords: [
'Royalty free',
'public domain',
'CC0',
'stock photos',
'commercial use',
'free download',
'unlimited download',
'free photos',
'HD photos',
'1080P',
'2K',
'4k',
'5K',
],
url: 'https://www.pxfuel.com/',
},
{
name: 'PyCharm',
categories: ['Editor', 'Programming'],
description:
'The Python & Django IDE with intelligent code completion, on-the-fly error checking, quick-fixes, and much more...',
url: 'https://www.jetbrains.com/pycharm/',
},
{
name: 'Python Developer Jobs',
categories: ['Job'],
description:
'Find specific Python Developer Jobs, including Remote Jobs. You are looking for Python Developers? Submit your position for free.',
url: 'https://pythonjob.xyz/',
},
]