MakeItMove
Image upload and AI video maker.
Report generated on April 6, 2026
A note on how to read this
This report is ProdPoke's take on your site — think of it as a first impression from a very opinionated robot. We check real things (load times, broken links, accessibility patterns), but we also try to understand what your site is trying to do and whether the technical details support that goal. Some of our observations might not apply to your specific situation, and that's okay. We're getting sharper with every scan. If something feels off, tell us — it makes us better.
Key Insights for MakeItMove
Gallery takes 5.9 seconds to load—users abandon before seeing any creative content.
Your Telegram-authenticated users expect instant access to their gallery. A 6-second blank screen frustrates the exact audience you've invested in authentication for, likely causing drop-off before they even see their video content.
5 videos (out of your core Gallery) are completely broken and won't load from media.makeitmove.ai.
These aren't minor formatting issues—they're critical creative assets that authenticated users can't access. Systematic video load failures indicate a media server problem that blocks your primary value proposition.
401 Unauthorized errors prevent authenticated users from accessing their Gallery after signing in via Telegram.
Users complete your Telegram authentication flow only to hit a wall. This authentication-to-access gap directly breaks trust and makes the authentication requirement feel broken rather than secure.
Missing Open Graph tags mean Gallery/Studio links preview as blank when shared in Telegram—your primary distribution channel.
Since your users authenticate via Telegram and likely share work in Telegram communities, missing og:title, og:description, and og:image means your content previews as generic links rather than compelling creative showcases, killing organic sharing.
3 interactive buttons and 1 form input lack labels—Studio creation interface is unusable for screen reader users and keyboard navigators.
Your creative platform excludes disabled users from core workflows (file uploads, content creation). This is both an ethical and legal liability, especially since accessibility compliance affects SEO rankings.
What ProdPoke understands about MakeItMove
MakeItMove appears to be a web application with a Gallery section that requires Telegram account authentication to access. The site has a Studio section alongside the Gallery, suggesting it may involve some form of creative content creation or media management. The primary navigation shows these two main features, and users must sign in through their Telegram account to continue using the platform. Based on the observed structure, this seems to be a content-focused platform that leverages Telegram for authentication and user management.
Based on exploring 1 page across the site
First Impression — How clear is your site?
MakeItMove is an "Image upload and AI video maker" (per meta description) that allows users to create animated videos from images. The page shows a "Scenes" gallery with examples like "Pokemon animate," "RX Gundam Transform," and "Spinning Cat" — these appear to be pre-made animation templates or effects that can be applied to images.
This score measures how quickly a first-time visitor understands what your site does — based on visible headings, navigation, and visual hierarchy alone.
Overall Score
Good start — room to grow.
Performance
70/100Slow page load: 5945ms
Your Gallery takes nearly 6 seconds to load. Users trying to browse creative content will experience significant delays, leading to frustration and potential abandonment before they can access their Telegram-authenticated gallery.
Found: 5945ms
Slow First Contentful Paint: 5788ms
Content doesn't appear for nearly 6 seconds on your Gallery. Users see a blank screen while waiting to view creative works, severely impacting the experience of your Telegram-authenticated audience.
Found: 5788ms
SEO
78/100Missing Open Graph tags: og:title, og:description, og:image
Missing Open Graph tags mean your Gallery and Studio links won't display compelling previews when shared in Telegram groups, Discord communities, or social media—reducing discoverability and shareability of your creative platform.
Found: Missing: og:title, og:description, og:image
Multiple H1 tags (2)
Multiple H1 tags on your landing page weaken the page's topic clarity for search engines, making it harder for potential creative users to discover MakeItMove when searching for animation or video creation tools.
Found: 2 H1 tags
No canonical URL specified
Without a canonical URL, search engines may struggle to prioritize the correct version of your landing page, potentially diluting organic visibility for your creative platform.
No sitemap.xml found
A missing sitemap prevents search engines from efficiently discovering all your Gallery content and Studio features, limiting organic traffic to your creative platform.
Accessibility
77/1001 form input(s) without labels
A form input in your authentication or Studio creation interface lacks an associated label. This makes it difficult for screen reader users to understand what information to enter, and reduces usability for all users.
Found: Missing labels: text: Search scenes...
3 interactive element(s) without accessible names
Interactive controls in your Gallery or Studio (likely playback buttons, navigation, or creation tools) lack accessible names. Screen reader users and keyboard-only users cannot understand or operate these creative features.
Found: 3 missing: <div.hamburger-react>, <div.hamburger-react>, <input[type=text].h-8>
Functional
92/1002 button(s) with no visible text or icon
Buttons in your Gallery or Studio interface have no visible text or icons. Users cannot tell what these controls do (e.g., create, upload, edit, delete), creating confusion in your creative workflow.
Found: 2 empty buttons
Technical Health
Failed to load resource: the server responded with a status of 401 ()
Your Gallery requires authentication via Telegram, but the server is returning a 401 Unauthorized error. This prevents authenticated users from accessing their creative content and gallery items.
Network request failed: https://media.makeitmove.ai/uploads/325cd914-9605-4e18-9564-b2b2d2d5866a.mp4
A video in your Gallery failed to load from the media server (net::ERR_ABORTED). Users cannot preview or access this creative work, breaking the core Gallery browsing experience.
Network request failed: https://media.makeitmove.ai/uploads/1b5b03bb-3711-4e04-b998-23650d3208dc.mp4
A video in your Gallery failed to load from the media server (net::ERR_ABORTED). Users cannot preview or access this creative work, breaking the core Gallery browsing experience.
Network request failed: https://media.makeitmove.ai/uploads/e8892724-99bc-450a-a5df-e10e949d7252.mp4
A video in your Gallery failed to load from the media server (net::ERR_ABORTED). Users cannot preview or access this creative work, breaking the core Gallery browsing experience.
Network request failed: https://media.makeitmove.ai/uploads/5b1964db-ad3a-42cd-aace-8bc593e6bf6d.mp4
A video in your Gallery failed to load from the media server (net::ERR_ABORTED). Users cannot preview or access this creative work, breaking the core Gallery browsing experience.
Network request failed: https://media.makeitmove.ai/uploads/bcc6bf3a-b493-48b1-8e07-5f3254e4d169.mp4
A video in your Gallery failed to load from the media server (net::ERR_ABORTED). Users cannot preview or access this creative work, breaking the core Gallery browsing experience.
Compliance
100/100Key Metrics
Crawlability
Standards
Improvement Plan
MakeItMove has a critical infrastructure problem masquerading as multiple issues. Your Telegram-authenticated users are hitting a wall immediately: they sign in successfully, but then face a 6-second load time, a 401 error blocking access, and broken video files. Before optimizing anything else, you need to stabilize the media server and authentication pipeline. Start by investigating why media.makeitmove.ai is returning net::ERR_ABORTED for those 5 specific video UUIDs—this is likely a CORS issue, a storage misconfiguration, or expired credentials. Simultaneously, debug the 401 error on the Gallery endpoint when users are already authenticated via Telegram; this suggests either a token validation issue or a session timeout problem.
Once the core access works, tackle the 5.9-second load time. With 5 missing videos and authentication errors, you can't diagnose if it's the JavaScript bundle, the authentication handshake, or media preloading that's slow. Prioritize a production audit using your browser DevTools and a performance profiler to identify the bottleneck. Given that users wait nearly 6 seconds to see *anything*, consider server-side rendering the Gallery shell or implementing skeleton loaders so authenticated users at least see progress.
Second priority: add Open Graph tags (og:title, og:description, og:image) to your Gallery and Studio pages. Since your users authenticate via Telegram and share creative work in Telegram communities, these tags are essential for converting passive links into clickable previews. A single Studio creation shared in a Telegram group should preview as an attractive card with a thumbnail and title, not a generic URL.
Third priority: fix accessibility gaps by adding labels to the unlabeled form input and text/icons to the 2 unlabeled buttons. This is fast to implement (30 minutes) and removes barriers for screen reader users while improving your SEO compliance score.
Final priority: add a sitemap.xml and specify canonical URLs. These won't solve your immediate user experience crisis, but they'll help search engines discover your Gallery content and improve organic visibility for new users searching for creative tools.
Suggested priority order:
- Network request failed (5 video load failures from media.makeitmove.ai)
- Failed to load resource: Gallery 401 Unauthorized error
- Slow page load: 5945ms
- Slow First Contentful Paint: 5788ms
- Missing Open Graph tags (og:title, og:description, og:image)
- 1 form input without label
- 2 buttons with no visible text or icon
- 3 interactive elements without accessible names
- Multiple H1 tags (2)
- No canonical URL specified
- No sitemap.xml found
This is your site? Get the full picture.
Claim this report to unlock ongoing monitoring, deeper analysis, and actionable alerts.
What is ProdPoke?Automated analysis generated on April 6, 2026. Not professional advice. Contact us to modify or remove this report.

