Alt Magic
Alt Magic is an AI alt text generator for WordPress that automatically creates SEO-friendly image alt text for newly uploaded images and existing media library images. Start with 50 free monthly credits, then scale with fast bulk generation built for WooCommerce stores, publishers, agencies, and image-heavy WordPress sites. Built for high-volume workflows, Alt Magic can process 10,000+ images per hour. It helps improve image accessibility, supports better image SEO, and makes alt text generation easier to manage across large media libraries. Alt Magic also includes optional AI image renaming for teams that want cleaner, more descriptive filenames as part of their image optimization workflow. Why users choose Alt Magic Highly contextual and SEO-optimized 50 Free monthly alt text credits to get started easily Fast bulk alt text generation for existing and newly uploaded images Process 10,000+ images per hour on high-volume WordPress sites Affordable pricing at scale for stores, publishers, and agencies Active support with direct help for setup, troubleshooting, and custom guidance Built for WordPress and WooCommerce workflows Optional AI image renaming for better image organization Customer Reviews ⭐⭐⭐⭐⭐ Rated 4.8 stars on G2 – Read reviews on G2 Watch Alt Magic Plug-in in Action: Built for scale and complete image SEO workflows Many AI alt text plugins work well for smaller libraries, but become slower, more expensive, or harder to scale when you need bulk processing across a large number of images. Some tools rely on external model limits or generic workflows that are not built for large WordPress media libraries. Others focus only on adding alt text in the media library and do not offer a broader image optimization workflow. Alt Magic is built differently. It is designed for fast, stable, high-volume processing with better cost efficiency at scale. With Alt Magic, you get: * Faster bulk processing for large image libraries * Better value on high-volume workloads * Support for both existing images and new uploads * AI image renaming for both existing images and new uploads * A broader WordPress image SEO workflow from one plugin This makes Alt Magic a strong fit for WooCommerce stores, publishers, agencies, directories, and other image-heavy websites. Features Automatic Alt Text Generation Generate alt text automatically for newly uploaded images. Bulk Alt Text Generation Create alt text for existing WordPress media library images in bulk with a single click. High-Speed Processing Built for large sites and media libraries with processing speeds of 10,000+ images per hour. Free Monthly Credits Start free every month with 50 credits and scale up only when you need more volume. WooCommerce Optimization Generate better alt text for product images across WooCommerce stores and large catalogs. Context-Aware Generation Create more relevant alt text based on image content and surrounding context. Additional Media Properties Generate not only alt text, but also captions, titles, and descriptions where supported. Processed Images History View, manage, edit, and regenerate previously processed images from one place. SEO Plugin Compatibility Works smoothly with popular SEO plugins including Yoast, Rank Math, SEOPress, Squirrly SEO, and AIOSEO. Multilingual Support Generate alt text in over 150 languages for multilingual websites and global stores. AI Image Renaming Rename already uploaded images and automatically rename new uploads with descriptive, SEO-friendly filenames. Broad Format Support Supports common image formats including JPG, JPEG, PNG, GIF, WebP, AVIF, and SVG. Service Information Alt Magic is a service-based plugin that provides AI-powered alt text generation and image renaming services. The plugin requires an active internet connection and an Alt Magic account with API credentials to function. Service Provider: This plugin connects to Alt Magic’s cloud-based AI service to process images and generate alt texts and image filenames. The plugin does not perform AI processing locally. Remote Servers Called: The plugin makes API calls to the following service endpoints: – Service Base URL: https://api.altmagic.pro – /image-name-generator-wp – For AI-powered image filename generation – /combined-generator-wp – For combined alt text and image name generation – /user-details – For fetching user account information and credit balance – /wp-plugin-events/wp-plugin-events – For plugin usage analytics and events Account Requirements: An Alt Magic account and API key are required to use this plugin. Users must: 1. Sign up for an account at https://www.altmagic.pro 2. Obtain an API key from their Alt Magic dashboard 3. Enter the API key in the plugin settings Data Transmission: The plugin sends image data (image files or URLs) to the Alt Magic service for AI analysis and processing. This data is used solely to generate alt text descriptions and image filenames. The plugin also transmits basic plugin usage events for service improvement. Privacy and Terms: For detailed information about data handling, privacy practices, and terms of service, please refer to: – Service Link – Terms of Use – Privacy Policy
Top keywords
- alt33×4.23%
- image22×2.82%
- alt text18×2.30%
- text18×2.30%
- images16×2.05%
- alt magic14×1.79%
- magic14×1.79%
- ai9×1.15%
- generation9×1.15%
- service9×1.15%
- media7×0.90%
- processing7×0.90%
Shapes Smart Scroll Animations
Shapes Smart Scroll Animations is a micro-tool designed for developers and designers who need clean entrance animations without external libraries. This plugin uses a Smart Grid Delay logic to detect your layout structure and animate elements naturally, whether they are in a multi-column desktop grid or a single-column mobile view. How does it work? Here is a deep dive into the technical advantages of Shapes Smart Scroll Animations plugin: 1. Smart Grid Delay logic The core of this plugin is the calculateColumnsInGroup algorithm. Instead of forcing you to write complex media queries for animation delays, the plugin: Dynamically checks the physical position (offsetTop) of elements. Detects when a new row begins. Resets the delay counter for every new row. Result: Animations look professional and perfectly staggered on any screen size automatically. 2. Performance (Vanilla JS) Zero Dependencies: No jQuery, no GSAP, no heavy frameworks. The script is ultra-lightweight. IntersectionObserver API: I use the modern browser API to detect scrolling, which is much more efficient than listening to the scroll event. GPU Acceleration: CSS properties use will-change to inform the browser ahead of time, offloading rendering to the GPU for smooth animations. 3. Accessibility first This plugin automatically respects the user’s operating system preferences. Reduced Motion Support: If a visitor has “Reduce Motion” enabled in their system (Windows, macOS, iOS, Android), the plugin automatically disables all entrance animations to prevent motion sickness. Inclusive Design: Your site remains compliant with modern web standards without extra work. 4. Developer friendly No-JS Fallback: If JavaScript fails or is disabled, elements remain fully visible (opacity: 1). Your content is safe. CSS Variables: I moved hardcoded values to CSS Custom Properties (:root). You can globally change animation duration, easing, or distance directly in your theme’s CSS without editing plugin files. Simple Class System: Just add .shps-animated and an effect class. Available effects Slide Up: .shps-slide-up (Classic elegant entrance) Zoom Out: .shps-zoom-out (Modern scaling effect) Slide Right: .shps-slide-right Slide Left: .shps-slide-left How to use? Single Element: Add shps-animated shps-slide-up to any HTML element or Block. Grid/Group: Wrap elements in a container with class shps-group to enable the Smart Grid Delay. Example HTML: Card 1 Card 2 Card 3 Manual delays & overrides You have two ways to control delays manually if you want to highlight specific items. Method 1: Helper Classes (Recommended for static HTML) Use these classes to set a fixed delay. The plugin will detect them and skip the automatic calculation for that specific element. .shps-delay-100 (0.1s) … to .shps-delay-1000 (1.0s). Numeric values in increments of 100. Method 2: CSS Overrides (Recommended for dynamic loops) If you are generating lists via PHP (e.g., WordPress Loop) and cannot add specific classes to individual items, use CSS with !important to override the inline styles applied by the plugin. /* Example: Force 3rd item to wait 1 second */ .shps-group .shps-animated:nth-child(3) { transition-delay: 1.0s !important; } Security & privacy This plugin is designed to be safe and lightweight: 100% GDPR Compliant: No external calls, no tracking, no cookies, and no IP collection. Zero Dependencies: Written in pure Vanilla JS. No jQuery or external libraries that could cause conflicts. Database Free: The plugin does not perform any database queries (SQL), ensuring zero risk of injection attacks. Self-Contained: All assets are loaded locally. No reliance on external CDNs.