Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Room to improve — your 20.6s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Missing signals may be hurting your search visibility.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 17.0 MB (10.6 MB transferred)
Performance issues directly impact user engagement and conversion rates.
No favicon or icon links detected
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/facb1110-f58d-4ce2-a324-b20357c1e37c)<a href="https://beavercheck.com/results/facb1110-f58d-4ce2-a324-b20357c1e37c"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fkickstarter.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fkickstarter.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 20.6s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~30%.
Page takes 20.6s to load
+12% bounceUsers abandon at ~3s — you're 18.1s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 3.1s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$500 investment → $2.66/month returns + USD 150,000 risk avoided
$500
5h · 5 findings
$2.66 /mo
~$32 / year
USD 150,000
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$12,503 / month at risk
~$150,032 / year if left unfixed
$150,000
$2.66 /mo
33296.6 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
14.61 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
20.60 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.13 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.052
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
14.61 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
24.15 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| transcend-cdn.com/cm/f4a41a3a-db12-4812-bd49-77f28a98d2d2/airgap.js | 47.5 KiB | 2.0 s |
| /css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14.... | 1.1 KiB | 827 ms |
| www.kickstarter.com/locale/en.js | 218.4 KiB | 5.3 s |
| www.kickstarter.com/scripts/scroll-timeline-polyfill.js | 19.0 KiB | 151 ms |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Project video for Reactor Rescue: The Board Game Where You Build Real Circuits div.project-card__media > a > div > img.w100p | /assets/053/230/866/32a7a006b05cda5826c027c4c8efde28_orig... | 92.7 KiB | 81.3 KiB |
Project video for Chernobyl 1986: Machines That Fought the Invisible div.project-card__media > a > div > img.w100p | /assets/053/259/480/37feb42a1bc4188c25f045513025c9b1_orig... | 75.8 KiB | 64.5 KiB |
Project video for ARKS PROXIMAN 1-2 div.project-card__media > a > div > img.w100p | /assets/053/341/645/c32844eacb1e1d8f796cc1d133a4ebb1_orig... | 69.9 KiB | 58.5 KiB |
Project video for The Tea Shop at the Edge of the Wood; Cozy Fantasy Hardcover div.project-card__media > a > div > img.w100p | /assets/053/403/036/0332c6c65f523f1623463a259bdf59a2_orig... | 64.5 KiB | 53.1 KiB |
Project video for Arcs: Beyond the Reach div.project-card__media > a.lh0 > div > img.w100p | /assets/053/153/650/f79a71ee51b2ac4fdafa1fcd6fc4d3fb_orig... | 63.7 KiB | 51.6 KiB |
Project video for Caroline Cotter's New Album: "The Answer" div.project-card__media > a > div > img.w100p | /assets/053/139/774/bfd1f573924d87801d511be2dfaf8bb3_orig... | 52.0 KiB | 40.7 KiB |
Project video for All True Believers: A Cultish Deduction Game div.project-card__media > a > div > img.w100p | /assets/053/328/420/fb914999eb1da90d504049bf77c36d97_orig... | 50.9 KiB | 39.5 KiB |
Project video for Spin Cycle div.project-card__media > a > div > img.w100p | /assets/053/085/827/48016eba86041a5683d853611132cf7b_orig... | 48.5 KiB | 37.1 KiB |
A Walk Within The Queen's Wood Issue #1 div.project-card-root > div.project-card__media > a > img.w100p | /assets/053/002/749/71e374f30f30df14271194cead8ea84f_orig... | 46.7 KiB | 35.3 KiB |
Project video for Garage Sale: Short w/Legendary Comedian George Wallace div.project-card__media > a > div > img.w100p | /assets/053/164/327/970d0ee5f74210ed6410790cc2520d24_orig... | 45.1 KiB | 33.8 KiB |
Project video for The Last Favor: A Neo-Western Crime Short Film div.project-card__media > a > div > img.w100p | /assets/053/181/882/1ac188046d69bb87cb74c3b007eae3c5_orig... | 39.2 KiB | 27.8 KiB |
Project video for The Supertiny - 100W power, world's smallest size. div.project-card__media > a > div > img.w100p | /assets/053/260/262/c591a1d614699971825a2c1030476a85_orig... | 35.8 KiB | 24.4 KiB |
Project video for Bo Tong: Cantonese Soups From Our Families div.project-card__media > a > div > img.w100p | /assets/053/124/770/243d6fb768be62d835920f02582bc2f8_orig... | 33.1 KiB | 21.8 KiB |
Project video for Remember Her - Narrative Drama Short div.project-card__media > a > div > img.w100p | /assets/053/157/818/8b2c6e7a0d480197ab18bda2e50bc8e8_orig... | 28.4 KiB | 17.2 KiB |
Project video for Form I-485: The Interview div.project-card__media > a > div > img.w100p | /assets/052/136/799/aa2c2823dba12bbab20cf99094a76586_orig... | 27.7 KiB | 16.7 KiB |
Project video for TURBO div.project-card__media > a > div > img.w100p | /assets/052/745/155/9f1e26953279d6b75299a73696bced55_orig... | 26.8 KiB | 16.2 KiB |
Aygor: Demons' Hollow div.project-card-root > div.project-card__media > a > img.w100p | /assets/053/394/123/5cc5dcbbaf16d61251df0f1353a2f042_orig... | 23.1 KiB | 14.0 KiB |
Project video for xLean TR1: The World's First Dual-Form Floor Washing Robot div.project-card__media > a > div > img.w100p | /assets/053/364/860/25f088b372469b9286c636e06ed23a44_orig... | 21.9 KiB | 13.3 KiB |
Project video for The Lil Sancho Bolt Action Pen div.project-card__media > a > div > img.w100p | /assets/053/336/533/61692a8adcfba024d54250379b0ff9ba_orig... | 19.9 KiB | 12.1 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| kickstarter.com/ | 805 ms |
| www.kickstarter.com/ | 0.0 ms |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /assets/modules/editorial-user-view.bc10aac2cfb93e9e540f3... | 99.6 KiB | 25.2 KiB |
| /assets/modules/core.8451499f7819b062d8aa9784cbd2393e8376... | 127.4 KiB | 14.4 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /assets/packages/atomic-with-growl-ecebcf78487e80b1958943... | 116.8 KiB | 109.2 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /assets/modules/vendor.fb6a628ef591171305f5159595eab478ae... | 1.1 MiB | 935.6 KiB |
| /assets/modules/core.8451499f7819b062d8aa9784cbd2393e8376... | 127.3 KiB | 84.7 KiB |
| www.googletagmanager.com/gtag/js | 84.8 KiB | 55.5 KiB |
| connect.facebook.net/en_US/bundle/sdk.js/ | 77.6 KiB | 49.1 KiB |
| /assets/modules/editorial-user-view.bc10aac2cfb93e9e540f3... | 99.6 KiB | 48.8 KiB |
| transcend-cdn.com/cm/f4a41a3a-db12-4812-bd49-77f28a98d2d2/ui.js | 86.6 KiB | 43.4 KiB |
| /assets/modules/signal-of-fulfillment-modal.404c292508ab7... | 37.2 KiB | 37.1 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 33.0 KiB |
| /dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERS... | 35.7 KiB | 25.1 KiB |
| /vCzmQdZ6Cfux7gURATAzCi/orE5UwG8FWioKNBym6dAu3.min.js | 29.5 KiB | 22.4 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| /assets/modules/vendor.fb6a628ef591171305f5159595eab478ae... | 5.7 s | 4.4 s | 383 ms |
| www.kickstarter.com/ | 3.6 s | 65 ms | 17 ms |
| Unattributable | 1.4 s | 100 ms | 0.0 ms |
| transcend-cdn.com/cm/f4a41a3a-db12-4812-bd49-77f28a98d2d2/ui.js | 582 ms | 144 ms | 51 ms |
| www.kickstarter.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 270 ms | 256 ms | 2.7 ms |
| /assets/modules/core.8451499f7819b062d8aa9784cbd2393e8376... | 262 ms | 49 ms | 47 ms |
| connect.facebook.net/en_US/fbevents.js | 235 ms | 192 ms | 40 ms |
| transcend-cdn.com/cm/f4a41a3a-db12-4812-bd49-77f28a98d2d2/airgap.js | 223 ms | 192 ms | 12 ms |
| cdn.siftscience.com/s.js | 129 ms | 104 ms | 6.8 ms |
| /signals/config/421460726961064?v=2.9.303&r=stable&domain... | 127 ms | 111 ms | 15 ms |
| /assets/modules/editorial-user-view.bc10aac2cfb93e9e540f3... | 126 ms | 29 ms | 35 ms |
| www.googletagmanager.com/gtag/js | 104 ms | 76 ms | 27 ms |
| connect.facebook.net/en_US/bundle/sdk.js/ | 100 ms | 78 ms | 21 ms |
| /dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERS... | 96 ms | 68 ms | 10 ms |
| www.kickstarter.com/locale/en.js | 85 ms | 19 ms | 66 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 6.8 s |
| Other | 2.7 s |
| Style & Layout | 1.6 s |
| Rendering | 1.6 s |
| Script Parsing & Compilation | 780 ms |
| Garbage Collection | 286 ms |
| Parse HTML & CSS | 178 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .user-menu-dialog-module__container___OAhaG{--_padding: var(--kds-surface-padding, 16px); … } … | 3.5 KiB | 3.2 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Arcs: Beyond the Reach div#project-card-colewehrle/arcs-beyond-the-reach > div.project-card__media > a.lh0 > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Caroline Cotter's New Album: "The Answer" div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Chernobyl 1986: Machines That Fought the Invisible div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for The Supertiny - 100W power, world's smallest size. div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Bo Tong: Cantonese Soups From Our Families div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for All True Believers: A Cultish Deduction Game div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Star Trek Mystery and Escape Room Games: DS9 & Lower Decks div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for BLUETTI FridgePower: Power Out. Fridge On. div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Lumos Ultra World's First One-stop UV+MOPA Laser div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Temtem: Pioneers div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Drownlight div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Amiga: Classic Game Insights Vol 2 div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for IRONIQ: Next-Gen Vacuum Steamer, All-in-One Garment Care div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Spin Cycle div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Remember Her - Narrative Drama Short div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for The Last Favor: A Neo-Western Crime Short Film div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Form I-485: The Interview div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Garage Sale: Short w/Legendary Comedian George Wallace div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for TURBO div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for Greenlight (Short Drama / Thriller) div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for S. Claus (A Feminist Film) div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for Under Her div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for Sugar and Grime: A Short Film div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for It Means the World to Me div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for Lifeline div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for How Did I Start Lying ? div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for Plunge div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for The Wasteland: A Long Story Short div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for ARKS PROXIMAN 1-2 div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for xLean TR1: The World's First Dual-Form Floor Washing Robot div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for The Lil Sancho Bolt Action Pen div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for The Tea Shop at the Edge of the Wood; Cozy Fantasy Hardcover div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Reactor Rescue: The Board Game Where You Build Real Circuits div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Unbroken: New Tales By Masters of Fantasy div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Jett Rider mini H.E.R.O. for Game Boy div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for CHIMERA div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for All True Believers: A Cultish Deduction Game div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Preservio: 5X Longer Food Preservation Made Easy div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Nothing But Net: A Playground Basketball Card Game div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Lumos Ultra World's First One-stop UV+MOPA Laser div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for The Wretched - Book 1: A Sci-fi Horror Drama div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Button Shy Micro Games: Spring 2026 (Astro ROVE, Jarl) div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for SenseRobot Chess Mini: Meet the Future of Chess div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Emily Hare's Mini Book Of Monsters! div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Nebulae - Astropolitics Online Strategy Game, PC div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for The Everyday Witch's Familiars Oracle Coloring Book div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for The Official Cyberpunk Trading Card Game div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for DELC div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for Iris LaND div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for OFF THE HOOK: A Comedy Short Film div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for 100 Thanks div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for Tipping Point Documentary div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for Kingdom Hearts: That Time Together div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for Historia de las consolas portátiles div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for The Cape Town Project: Building a Premier Beauty Destination div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for Who Is a Sommelier? Wine Tasting Party Game div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for Letsens pickleball, padel & tennis div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for PERALBA | BAREFOOT REDEFINED div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Yotei - Deluxe Edition div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for ¡La Pala Loca llega a La Vila! div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for Preventa VERANO 2026 div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for The Last Favor: A Neo-Western Crime Short Film div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Help Secure Sound for Afrobeats Nite's Outdoor Season div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for PHIL MADEIRA - 2 Americana Records & A New Memoir div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Gunel Mirzayeva’s Debut Album ‘Silk Road to Bach’ div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for The Last of Our Kind div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for The Mapbox Workers Union Oral History div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Gather Coffee House & Supper Club: Help Us Bring It to Life div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Between Rhythms: Bridging Across The Diaspora Documentary div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Dressy div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Outbreaks #1-4: An Ongoing Zombie Anthology Series div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Exquisite Undead: An Anthology of Vampires div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Counter Culture Restaurant Is Back, Austin Texas! div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Form I-485: The Interview div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for In the Shadow of the CPC div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for "Death and all her Enemies" Luna Keller's 3rd album div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Solarion: Foundation of Empires div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.category-menu--small > div.flex > div.flex > button.h100p div.category-menu--small > div.flex > div.flex > button.h100p |
div.flex > div.flex > div.w6 > button.no-outline div.flex > div.flex > div.w6 > button.no-outline |
div.flex > div.flex > div.w6 > button.no-outline div.flex > div.flex > div.w6 > button.no-outline |
div.flex > div.flex > div.w6 > button.no-outline div.flex > div.flex > div.w6 > button.no-outline |
div.flex > div.flex > div.w6 > button.no-outline div.flex > div.flex > div.w6 > button.no-outline |
div.flex > div.flex > div.w6 > button.no-outline div.flex > div.flex > div.w6 > button.no-outline |
div.flex > div.flex > div.w6 > button.no-outline div.flex > div.flex > div.w6 > button.no-outline |
div.flex > div.flex > div.w6 > button.no-outline div.flex > div.flex > div.w6 > button.no-outline |
div.flex > div.flex > div.w6 > button.no-outline div.flex > div.flex > div.w6 > button.no-outline |
div.flex > div.flex > div.w6 > button.no-outline div.flex > div.flex > div.w6 > button.no-outline |
div.flex > div.flex > div.w6 > button.no-outline div.flex > div.flex > div.w6 > button.no-outline |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Project video for Arcs: Beyond the Reach div > div#project-card-colewehrle/arcs-beyond-the-reach > div.project-card__media > a.lh0 |
Project video for Caroline Cotter's New Album: "The Answer" div > div.project-card-root > div.project-card__media > a |
Project video for Chernobyl 1986: Machines That Fought the Invisible div > div.project-card-root > div.project-card__media > a |
Project video for The Supertiny - 100W power, world's smallest size. div > div.project-card-root > div.project-card__media > a |
Project video for Bo Tong: Cantonese Soups From Our Families div > div.project-card-root > div.project-card__media > a |
Project video for All True Believers: A Cultish Deduction Game div > div.project-card-root > div.project-card__media > a |
Project video for Star Trek Mystery and Escape Room Games: DS9 & Lower Decks div > div.project-card-root > div.project-card__media > a |
Project video for BLUETTI FridgePower: Power Out. Fridge On. div > div.project-card-root > div.project-card__media > a |
Project video for Lumos Ultra World's First One-stop UV+MOPA Laser div > div.project-card-root > div.project-card__media > a |
Project video for Temtem: Pioneers div > div.project-card-root > div.project-card__media > a |
Project video for Drownlight div > div.project-card-root > div.project-card__media > a |
Project video for Amiga: Classic Game Insights Vol 2 div > div.project-card-root > div.project-card__media > a |
Project video for IRONIQ: Next-Gen Vacuum Steamer, All-in-One Garment Care div > div.project-card-root > div.project-card__media > a |
div.py8 > div.basis100p-sm > div.basis100p > a.keyboard-focusable div.py8 > div.basis100p-sm > div.basis100p > a.keyboard-focusable |
div.py8 > div.basis100p > div > a.keyboard-focusable div.py8 > div.basis100p > div > a.keyboard-focusable |
div.py8 > div.basis100p > div > a.keyboard-focusable div.py8 > div.basis100p > div > a.keyboard-focusable |
Project video for Spin Cycle div > div.project-card-root > div.project-card__media > a |
Project video for Remember Her - Narrative Drama Short div > div.project-card-root > div.project-card__media > a |
Project video for The Last Favor: A Neo-Western Crime Short Film div > div.project-card-root > div.project-card__media > a |
Project video for Form I-485: The Interview div > div.project-card-root > div.project-card__media > a |
Project video for Garage Sale: Short w/Legendary Comedian George Wallace div > div.project-card-root > div.project-card__media > a |
Project video for TURBO div > div.project-card-root > div.project-card__media > a |
Project video for Greenlight (Short Drama / Thriller) div > div.project-card-root > div.project-card__media > a |
Project video for S. Claus (A Feminist Film) div > div.project-card-root > div.project-card__media > a |
Project video for Under Her div > div.project-card-root > div.project-card__media > a |
Project video for Sugar and Grime: A Short Film div > div.project-card-root > div.project-card__media > a |
Project video for It Means the World to Me div > div.project-card-root > div.project-card__media > a |
Project video for Lifeline div > div.project-card-root > div.project-card__media > a |
Project video for How Did I Start Lying ? div > div.project-card-root > div.project-card__media > a |
Project video for Plunge div > div.project-card-root > div.project-card__media > a |
Project video for The Wasteland: A Long Story Short div > div.project-card-root > div.project-card__media > a |
div.py8 > div.basis100p-sm > div.basis100p > a.keyboard-focusable div.py8 > div.basis100p-sm > div.basis100p > a.keyboard-focusable |
Project video for ARKS PROXIMAN 1-2 div > div.project-card-root > div.project-card__media > a |
Project video for xLean TR1: The World's First Dual-Form Floor Washing Robot div > div.project-card-root > div.project-card__media > a |
Project video for The Lil Sancho Bolt Action Pen div > div.project-card-root > div.project-card__media > a |
Project video for The Tea Shop at the Edge of the Wood; Cozy Fantasy Hardcover div > div.project-card-root > div.project-card__media > a |
Project video for Reactor Rescue: The Board Game Where You Build Real Circuits div > div.project-card-root > div.project-card__media > a |
Project video for Unbroken: New Tales By Masters of Fantasy div > div.project-card-root > div.project-card__media > a |
Project video for Jett Rider mini H.E.R.O. for Game Boy div > div.project-card-root > div.project-card__media > a |
Project video for CHIMERA div > div.project-card-root > div.project-card__media > a |
Project video for All True Believers: A Cultish Deduction Game div > div.project-card-root > div.project-card__media > a |
Project video for Preservio: 5X Longer Food Preservation Made Easy div > div.project-card-root > div.project-card__media > a |
Project video for Nothing But Net: A Playground Basketball Card Game div > div.project-card-root > div.project-card__media > a |
Project video for Lumos Ultra World's First One-stop UV+MOPA Laser div > div.project-card-root > div.project-card__media > a |
Project video for The Wretched - Book 1: A Sci-fi Horror Drama div > div.project-card-root > div.project-card__media > a |
Project video for Button Shy Micro Games: Spring 2026 (Astro ROVE, Jarl) div > div.project-card-root > div.project-card__media > a |
Project video for SenseRobot Chess Mini: Meet the Future of Chess div > div.project-card-root > div.project-card__media > a |
Project video for Emily Hare's Mini Book Of Monsters! div > div.project-card-root > div.project-card__media > a |
Project video for Nebulae - Astropolitics Online Strategy Game, PC div > div.project-card-root > div.project-card__media > a |
Project video for The Everyday Witch's Familiars Oracle Coloring Book div > div.project-card-root > div.project-card__media > a |
div.py8 > div.basis100p > div > a.keyboard-focusable div.py8 > div.basis100p > div > a.keyboard-focusable |
div.py8 > div.basis100p > div > a.keyboard-focusable div.py8 > div.basis100p > div > a.keyboard-focusable |
Project video for The Official Cyberpunk Trading Card Game div > div.project-card-root > div.project-card__media > a |
Project video for DELC div > div.project-card-root > div.project-card__media > a |
Project video for Iris LaND div > div.project-card-root > div.project-card__media > a |
Project video for OFF THE HOOK: A Comedy Short Film div > div.project-card-root > div.project-card__media > a |
Project video for 100 Thanks div > div.project-card-root > div.project-card__media > a |
Project video for Tipping Point Documentary div > div.project-card-root > div.project-card__media > a |
Project video for Kingdom Hearts: That Time Together div > div.project-card-root > div.project-card__media > a |
Project video for Historia de las consolas portátiles div > div.project-card-root > div.project-card__media > a |
Project video for The Cape Town Project: Building a Premier Beauty Destination div > div.project-card-root > div.project-card__media > a |
Project video for Who Is a Sommelier? Wine Tasting Party Game div > div.project-card-root > div.project-card__media > a |
Project video for Letsens pickleball, padel & tennis div > div.project-card-root > div.project-card__media > a |
Project video for PERALBA | BAREFOOT REDEFINED div > div.project-card-root > div.project-card__media > a |
Project video for Yotei - Deluxe Edition div > div.project-card-root > div.project-card__media > a |
Project video for ¡La Pala Loca llega a La Vila! div > div.project-card-root > div.project-card__media > a |
Project video for Preventa VERANO 2026 div > div.project-card-root > div.project-card__media > a |
Project video for The Last Favor: A Neo-Western Crime Short Film div > div.project-card-root > div.project-card__media > a |
Project video for Help Secure Sound for Afrobeats Nite's Outdoor Season div > div.project-card-root > div.project-card__media > a |
Project video for PHIL MADEIRA - 2 Americana Records & A New Memoir div > div.project-card-root > div.project-card__media > a |
Project video for Gunel Mirzayeva’s Debut Album ‘Silk Road to Bach’ div > div.project-card-root > div.project-card__media > a |
Project video for The Last of Our Kind div > div.project-card-root > div.project-card__media > a |
Project video for The Mapbox Workers Union Oral History div > div.project-card-root > div.project-card__media > a |
Project video for Gather Coffee House & Supper Club: Help Us Bring It to Life div > div.project-card-root > div.project-card__media > a |
Project video for Between Rhythms: Bridging Across The Diaspora Documentary div > div.project-card-root > div.project-card__media > a |
Project video for Dressy div > div.project-card-root > div.project-card__media > a |
Project video for Outbreaks #1-4: An Ongoing Zombie Anthology Series div > div.project-card-root > div.project-card__media > a |
Project video for Exquisite Undead: An Anthology of Vampires div > div.project-card-root > div.project-card__media > a |
Project video for Counter Culture Restaurant Is Back, Austin Texas! div > div.project-card-root > div.project-card__media > a |
Project video for Form I-485: The Interview div > div.project-card-root > div.project-card__media > a |
Project video for In the Shadow of the CPC div > div.project-card-root > div.project-card__media > a |
Project video for "Death and all her Enemies" Luna Keller's 3rd album div > div.project-card-root > div.project-card__media > a |
Project video for Solarion: Foundation of Empires div > div.project-card-root > div.project-card__media > a |
div.hover-target > div.flex > div.flex-1 > a.keyboard-focusable div.hover-target > div.flex > div.flex-1 > a.keyboard-focusable |
div.hover-target > div.flex > div.flex-1 > a.keyboard-focusable div.hover-target > div.flex > div.flex-1 > a.keyboard-focusable |
div.hover-target > div.flex > div.flex-1 > a.keyboard-focusable div.hover-target > div.flex > div.flex-1 > a.keyboard-focusable |
div.hover-target > div.flex > div.flex-1 > a.keyboard-focusable div.hover-target > div.flex > div.flex-1 > a.keyboard-focusable |
div.kds-max-w-[1440px] > div.kds-grid > div.kds-col-span-4 > a.kds-focus-ring div.kds-max-w-[1440px] > div.kds-grid > div.kds-col-span-4 > a.kds-focus-ring |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
FEATURED PROJECT div.grid-container > div.featured-project-collection > div.featured-project > h3.type-12 |
These are opportunities to improve keyboard navigation in your application.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Project We Love div.project-card-details > span.card-title > span.visibility-visible > a.relative |
Cole Wehrle div.project-card-details > div.flex > p.type-14 > a.project-card__creator |
Caroline Cotter div.project-card-details > div.flex > p.type-14 > a.project-card__creator |
Project We Love div.project-card-details > span.card-title > span.visibility-visible > a.relative |
Angela M. Sanchez div.project-card-details > div.flex > p.type-14 > a.project-card__creator |
Project We Love div.project-card-details > span.card-title > span.visibility-visible > a.relative |
Clicky Sprout Wife div.project-card-details > div.flex > p.type-14 > a.project-card__creator |
WeirdCo div.project-card-details > div.flex > p.type-14 > a.project-card__creator |
Daniel Figueroa div.project-card-details > div.flex > p.type-14 > a.project-card__creator |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | /assets/modules/vendor.fb6a628ef591171305f5159595eab478ae... line 707, col 158918 |
| AttributionReporting | transcend-cdn.com/cm/f4a41a3a-db12-4812-bd49-77f28a98d2d2/airgap.js line 8, col 1017 |
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.40 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.17 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
535 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.053
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.38 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
4.40 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Project video for Reactor Rescue: The Board Game Where You Build Real Circuits div.project-card__media > a > div > img.w100p | /assets/053/230/866/32a7a006b05cda5826c027c4c8efde28_orig... | 92.7 KiB | 81.3 KiB |
Project video for Sugar and Grime: A Short Film div.project-card__media > a > div > img.w100p | /assets/053/269/039/11d7311ef6867edc8cd25fc1d2ddddd6_orig... | 87.6 KiB | 76.2 KiB |
Project video for Chernobyl 1986: Machines That Fought the Invisible div.project-card__media > a > div > img.w100p | /assets/053/259/480/37feb42a1bc4188c25f045513025c9b1_orig... | 75.8 KiB | 68.2 KiB |
Project video for Nothing But Net: A Playground Basketball Card Game div.project-card__media > a > div > img.w100p | /assets/053/302/898/0141730b10d07530aeb130eff2e51fa5_orig... | 75.9 KiB | 64.6 KiB |
Project video for ARKS PROXIMAN 1-2 div.project-card__media > a > div > img.w100p | /assets/053/341/645/c32844eacb1e1d8f796cc1d133a4ebb1_orig... | 69.9 KiB | 58.5 KiB |
Project video for The Tea Shop at the Edge of the Wood; Cozy Fantasy Hardcover div.project-card__media > a > div > img.w100p | /assets/053/403/036/0332c6c65f523f1623463a259bdf59a2_orig... | 64.5 KiB | 53.1 KiB |
Project video for Caroline Cotter's New Album: "The Answer" div.project-card__media > a > div > img.w100p | /assets/053/139/774/bfd1f573924d87801d511be2dfaf8bb3_orig... | 52.0 KiB | 44.4 KiB |
Project video for All True Believers: A Cultish Deduction Game div.project-card__media > a > div > img.w100p | /assets/053/328/420/fb914999eb1da90d504049bf77c36d97_orig... | 50.9 KiB | 39.5 KiB |
Project video for Spin Cycle div.project-card__media > a > div > img.w100p | /assets/053/085/827/48016eba86041a5683d853611132cf7b_orig... | 48.5 KiB | 37.1 KiB |
A Walk Within The Queen's Wood Issue #1 div.project-card-root > div.project-card__media > a > img.w100p | /assets/053/002/749/71e374f30f30df14271194cead8ea84f_orig... | 46.7 KiB | 35.3 KiB |
Project video for Jett Rider mini H.E.R.O. for Game Boy div.project-card__media > a > div > img.w100p | /assets/053/408/296/edf6b5db178c822ec57bda6aefe66071_orig... | 46.5 KiB | 35.2 KiB |
Project video for CHIMERA div.project-card__media > a > div > img.w100p | /assets/053/375/272/df1bec5732c08e0693a2542efb072ef8_orig... | 46.5 KiB | 35.1 KiB |
Project video for Arcs: Beyond the Reach div.project-card__media > a.lh0 > div > img.w100p | /assets/053/153/650/f79a71ee51b2ac4fdafa1fcd6fc4d3fb_orig... | 63.7 KiB | 35.0 KiB |
Project video for Unbroken: New Tales By Masters of Fantasy div.project-card__media > a > div > img.w100p | /assets/050/053/404/482b2cff4071e16d724b7c92fe48c220_orig... | 45.8 KiB | 34.4 KiB |
Project video for Garage Sale: Short w/Legendary Comedian George Wallace div.project-card__media > a > div > img.w100p | /assets/053/164/327/970d0ee5f74210ed6410790cc2520d24_orig... | 45.1 KiB | 33.8 KiB |
Project video for S. Claus (A Feminist Film) div.project-card__media > a > div > img.w100p | /assets/052/916/165/54e1a8feaed1f45e7b2c85e24361c700_orig... | 43.4 KiB | 32.0 KiB |
Project video for The Supertiny - 100W power, world's smallest size. div.project-card__media > a > div > img.w100p | /assets/053/260/262/c591a1d614699971825a2c1030476a85_orig... | 35.8 KiB | 28.2 KiB |
Project video for The Last Favor: A Neo-Western Crime Short Film div.project-card__media > a > div > img.w100p | /assets/053/181/882/1ac188046d69bb87cb74c3b007eae3c5_orig... | 39.2 KiB | 27.8 KiB |
Project video for Bo Tong: Cantonese Soups From Our Families div.project-card__media > a > div > img.w100p | /assets/053/124/770/243d6fb768be62d835920f02582bc2f8_orig... | 33.1 KiB | 25.6 KiB |
Project video for Preservio: 5X Longer Food Preservation Made Easy div.project-card__media > a > div > img.w100p | /assets/053/373/436/0a6049d399fe233111ea7ca255194c3d_orig... | 31.5 KiB | 20.2 KiB |
Project video for Remember Her - Narrative Drama Short div.project-card__media > a > div > img.w100p | /assets/053/157/818/8b2c6e7a0d480197ab18bda2e50bc8e8_orig... | 28.4 KiB | 17.2 KiB |
Free Range (Short Film) div.project-card-root > div.project-card__media > a > img.w100p | /assets/044/270/347/8d5dee5aa8043777be26849d6679e23a_orig... | 28.3 KiB | 17.1 KiB |
Project video for Form I-485: The Interview div.project-card__media > a > div > img.w100p | /assets/052/136/799/aa2c2823dba12bbab20cf99094a76586_orig... | 27.7 KiB | 16.7 KiB |
Project video for TURBO div.project-card__media > a > div > img.w100p | /assets/052/745/155/9f1e26953279d6b75299a73696bced55_orig... | 26.8 KiB | 16.2 KiB |
PADDLE BATTLE: Help us make a short film! div.project-card-root > div.project-card__media > a > img.w100p | /assets/052/312/238/b72330ae6503940f91502ff0c44ef588_orig... | 25.8 KiB | 15.6 KiB |
Project video for Lumos Ultra World's First One-stop UV+MOPA Laser div.project-card__media > a > div > img.w100p | /assets/052/851/600/bf0f2fef62f1b4f8acdb0682aea73ac4_orig... | 25.8 KiB | 15.6 KiB |
Senior Thesis Short Film: Tarrytown Incident Log #32 div.project-card-root > div.project-card__media > a > img.w100p | /assets/052/947/207/201a8df217a37ee57bf6b96312ee5147_orig... | 25.7 KiB | 15.5 KiB |
Project video for Under Her div.project-card__media > a > div > img.w100p | /assets/053/261/489/40d1f3374909b9252574af29b7332905_orig... | 23.2 KiB | 14.0 KiB |
Aygor: Demons' Hollow div.project-card-root > div.project-card__media > a > img.w100p | /assets/053/394/123/5cc5dcbbaf16d61251df0f1353a2f042_orig... | 23.1 KiB | 14.0 KiB |
Third Space div.project-card-root > div.project-card__media > a > img.w100p | /assets/052/798/565/3936a3e666e68804dd908f581bbad288_orig... | 22.7 KiB | 13.7 KiB |
Project video for xLean TR1: The World's First Dual-Form Floor Washing Robot div.project-card__media > a > div > img.w100p | /assets/053/364/860/25f088b372469b9286c636e06ed23a44_orig... | 21.9 KiB | 13.3 KiB |
Project video for The Lil Sancho Bolt Action Pen div.project-card__media > a > div > img.w100p | /assets/053/336/533/61692a8adcfba024d54250379b0ff9ba_orig... | 19.9 KiB | 12.1 KiB |
Project video for Greenlight (Short Drama / Thriller) div.project-card__media > a > div > img.w100p | /assets/053/147/559/31845b5034fc9f632dc5821f79211e7a_orig... | 19.7 KiB | 11.9 KiB |
div.grid-container-full > div > div.relative > ::after div.grid-container-full > div > div.relative > ::after | cdn.optimizely.com/img/14069890047/efeeb04eb14c4a70a1b3ac360ea795d2.png | 15.5 KiB | 5.5 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| kickstarter.com/ | 256 ms |
| www.kickstarter.com/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /assets/packages/atomic-with-growl-ecebcf78487e80b1958943... | 116.8 KiB | 108.5 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /assets/modules/vendor.fb6a628ef591171305f5159595eab478ae... | 1.1 MiB | 933.5 KiB |
| /assets/modules/core.8451499f7819b062d8aa9784cbd2393e8376... | 127.5 KiB | 83.9 KiB |
| www.googletagmanager.com/gtag/js | 84.8 KiB | 55.5 KiB |
| connect.facebook.net/en_US/bundle/sdk.js/ | 77.6 KiB | 49.1 KiB |
| /assets/modules/editorial-user-view.bc10aac2cfb93e9e540f3... | 99.6 KiB | 48.1 KiB |
| transcend-cdn.com/cm/f4a41a3a-db12-4812-bd49-77f28a98d2d2/ui.js | 86.8 KiB | 43.4 KiB |
| /assets/modules/signal-of-fulfillment-modal.404c292508ab7... | 37.2 KiB | 37.1 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 33.3 KiB |
| /dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERS... | 35.7 KiB | 25.1 KiB |
| /vCzmQdZ6Cfux7gURATAzCi/orE5UwG8FWioKNBym6dAu3.min.js | 29.5 KiB | 22.4 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| /assets/modules/vendor.fb6a628ef591171305f5159595eab478ae... | 1.6 s | 1.2 s | 92 ms |
| www.kickstarter.com/ | 934 ms | 22 ms | 4.9 ms |
| Unattributable | 341 ms | 19 ms | 0.0 ms |
| /assets/modules/core.8451499f7819b062d8aa9784cbd2393e8376... | 58 ms | 47 ms | 11 ms |
| www.kickstarter.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 57 ms | 54 ms | 0.8 ms |
| transcend-cdn.com/cm/f4a41a3a-db12-4812-bd49-77f28a98d2d2/ui.js | 56 ms | 35 ms | 8.2 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.6 s |
| Other | 679 ms |
| Style & Layout | 464 ms |
| Rendering | 341 ms |
| Script Parsing & Compilation | 186 ms |
| Garbage Collection | 55 ms |
| Parse HTML & CSS | 35 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .user-menu-dialog-module__container___OAhaG{--_padding: var(--kds-surface-padding, 16px); … } … | 3.5 KiB | 3.2 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /assets/modules/editorial-user-view.bc10aac2cfb93e9e540f3... | 99.6 KiB | 25.2 KiB |
| /assets/modules/core.8451499f7819b062d8aa9784cbd2393e8376... | 127.6 KiB | 14.4 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Arcs: Beyond the Reach div#project-card-colewehrle/arcs-beyond-the-reach > div.project-card__media > a.lh0 > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Caroline Cotter's New Album: "The Answer" div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Chernobyl 1986: Machines That Fought the Invisible div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for The Supertiny - 100W power, world's smallest size. div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Bo Tong: Cantonese Soups From Our Families div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Spin Cycle div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Remember Her - Narrative Drama Short div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for The Last Favor: A Neo-Western Crime Short Film div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Form I-485: The Interview div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Garage Sale: Short w/Legendary Comedian George Wallace div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for TURBO div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for Greenlight (Short Drama / Thriller) div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for S. Claus (A Feminist Film) div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for Under Her div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for Sugar and Grime: A Short Film div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for It Means the World to Me div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for Lifeline div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for How Did I Start Lying ? div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for Plunge div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for The Wasteland: A Long Story Short div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for ARKS PROXIMAN 1-2 div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for xLean TR1: The World's First Dual-Form Floor Washing Robot div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for The Lil Sancho Bolt Action Pen div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for The Tea Shop at the Edge of the Wood; Cozy Fantasy Hardcover div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Reactor Rescue: The Board Game Where You Build Real Circuits div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Unbroken: New Tales By Masters of Fantasy div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Jett Rider mini H.E.R.O. for Game Boy div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for CHIMERA div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for All True Believers: A Cultish Deduction Game div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Preservio: 5X Longer Food Preservation Made Easy div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Nothing But Net: A Playground Basketball Card Game div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Lumos Ultra World's First One-stop UV+MOPA Laser div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for The Wretched - Book 1: A Sci-fi Horror Drama div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Button Shy Micro Games: Spring 2026 (Astro ROVE, Jarl) div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for SenseRobot Chess Mini: Meet the Future of Chess div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Emily Hare's Mini Book Of Monsters! div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Nebulae - Astropolitics Online Strategy Game, PC div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for The Everyday Witch's Familiars Oracle Coloring Book div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for The Official Cyberpunk Trading Card Game div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for DELC div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for Iris LaND div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for OFF THE HOOK: A Comedy Short Film div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for 100 Thanks div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for Tipping Point Documentary div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for Kingdom Hearts: That Time Together div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for Historia de las consolas portátiles div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for The Cape Town Project: Building a Premier Beauty Destination div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for Who Is a Sommelier? Wine Tasting Party Game div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for Letsens pickleball, padel & tennis div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for PERALBA | BAREFOOT REDEFINED div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Yotei - Deluxe Edition div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for ¡La Pala Loca llega a La Vila! div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
Project video for Preventa VERANO 2026 div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for The Last Favor: A Neo-Western Crime Short Film div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Help Secure Sound for Afrobeats Nite's Outdoor Season div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for PHIL MADEIRA - 2 Americana Records & A New Memoir div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Gunel Mirzayeva’s Debut Album ‘Silk Road to Bach’ div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for The Last of Our Kind div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for The Mapbox Workers Union Oral History div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Gather Coffee House & Supper Club: Help Us Bring It to Life div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Between Rhythms: Bridging Across The Diaspora Documentary div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Dressy div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Outbreaks #1-4: An Ongoing Zombie Anthology Series div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Exquisite Undead: An Anthology of Vampires div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Counter Culture Restaurant Is Back, Austin Texas! div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Form I-485: The Interview div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for In the Shadow of the CPC div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for "Death and all her Enemies" Luna Keller's 3rd album div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
Project video for Solarion: Foundation of Empires div.project-card-root > div.project-card__media > a > div |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love span.card-title > span.visibility-visible > a.relative > svg.svg-icon__icon--project-we-love |
div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline div.flex > div.flex > button.no-outline > svg.svg-icon__icon--bookmark-outline |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.mt5 > div.flex > div.w5 > button.w100p div.mt5 > div.flex > div.w5 > button.w100p |
div.mt5 > div.flex > div.w5 > button.w100p div.mt5 > div.flex > div.w5 > button.w100p |
div.flex > div.flex > div.w6 > button.no-outline div.flex > div.flex > div.w6 > button.no-outline |
div.flex > div.flex > div.w6 > button.no-outline div.flex > div.flex > div.w6 > button.no-outline |
div.flex > div.flex > div.w6 > button.no-outline div.flex > div.flex > div.w6 > button.no-outline |
div.flex > div.flex > div.w6 > button.no-outline div.flex > div.flex > div.w6 > button.no-outline |
div.flex > div.flex > div.w6 > button.no-outline div.flex > div.flex > div.w6 > button.no-outline |
div.flex > div.flex > div.w6 > button.no-outline div.flex > div.flex > div.w6 > button.no-outline |
div.flex > div.flex > div.w6 > button.no-outline div.flex > div.flex > div.w6 > button.no-outline |
div.flex > div.flex > div.w6 > button.no-outline div.flex > div.flex > div.w6 > button.no-outline |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Project video for Arcs: Beyond the Reach div > div#project-card-colewehrle/arcs-beyond-the-reach > div.project-card__media > a.lh0 |
Project video for Caroline Cotter's New Album: "The Answer" div > div.project-card-root > div.project-card__media > a |
Project video for Chernobyl 1986: Machines That Fought the Invisible div > div.project-card-root > div.project-card__media > a |
Project video for The Supertiny - 100W power, world's smallest size. div > div.project-card-root > div.project-card__media > a |
Project video for Bo Tong: Cantonese Soups From Our Families div > div.project-card-root > div.project-card__media > a |
div.py8 > div.basis100p-sm > div.basis100p > a.keyboard-focusable div.py8 > div.basis100p-sm > div.basis100p > a.keyboard-focusable |
div.py8 > div.basis100p > div > a.keyboard-focusable div.py8 > div.basis100p > div > a.keyboard-focusable |
div.py8 > div.basis100p > div > a.keyboard-focusable div.py8 > div.basis100p > div > a.keyboard-focusable |
Project video for Spin Cycle div > div.project-card-root > div.project-card__media > a |
Project video for Remember Her - Narrative Drama Short div > div.project-card-root > div.project-card__media > a |
Project video for The Last Favor: A Neo-Western Crime Short Film div > div.project-card-root > div.project-card__media > a |
Project video for Form I-485: The Interview div > div.project-card-root > div.project-card__media > a |
Project video for Garage Sale: Short w/Legendary Comedian George Wallace div > div.project-card-root > div.project-card__media > a |
Project video for TURBO div > div.project-card-root > div.project-card__media > a |
Project video for Greenlight (Short Drama / Thriller) div > div.project-card-root > div.project-card__media > a |
Project video for S. Claus (A Feminist Film) div > div.project-card-root > div.project-card__media > a |
Project video for Under Her div > div.project-card-root > div.project-card__media > a |
Project video for Sugar and Grime: A Short Film div > div.project-card-root > div.project-card__media > a |
Project video for It Means the World to Me div > div.project-card-root > div.project-card__media > a |
Project video for Lifeline div > div.project-card-root > div.project-card__media > a |
Project video for How Did I Start Lying ? div > div.project-card-root > div.project-card__media > a |
Project video for Plunge div > div.project-card-root > div.project-card__media > a |
Project video for The Wasteland: A Long Story Short div > div.project-card-root > div.project-card__media > a |
div.py8 > div.basis100p-sm > div.basis100p > a.keyboard-focusable div.py8 > div.basis100p-sm > div.basis100p > a.keyboard-focusable |
Project video for ARKS PROXIMAN 1-2 div > div.project-card-root > div.project-card__media > a |
Project video for xLean TR1: The World's First Dual-Form Floor Washing Robot div > div.project-card-root > div.project-card__media > a |
Project video for The Lil Sancho Bolt Action Pen div > div.project-card-root > div.project-card__media > a |
Project video for The Tea Shop at the Edge of the Wood; Cozy Fantasy Hardcover div > div.project-card-root > div.project-card__media > a |
Project video for Reactor Rescue: The Board Game Where You Build Real Circuits div > div.project-card-root > div.project-card__media > a |
Project video for Unbroken: New Tales By Masters of Fantasy div > div.project-card-root > div.project-card__media > a |
Project video for Jett Rider mini H.E.R.O. for Game Boy div > div.project-card-root > div.project-card__media > a |
Project video for CHIMERA div > div.project-card-root > div.project-card__media > a |
Project video for All True Believers: A Cultish Deduction Game div > div.project-card-root > div.project-card__media > a |
Project video for Preservio: 5X Longer Food Preservation Made Easy div > div.project-card-root > div.project-card__media > a |
Project video for Nothing But Net: A Playground Basketball Card Game div > div.project-card-root > div.project-card__media > a |
Project video for Lumos Ultra World's First One-stop UV+MOPA Laser div > div.project-card-root > div.project-card__media > a |
Project video for The Wretched - Book 1: A Sci-fi Horror Drama div > div.project-card-root > div.project-card__media > a |
Project video for Button Shy Micro Games: Spring 2026 (Astro ROVE, Jarl) div > div.project-card-root > div.project-card__media > a |
Project video for SenseRobot Chess Mini: Meet the Future of Chess div > div.project-card-root > div.project-card__media > a |
Project video for Emily Hare's Mini Book Of Monsters! div > div.project-card-root > div.project-card__media > a |
Project video for Nebulae - Astropolitics Online Strategy Game, PC div > div.project-card-root > div.project-card__media > a |
Project video for The Everyday Witch's Familiars Oracle Coloring Book div > div.project-card-root > div.project-card__media > a |
div.py8 > div.basis100p > div > a.keyboard-focusable div.py8 > div.basis100p > div > a.keyboard-focusable |
div.py8 > div.basis100p > div > a.keyboard-focusable div.py8 > div.basis100p > div > a.keyboard-focusable |
Project video for The Official Cyberpunk Trading Card Game div > div.project-card-root > div.project-card__media > a |
Project video for DELC div > div.project-card-root > div.project-card__media > a |
Project video for Iris LaND div > div.project-card-root > div.project-card__media > a |
Project video for OFF THE HOOK: A Comedy Short Film div > div.project-card-root > div.project-card__media > a |
Project video for 100 Thanks div > div.project-card-root > div.project-card__media > a |
Project video for Tipping Point Documentary div > div.project-card-root > div.project-card__media > a |
Project video for Kingdom Hearts: That Time Together div > div.project-card-root > div.project-card__media > a |
Project video for Historia de las consolas portátiles div > div.project-card-root > div.project-card__media > a |
Project video for The Cape Town Project: Building a Premier Beauty Destination div > div.project-card-root > div.project-card__media > a |
Project video for Who Is a Sommelier? Wine Tasting Party Game div > div.project-card-root > div.project-card__media > a |
Project video for Letsens pickleball, padel & tennis div > div.project-card-root > div.project-card__media > a |
Project video for PERALBA | BAREFOOT REDEFINED div > div.project-card-root > div.project-card__media > a |
Project video for Yotei - Deluxe Edition div > div.project-card-root > div.project-card__media > a |
Project video for ¡La Pala Loca llega a La Vila! div > div.project-card-root > div.project-card__media > a |
Project video for Preventa VERANO 2026 div > div.project-card-root > div.project-card__media > a |
Project video for The Last Favor: A Neo-Western Crime Short Film div > div.project-card-root > div.project-card__media > a |
Project video for Help Secure Sound for Afrobeats Nite's Outdoor Season div > div.project-card-root > div.project-card__media > a |
Project video for PHIL MADEIRA - 2 Americana Records & A New Memoir div > div.project-card-root > div.project-card__media > a |
Project video for Gunel Mirzayeva’s Debut Album ‘Silk Road to Bach’ div > div.project-card-root > div.project-card__media > a |
Project video for The Last of Our Kind div > div.project-card-root > div.project-card__media > a |
Project video for The Mapbox Workers Union Oral History div > div.project-card-root > div.project-card__media > a |
Project video for Gather Coffee House & Supper Club: Help Us Bring It to Life div > div.project-card-root > div.project-card__media > a |
Project video for Between Rhythms: Bridging Across The Diaspora Documentary div > div.project-card-root > div.project-card__media > a |
Project video for Dressy div > div.project-card-root > div.project-card__media > a |
Project video for Outbreaks #1-4: An Ongoing Zombie Anthology Series div > div.project-card-root > div.project-card__media > a |
Project video for Exquisite Undead: An Anthology of Vampires div > div.project-card-root > div.project-card__media > a |
Project video for Counter Culture Restaurant Is Back, Austin Texas! div > div.project-card-root > div.project-card__media > a |
Project video for Form I-485: The Interview div > div.project-card-root > div.project-card__media > a |
Project video for In the Shadow of the CPC div > div.project-card-root > div.project-card__media > a |
Project video for "Death and all her Enemies" Luna Keller's 3rd album div > div.project-card-root > div.project-card__media > a |
Project video for Solarion: Foundation of Empires div > div.project-card-root > div.project-card__media > a |
div.hover-target > div.flex > div.flex-1 > a.keyboard-focusable div.hover-target > div.flex > div.flex-1 > a.keyboard-focusable |
div.hover-target > div.flex > div.flex-1 > a.keyboard-focusable div.hover-target > div.flex > div.flex-1 > a.keyboard-focusable |
div.hover-target > div.flex > div.flex-1 > a.keyboard-focusable div.hover-target > div.flex > div.flex-1 > a.keyboard-focusable |
div.hover-target > div.flex > div.flex-1 > a.keyboard-focusable div.hover-target > div.flex > div.flex-1 > a.keyboard-focusable |
div.kds-max-w-[1440px] > div.kds-grid > div.kds-col-span-4 > a.kds-focus-ring div.kds-max-w-[1440px] > div.kds-grid > div.kds-col-span-4 > a.kds-focus-ring |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
FEATURED PROJECT div.grid-container > div.featured-project-collection > div.featured-project > h3.type-12 |
These are opportunities to improve keyboard navigation in your application.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Project We Love div.project-card-details > span.card-title > span.visibility-visible > a.relative |
Cole Wehrle div.project-card-details > div.flex > p.type-14 > a.project-card__creator |
Project We Love div.project-card-details > span.card-title > span.visibility-visible > a.relative |
Caroline Cotter div.project-card-details > div.flex > p.type-14 > a.project-card__creator |
Project We Love div.project-card-details > span.card-title > span.visibility-visible > a.relative |
Igor Donchik Art div.project-card-details > div.flex > p.type-14 > a.project-card__creator |
Project We Love div.project-card-details > span.card-title > span.visibility-visible > a.relative |
Rolling Square div.project-card-details > div.flex > p.type-14 > a.project-card__creator |
Project We Love div.project-card-details > span.card-title > span.visibility-visible > a.relative |
Jessica div.project-card-details > div.flex > p.type-14 > a.project-card__creator |
Project We Love div.project-card-details > span.card-title > span.visibility-visible > a.relative |
Angela M. Sanchez div.project-card-details > div.flex > p.type-14 > a.project-card__creator |
Leah Simone div.project-card-details > div.flex > p.type-14 > a.project-card__creator |
Daniel Figueroa div.project-card-details > div.flex > p.type-14 > a.project-card__creator |
Juan Luis Espinal div.project-card-details > div.flex > p.type-14 > a.project-card__creator |
Project We Love div.project-card-details > span.card-title > span.visibility-visible > a.relative |
Clicky Sprout Wife div.project-card-details > div.flex > p.type-14 > a.project-card__creator |
Asa Wheatley div.project-card-details > div.flex > p.type-14 > a.project-card__creator |
xLean Robotics div.project-card-details > div.flex > p.type-14 > a.project-card__creator |
chadwick parker & joe huang div.project-card-details > div.flex > p.type-14 > a.project-card__creator |
WeirdCo div.project-card-details > div.flex > p.type-14 > a.project-card__creator |
Fosso Wilfrid div.project-card-details > div.flex > p.type-14 > a.project-card__creator |
Idaira Santana div.project-card-details > div.flex > p.type-14 > a.project-card__creator |
Richard J. Dowling div.project-card-details > div.flex > p.type-14 > a.project-card__creator |
Daniel Figueroa div.project-card-details > div.flex > p.type-14 > a.project-card__creator |
Jase Earl div.project-card-details > div.flex > p.type-14 > a.project-card__creator |
Deathline (from Lifeline Comics) div.project-card-details > div.flex > p.type-14 > a.project-card__creator |
Phil Madeira div.project-card-details > div.flex > p.type-14 > a.project-card__creator |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | /assets/modules/vendor.fb6a628ef591171305f5159595eab478ae... line 707, col 158918 |
| AttributionReporting | transcend-cdn.com/cm/f4a41a3a-db12-4812-bd49-77f28a98d2d2/airgap.js line 8, col 1017 |
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback