{"id":283756,"date":"2026-03-15T13:33:49","date_gmt":"2026-03-15T13:33:49","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/brainpress\/"},"modified":"2026-03-17T07:17:14","modified_gmt":"2026-03-17T07:17:14","slug":"smart-local-ai","status":"publish","type":"plugin","link":"https:\/\/twd.wordpress.org\/plugins\/smart-local-ai\/","author":20313554,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.5","stable_tag":"1.0.5","tested":"6.9.4","requires":"6.0","requires_php":"7.4","requires_plugins":null,"header_name":"Smart Local AI \u2013 Browser-Based Private AI Tools","header_author":"Azizul Hasan","header_description":"Privacy-First Browser ML Suite for WordPress. Client-side machine learning modules including content recommendations, alt text generation, and more \u2014 all without sending data to cloud APIs.","assets_banners_color":"2e275c","last_updated":"2026-03-17 07:17:14","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"https:\/\/atlasaidev.com\/","rating":0,"author_block_rating":0,"active_installs":0,"downloads":318,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"hasanazizul","date":"2026-03-15 13:37:24"},"1.0.1":{"tag":"1.0.1","author":"hasanazizul","date":"2026-03-15 13:54:23"},"1.0.4":{"tag":"1.0.4","author":"hasanazizul","date":"2026-03-16 10:13:04"},"1.0.5":{"tag":"1.0.5","author":"hasanazizul","date":"2026-03-17 07:17:14"}},"upgrade_notice":{"1.0.5":"<p>Content type selection for RelevantFlow \u2014 index Posts, Pages, Products, or any custom post type. New guided setup wizard after activation. Fixes AltGenius Pro link.<\/p>","1.0.4":"<p>Full SQLite compatibility \u2014 similar posts table now works on WordPress Playground and SQLite-based environments. Existing MySQL installs auto-migrated.<\/p>","1.0.3":"<p>Fixes JavaScript errors on WordPress Playground and missing script dependencies for AltGenius editor\/media upload.<\/p>","1.0.2":"<p>Fixes admin UI loading issue on WordPress Playground and older WordPress versions.<\/p>"},"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3483604,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3483604,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.jpg":{"filename":"banner-1544x500.jpg","revision":3483604,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":3483604,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{"blueprint.json":{"filename":"blueprint.json","revision":3484521,"resolution":false,"location":"assets","locale":"","contents":"{\"$schema\":\"https:\\\/\\\/playground.wordpress.net\\\/blueprint-schema.json\",\"description\":\"Preview the Smart Local AI plugin \\u2014 browser-based private AI tools for WordPress.\",\"landingPage\":\"\\\/wp-admin\\\/admin.php?page=smart-local-ai\",\"preferredVersions\":{\"php\":\"8.2\",\"wp\":\"6.9\"},\"steps\":[{\"step\":\"login\",\"username\":\"admin\",\"password\":\"password\"},{\"step\":\"installPlugin\",\"options\":{\"activate\":true},\"pluginData\":{\"resource\":\"wordpress.org\\\/plugins\",\"slug\":\"smart-local-ai\"}},{\"step\":\"writeFile\",\"path\":\"\\\/wordpress\\\/wp-content\\\/mu-plugins\\\/smart-local-ai-demo.php\",\"data\":\"<?php\\nadd_action('admin_init', function() {\\n\\tif (get_option('atlas_ai_demo_done')) return;\\n\\t$tech = wp_create_category('Technology');\\n\\t$ai = wp_create_category('Artificial Intelligence');\\n\\t$posts = array(\\n\\t\\tarray('title' => 'Getting Started with Machine Learning in the Browser', 'content' => 'Machine learning is transforming how we build software. From recommendation engines to image recognition, ML models are becoming essential tools for modern developers. Browser-based inference using WebAssembly and WebGPU is making AI accessible to everyone without cloud dependencies or API costs. Learn how client-side ML works and why it matters for privacy.', 'excerpt' => 'An introduction to browser-based machine learning and why it matters.', 'cat' => $ai),\\n\\t\\tarray('title' => 'Privacy-First AI: Why Client-Side Processing Matters', 'content' => 'As data privacy regulations like GDPR and CCPA tighten worldwide, the demand for privacy-first AI solutions is growing rapidly. Client-side machine learning allows websites to offer intelligent features without sending user data to external servers. This approach ensures compliance while delivering powerful AI capabilities directly in the browser.', 'excerpt' => 'How client-side ML is reshaping privacy-compliant AI tools.', 'cat' => $ai),\\n\\t\\tarray('title' => 'Understanding Semantic Search and Vector Embeddings', 'content' => 'Semantic search goes beyond keyword matching to understand the meaning behind queries. Using vector embeddings and cosine similarity algorithms, semantic search delivers more relevant results by understanding context and intent. This technology powers modern recommendation engines and content discovery systems.', 'excerpt' => 'How semantic search and vector embeddings deliver smarter content discovery.', 'cat' => $tech),\\n\\t\\tarray('title' => 'Building Accessible Websites with AI-Powered Alt Text', 'content' => 'Web accessibility ensures that everyone, including people with disabilities, can use your website. Alt text for images is a critical component of accessibility and SEO. AI-powered tools can automatically generate descriptive alt text using vision models, making your entire media library accessible without manual effort.', 'excerpt' => 'Why accessibility matters and how AI generates descriptive alt text.', 'cat' => $tech),\\n\\t\\tarray('title' => 'WordPress Performance Optimization: A Complete Guide', 'content' => 'Speed matters for SEO rankings and user experience. Learn how to optimize your WordPress site with caching strategies, image optimization, lazy loading, code splitting, and modern hosting solutions. A faster site means better search rankings, lower bounce rates, and happier visitors who stay longer.', 'excerpt' => 'Essential tips to speed up your WordPress site for better SEO and UX.', 'cat' => $tech),\\n\\t\\tarray('title' => 'How Transformer Models Are Revolutionizing NLP', 'content' => 'Transformer architecture has fundamentally changed natural language processing. Models like BERT, GPT, and MiniLM can understand context, generate text, and perform semantic similarity matching with remarkable accuracy. These models are now small enough to run directly in web browsers using optimized ONNX runtimes.', 'excerpt' => 'Exploring transformer models and their impact on browser-based NLP.', 'cat' => $ai),\\n\\t\\tarray('title' => 'Content Personalization Without Tracking Cookies', 'content' => 'Traditional content personalization relies on third-party cookies and server-side tracking. But with cookie deprecation and privacy laws, a new approach is needed. Client-side behavioral analysis can deliver personalized recommendations using only local browser storage, respecting user privacy while improving engagement and time-on-site.', 'excerpt' => 'Personalize content recommendations without compromising visitor privacy.', 'cat' => $ai),\\n\\t\\tarray('title' => 'WebAssembly and WebGPU: The Future of Browser Computing', 'content' => 'WebAssembly enables near-native performance for compute-intensive tasks in the browser. Combined with WebGPU for hardware-accelerated graphics and computation, these technologies make it possible to run sophisticated machine learning models entirely client-side. This opens new possibilities for privacy-preserving AI applications.', 'excerpt' => 'How WASM and WebGPU enable powerful AI inference in the browser.', 'cat' => $tech),\\n\\t\\tarray('title' => 'Image Captioning with Vision Transformer Models', 'content' => 'Vision transformer models like ViT-GPT2 can analyze images and generate natural language descriptions automatically. These models combine visual feature extraction with language generation to produce accurate, contextual captions. When run in the browser, they enable automatic alt text generation without uploading images to any external service.', 'excerpt' => 'How vision transformers generate automatic image descriptions.', 'cat' => $ai),\\n\\t\\tarray('title' => 'The Complete Guide to WordPress REST API Development', 'content' => 'The WordPress REST API provides a powerful interface for building modern web applications. Learn how to create custom endpoints, handle authentication with nonces, validate and sanitize input data, and build React-powered admin interfaces that communicate with your WordPress backend seamlessly.', 'excerpt' => 'Master WordPress REST API for building modern plugin interfaces.', 'cat' => $tech),\\n\\t);\\n\\tforeach ($posts as $p) {\\n\\t\\twp_insert_post(array('post_title' => $p['title'], 'post_content' => $p['content'], 'post_excerpt' => $p['excerpt'], 'post_status' => 'publish', 'post_category' => array($p['cat'])));\\n\\t}\\n\\tupdate_option('atlas_ai_modules', array('relevantflow' => true, 'altgenius' => true, 'personaflow' => true));\\n\\tupdate_option('blogname', 'Smart Local AI Demo');\\n\\tupdate_option('blogdescription', 'Privacy-First Browser ML Suite for WordPress');\\n\\tupdate_option('atlas_ai_demo_done', true);\\n});\\n\"}],\"features\":{\"networking\":true}}"}},"all_blocks":[],"tagged_versions":["1.0.0","1.0.1","1.0.4","1.0.5"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3483113,"resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":3483113,"resolution":"2","location":"assets","locale":""},"screenshot-3.png":{"filename":"screenshot-3.png","revision":3483113,"resolution":"3","location":"assets","locale":""},"screenshot-4.png":{"filename":"screenshot-4.png","revision":3483113,"resolution":"4","location":"assets","locale":""},"screenshot-5.png":{"filename":"screenshot-5.png","revision":3483113,"resolution":"5","location":"assets","locale":""},"screenshot-6.png":{"filename":"screenshot-6.png","revision":3483113,"resolution":"6","location":"assets","locale":""},"screenshot-7.png":{"filename":"screenshot-7.png","revision":3483113,"resolution":"7","location":"assets","locale":""},"screenshot-8.png":{"filename":"screenshot-8.png","revision":3483113,"resolution":"8","location":"assets","locale":""}},"screenshots":{"1":"Smart Local AI Dashboard \u2014 Enable modules, select content type, and manage settings from a central dashboard with guided setup wizard","2":"RelevantFlow Settings \u2014 Configure recommendation display, build embedding index, customize appearance","3":"RelevantFlow Widget \u2014 Semantic content recommendations displayed below posts","4":"PersonaFlow Settings \u2014 Configure personalized recommendations and behavioral tracking","5":"PersonaFlow Widget \u2014 Personalized content recommendations based on visitor behavior","6":"AltGenius Settings \u2014 Choose AI model, configure prefix\/suffix for alt text","7":"AltGenius Bulk Scan \u2014 Audit and fix alt text across your entire media library","8":"AltGenius Editor Panel \u2014 Per-image alt text generation in the block editor"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[2353,17214,5740,48730,1089],"plugin_category":[],"plugin_contributors":[210431],"plugin_business_model":[],"class_list":["post-283756","plugin","type-plugin","status-publish","hentry","plugin_tags-ai","plugin_tags-alt-text","plugin_tags-machine-learning","plugin_tags-personalized-recommendations","plugin_tags-related-posts","plugin_contributors-hasanazizul","plugin_committers-hasanazizul"],"banners":{"banner":"https:\/\/ps.w.org\/smart-local-ai\/assets\/banner-772x250.jpg?rev=3483604","banner_2x":"https:\/\/ps.w.org\/smart-local-ai\/assets\/banner-1544x500.jpg?rev=3483604","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/smart-local-ai\/assets\/icon-128x128.png?rev=3483604","icon_2x":"https:\/\/ps.w.org\/smart-local-ai\/assets\/icon-256x256.png?rev=3483604","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/smart-local-ai\/assets\/screenshot-1.png?rev=3483113","caption":"Smart Local AI Dashboard \u2014 Enable modules, select content type, and manage settings from a central dashboard with guided setup wizard"},{"src":"https:\/\/ps.w.org\/smart-local-ai\/assets\/screenshot-2.png?rev=3483113","caption":"RelevantFlow Settings \u2014 Configure recommendation display, build embedding index, customize appearance"},{"src":"https:\/\/ps.w.org\/smart-local-ai\/assets\/screenshot-3.png?rev=3483113","caption":"RelevantFlow Widget \u2014 Semantic content recommendations displayed below posts"},{"src":"https:\/\/ps.w.org\/smart-local-ai\/assets\/screenshot-4.png?rev=3483113","caption":"PersonaFlow Settings \u2014 Configure personalized recommendations and behavioral tracking"},{"src":"https:\/\/ps.w.org\/smart-local-ai\/assets\/screenshot-5.png?rev=3483113","caption":"PersonaFlow Widget \u2014 Personalized content recommendations based on visitor behavior"},{"src":"https:\/\/ps.w.org\/smart-local-ai\/assets\/screenshot-6.png?rev=3483113","caption":"AltGenius Settings \u2014 Choose AI model, configure prefix\/suffix for alt text"},{"src":"https:\/\/ps.w.org\/smart-local-ai\/assets\/screenshot-7.png?rev=3483113","caption":"AltGenius Bulk Scan \u2014 Audit and fix alt text across your entire media library"},{"src":"https:\/\/ps.w.org\/smart-local-ai\/assets\/screenshot-8.png?rev=3483113","caption":"AltGenius Editor Panel \u2014 Per-image alt text generation in the block editor"}],"raw_content":"<!--section=description-->\n<p>Smart Local AI brings machine learning directly to the browser. Every ML model runs on-device in the visitor's or editor's browser using <a href=\"https:\/\/huggingface.co\/docs\/transformers.js\">Transformers.js<\/a> and WebGPU\/WASM. No data is ever sent to external servers, no cloud API keys are needed, and there are zero recurring costs.<\/p>\n\n<h4>Modules<\/h4>\n\n<p><strong>RelevantFlow \u2014 Semantic Content Recommendations<\/strong><\/p>\n\n<p>Traditional related-posts plugins match by shared tags or categories. RelevantFlow uses a sentence-transformer model (all-MiniLM-L6-v2) to understand the <em>meaning<\/em> of your content and recommend posts that are genuinely related \u2014 even when they share no tags at all.<\/p>\n\n<ul>\n<li>Understands synonyms and concepts (e.g. \"Salah\" and \"Islamic Prayer\" match)<\/li>\n<li>Works with any content type \u2014 Posts, Pages, WooCommerce Products, or custom post types<\/li>\n<li>Displays a responsive card widget below your content<\/li>\n<li>Three layout templates: cards, list, and grid<\/li>\n<li>Custom placement via CSS selector or shortcode <code>[atlas_ai_relevantflow]<\/code><\/li>\n<li>Theme customization with presets (Default, Light, Dark, Minimal) and custom colors<\/li>\n<li>Embedding index built in-browser by editors \u2014 zero server load<\/li>\n<li>Nightly cron flags new\/updated content for re-indexing<\/li>\n<\/ul>\n\n<p><strong>PersonaFlow \u2014 Personalized Content Recommendations<\/strong><\/p>\n\n<p>PersonaFlow delivers personalized content recommendations based on visitor behavior \u2014 like Netflix for your WordPress site. It tracks 30 behavioral signals (scroll depth, reading time, click patterns, etc.) and computes a per-visitor taste vector to surface the most relevant content for each individual visitor.<\/p>\n\n<ul>\n<li>Personalized recommendations powered by real-time behavioral tracking<\/li>\n<li>30 behavioral signals including scroll depth, reading time, and engagement patterns<\/li>\n<li>Per-visitor taste profile computed entirely in the browser \u2014 no server-side tracking<\/li>\n<li>WooCommerce integration for product recommendations<\/li>\n<li>Three layout templates: cards, list, and grid<\/li>\n<li>Custom placement via CSS selector or shortcode <code>[atlas_ai_personaflow]<\/code><\/li>\n<li>Theme customization with presets and custom colors<\/li>\n<li>All tracking data stays on the visitor's device \u2014 fully GDPR compliant<\/li>\n<li>Automatic taste decay ensures recommendations stay fresh and relevant<\/li>\n<\/ul>\n\n<p><strong>AltGenius \u2014 Automatic Alt Text Generation<\/strong><\/p>\n\n<p>Missing alt text hurts SEO rankings and violates ADA\/WCAG accessibility guidelines. AltGenius generates descriptive alt text for every image in your media library \u2014 entirely in the browser.<\/p>\n\n<ul>\n<li>Two AI models: ViT-GPT2 (fast) and Florence-2 (detailed)<\/li>\n<li>Bulk Scan to audit and fix your entire media library at once<\/li>\n<li>Auto-generate on media upload<\/li>\n<li>Editor sidebar panel for per-image control with prefix\/suffix<\/li>\n<li>No per-image fees, no cloud processing<\/li>\n<\/ul>\n\n<h4>Key Features<\/h4>\n\n<ul>\n<li><strong>Zero Cost<\/strong> \u2014 No API keys, no subscriptions, no per-request fees<\/li>\n<li><strong>Privacy by Architecture<\/strong> \u2014 All ML inference runs in the browser; data never leaves the device<\/li>\n<li><strong>GDPR Compliant<\/strong> \u2014 No external data transmission means no DPA required<\/li>\n<li><strong>Shared Hosting Compatible<\/strong> \u2014 No server-side ML dependencies; works anywhere WordPress runs<\/li>\n<li><strong>WebGPU + WASM<\/strong> \u2014 Hardware-accelerated inference with automatic fallback<\/li>\n<li><strong>Modular<\/strong> \u2014 Enable only the modules you need; each can work standalone<\/li>\n<li><strong>Cached Models<\/strong> \u2014 ML models are cached in IndexedDB after first download for instant reuse<\/li>\n<li><strong>Themeable<\/strong> \u2014 Built-in theme presets and custom color options to match any WordPress theme<\/li>\n<\/ul>\n\n<h4>Upgrade to Pro<\/h4>\n\n<p>Get more powerful AI modules and premium features with <a href=\"https:\/\/atlasaidev.com\/smart-local-ai-pro\/\">Smart Local AI Pro<\/a>.<\/p>\n\n<p>Have questions or need support? <a href=\"https:\/\/atlasaidev.com\/contact-us\/\">Contact us<\/a>.<\/p>\n\n<h4>How It Works<\/h4>\n\n<p>All AI processing runs in your browser. No server-side ML is required. On first use, models are downloaded from Hugging Face and cached in the browser's IndexedDB \u2014 this one-time download may take 1\u20132 minutes depending on your connection. After that, models load instantly.<\/p>\n\n<p><strong>RelevantFlow (Related Posts)<\/strong><\/p>\n\n<ol>\n<li>Go to <strong>Smart Local AI &gt; Dashboard<\/strong> and enable the RelevantFlow module (or follow the setup wizard after activation)<\/li>\n<li>Select which content type to index from the <strong>Content Type<\/strong> selector on the Dashboard (defaults to Posts)<\/li>\n<li>Go to the <strong>RelevantFlow<\/strong> tab and click <strong>Build Index<\/strong> \u2014 this downloads the MiniLM model (~23 MB) and generates an embedding for each published item of the selected content type<\/li>\n<li>You need at least <strong>2 published items<\/strong> of the selected content type for recommendations to appear<\/li>\n<li>Visit any item on the frontend \u2014 a \"You Might Also Enjoy\" section will appear below the content showing semantically related items<\/li>\n<\/ol>\n\n<p><strong>PersonaFlow (Personalized Recommendations)<\/strong><\/p>\n\n<ol>\n<li>Go to <strong>Smart Local AI &gt; Dashboard<\/strong> and enable the PersonaFlow module<\/li>\n<li>Go to the <strong>PersonaFlow<\/strong> tab to configure display settings (number of recommendations, layout template, appearance)<\/li>\n<li>Visit posts on the frontend \u2014 PersonaFlow will track reading behavior and build a taste profile<\/li>\n<li>After a few page views, personalized recommendations will appear below the content based on the visitor's interests<\/li>\n<li>Use the shortcode <code>[atlas_ai_personaflow]<\/code> to place recommendations anywhere in your theme<\/li>\n<\/ol>\n\n<p><strong>AltGenius (Image Alt Text)<\/strong><\/p>\n\n<ol>\n<li>Go to <strong>Smart Local AI &gt; Dashboard<\/strong> and enable the AltGenius module<\/li>\n<li>Upload an image via <strong>Media &gt; Add New Media File<\/strong> \u2014 the model downloads on first use (~300 MB for ViT-GPT2) and alt text is generated automatically<\/li>\n<li>Or go to <strong>Smart Local AI &gt; Bulk Alt Text<\/strong> and click <strong>Start Bulk Scan<\/strong> to generate alt text for all existing images missing it<\/li>\n<li>Or edit any post with images in the Block Editor \u2014 the AltGenius sidebar panel shows each image with a <strong>Generate Alt Text<\/strong> button<\/li>\n<\/ol>\n\n<h3>External Services<\/h3>\n\n<p>This plugin connects to the following external services. No user data or site content is transmitted to these services \u2014 only the ML model files are downloaded.<\/p>\n\n<h4>Hugging Face Model Hub<\/h4>\n\n<p>ML models are downloaded from the Hugging Face Model Hub (<code>https:\/\/huggingface.co\/<\/code>) on first use and cached in the browser's IndexedDB. The following models are used:<\/p>\n\n<ul>\n<li><strong>RelevantFlow<\/strong>: <code>Xenova\/all-MiniLM-L6-v2<\/code> (~23 MB) \u2014 Sentence transformer for content embeddings<\/li>\n<li><strong>AltGenius (ViT-GPT2)<\/strong>: <code>Xenova\/vit-gpt2-image-captioning<\/code> (~300 MB) \u2014 Image captioning model<\/li>\n<li><strong>AltGenius (Florence-2)<\/strong>: <code>onnx-community\/Florence-2-base-ft<\/code> (~460 MB) \u2014 Advanced image captioning model<\/li>\n<\/ul>\n\n<p>These models are open-source and licensed under Apache 2.0 or MIT. No user content, images, or site data is uploaded to Hugging Face \u2014 the connection is download-only.<\/p>\n\n<ul>\n<li><a href=\"https:\/\/huggingface.co\/terms-of-service\">Hugging Face Terms of Service<\/a><\/li>\n<li><a href=\"https:\/\/huggingface.co\/privacy\">Hugging Face Privacy Policy<\/a><\/li>\n<\/ul>\n\n<!--section=installation-->\n<h4>From the WordPress Plugin Directory<\/h4>\n\n<ol>\n<li>Go to <strong>Plugins &gt; Add New<\/strong> in your WordPress admin<\/li>\n<li>Search for \"Smart Local AI\"<\/li>\n<li>Click <strong>Install Now<\/strong>, then <strong>Activate<\/strong><\/li>\n<\/ol>\n\n<h4>Manual Installation<\/h4>\n\n<ol>\n<li>Download the plugin zip file<\/li>\n<li>Go to <strong>Plugins &gt; Add New &gt; Upload Plugin<\/strong><\/li>\n<li>Upload the zip file and click <strong>Install Now<\/strong><\/li>\n<li>Activate the plugin<\/li>\n<\/ol>\n\n<h4>After Activation<\/h4>\n\n<p>After activation, you will be automatically redirected to the Smart Local AI dashboard where a guided setup wizard walks you through the initial configuration:<\/p>\n\n<ol>\n<li><strong>Enable RelevantFlow<\/strong> \u2014 Turn on the AI recommendation engine<\/li>\n<li><strong>Select Content Type<\/strong> \u2014 Choose which content type to index (Posts, Pages, Products, or any custom post type)<\/li>\n<li><strong>Build Embedding Index<\/strong> \u2014 Index your content so the AI can find similarities between posts<\/li>\n<li><strong>Enable PersonaFlow<\/strong> \u2014 Optionally enable personalized recommendations based on visitor behavior<\/li>\n<li><strong>Preview Recommendations<\/strong> \u2014 Visit a published post to see AI recommendations in action<\/li>\n<\/ol>\n\n<p>You can skip the wizard at any time and configure modules manually from the Dashboard. To re-run the wizard later, click the <strong>Run Setup Wizard<\/strong> button on the Dashboard.<\/p>\n\n<p><strong>To test AltGenius<\/strong>: Go to the <strong>AltGenius<\/strong> tab and choose your model (ViT-GPT2 is recommended). Then either upload a new image via <strong>Media &gt; Add New Media File<\/strong> (alt text generates automatically), or go to <strong>Smart Local AI &gt; Bulk Alt Text<\/strong> to scan existing images. The model downloads on first use (~300 MB) \u2014 please wait for it to complete.<\/p>\n\n<p><strong>Important<\/strong>: The first time you use each module, the AI model must download to your browser. This is a one-time download. Please allow 1\u20132 minutes for the download to complete. A progress indicator is shown during the download. After caching, subsequent uses load instantly.<\/p>\n\n<h4>Requirements<\/h4>\n\n<ul>\n<li>WordPress 6.0 or higher<\/li>\n<li>PHP 7.4 or higher<\/li>\n<li>A modern browser with WebAssembly support (Chrome 80+, Firefox 78+, Safari 15+, Edge 80+)<\/li>\n<li>For best performance: a browser with WebGPU support (Chrome 113+, Edge 113+)<\/li>\n<\/ul>\n\n<!--section=faq-->\n<dl>\n<dt id=\"does%20smart%20local%20ai%20send%20any%20data%20to%20external%20servers%3F\"><h3>Does Smart Local AI send any data to external servers?<\/h3><\/dt>\n<dd><p>No. All machine learning inference runs entirely in the visitor's or editor's browser. Your content and images never leave the device. The only external requests are the one-time model downloads from Hugging Face (see \"External Services\" below), which are cached in the browser's IndexedDB for reuse.<\/p><\/dd>\n<dt id=\"do%20i%20need%20an%20api%20key%3F\"><h3>Do I need an API key?<\/h3><\/dt>\n<dd><p>No. Smart Local AI does not use any cloud APIs. There are no API keys to configure and no recurring costs.<\/p><\/dd>\n<dt id=\"will%20this%20slow%20down%20my%20website%3F\"><h3>Will this slow down my website?<\/h3><\/dt>\n<dd><p>No. ML processing happens in Web Workers, which run in a separate thread and do not block the main page. The recommendation widget loads asynchronously after the page content. Server-side performance is unaffected because all computation happens in the browser.<\/p><\/dd>\n<dt id=\"how%20many%20posts%20or%20images%20can%20smart%20local%20ai%20handle%3F\"><h3>How many posts or images can Smart Local AI handle?<\/h3><\/dt>\n<dd><p>There is no hard limit. RelevantFlow stores lightweight embedding vectors (a few KB per post) in a custom database table. AltGenius processes images one at a time in the browser. Sites with thousands of posts and images work fine.<\/p><\/dd>\n<dt id=\"does%20it%20work%20with%20custom%20post%20types%3F\"><h3>Does it work with custom post types?<\/h3><\/dt>\n<dd><p>Yes. RelevantFlow supports any public post type \u2014 Posts, Pages, WooCommerce Products, or any custom post type registered on your site. Select your preferred content type from the Content Type selector on the Dashboard or during the setup wizard. The free version supports one content type at a time; Pro supports unlimited types.<\/p><\/dd>\n<dt id=\"what%20happens%20if%20javascript%20is%20disabled%3F\"><h3>What happens if JavaScript is disabled?<\/h3><\/dt>\n<dd><p>The recommendation widget and alt text generator simply will not appear. Your site continues to function normally with no errors or broken layouts.<\/p><\/dd>\n<dt id=\"is%20smart%20local%20ai%20compatible%20with%20caching%20plugins%3F\"><h3>Is Smart Local AI compatible with caching plugins?<\/h3><\/dt>\n<dd><p>Yes. Since Smart Local AI runs in the browser, it works alongside any server-side caching plugin (WP Super Cache, W3 Total Cache, LiteSpeed Cache, etc.).<\/p><\/dd>\n<dt id=\"can%20i%20use%20individual%20modules%20as%20standalone%20plugins%3F\"><h3>Can I use individual modules as standalone plugins?<\/h3><\/dt>\n<dd><p>The architecture supports it, but currently modules are distributed as part of Smart Local AI. Standalone module plugins are planned for the future.<\/p><\/dd>\n<dt id=\"how%20does%20personaflow%20personalization%20work%3F\"><h3>How does PersonaFlow personalization work?<\/h3><\/dt>\n<dd><p>PersonaFlow tracks 30 behavioral signals (such as scroll depth, reading time, and click patterns) entirely in the visitor's browser using localStorage. It computes a per-visitor taste vector and scores your published posts against it to surface the most relevant recommendations. No data is sent to any server \u2014 the entire process is client-side.<\/p><\/dd>\n<dt id=\"does%20personaflow%20require%20user%20consent%20or%20cookies%3F\"><h3>Does PersonaFlow require user consent or cookies?<\/h3><\/dt>\n<dd><p>PersonaFlow stores behavioral data in the visitor's browser localStorage \u2014 it does not use cookies and does not transmit any data to external servers. Since all data stays on the visitor's device, it is fully GDPR compliant. However, we recommend mentioning localStorage usage in your privacy policy for full transparency.<\/p><\/dd>\n<dt id=\"can%20i%20customize%20the%20appearance%20of%20recommendations%3F\"><h3>Can I customize the appearance of recommendations?<\/h3><\/dt>\n<dd><p>Yes. Both RelevantFlow and PersonaFlow offer built-in theme presets (Default, Light, Dark, Minimal) and custom color options for background, card background, text, headings, accent color, and border color. You can also customize the border radius. All settings are available in the module settings page under the Appearance section.<\/p><\/dd>\n<dt id=\"can%20i%20place%20recommendations%20anywhere%20on%20my%20page%3F\"><h3>Can I place recommendations anywhere on my page?<\/h3><\/dt>\n<dd><p>Yes. You can use the shortcodes <code>[atlas_ai_relevantflow]<\/code> and <code>[atlas_ai_personaflow]<\/code> to place recommendations anywhere in your posts, pages, or theme templates. You can also set a custom CSS selector in the module settings to target a specific container on your page.<\/p><\/dd>\n<dt id=\"does%20personaflow%20work%20with%20woocommerce%3F\"><h3>Does PersonaFlow work with WooCommerce?<\/h3><\/dt>\n<dd><p>Yes. PersonaFlow includes built-in WooCommerce integration. It tracks product viewing behavior and can recommend products based on individual shopping patterns \u2014 all without any cloud-based tracking.<\/p><\/dd>\n<dt id=\"is%20there%20a%20pro%20version%3F\"><h3>Is there a Pro version?<\/h3><\/dt>\n<dd><p>Yes! <a href=\"https:\/\/atlasaidev.com\/smart-local-ai-pro\/\">Smart Local AI Pro<\/a> includes additional AI modules and premium features. <a href=\"https:\/\/atlasaidev.com\/contact-us\/\">Contact us<\/a> if you have questions.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.5<\/h4>\n\n<ul>\n<li>New: Content type selection \u2014 choose which post type (Posts, Pages, Products, or any custom type) RelevantFlow indexes and recommends<\/li>\n<li>New: Setup wizard \u2014 guided 5-step onboarding walks you through enabling modules, selecting content type, building the index, and previewing recommendations<\/li>\n<li>New: Automatic redirect to the plugin dashboard after activation so you can start setup immediately<\/li>\n<li>New: Content Type selector card on the Dashboard for quick post type switching<\/li>\n<li>New: Upgrade &amp; Support banner on the Dashboard with links to Pro and contact<\/li>\n<li>Improvement: RelevantFlow now fully supports custom post types across all queries (embeddings, stats, indexing, cron, similar posts, and frontend display)<\/li>\n<li>Improvement: Setup wizard includes post preview on the finish screen<\/li>\n<li>Improvement: PersonaFlow step in the wizard works as a toggle \u2014 enable or disable and proceed<\/li>\n<li>Improvement: Developer Tools description updated to reflect all data cleared on reset<\/li>\n<li>Fix: AltGenius Bulk Scan Pro upgrade link pointed to wrong URL<\/li>\n<\/ul>\n\n<h4>1.0.4<\/h4>\n\n<ul>\n<li>Fix: Similar posts table fails to create on SQLite\/WordPress Playground \u2014 <code>rank<\/code> column renamed to <code>sort_rank<\/code> (reserved keyword)<\/li>\n<li>Fix: RelevantFlow similar posts table now lazily created on first use if activation fails<\/li>\n<li>Improvement: Full SQLite and MySQL compatibility for all database operations<\/li>\n<li>Improvement: Existing MySQL installs with old <code>rank<\/code> column automatically migrated on upgrade<\/li>\n<\/ul>\n\n<h4>1.0.3<\/h4>\n\n<ul>\n<li>Fix: Admin dashboard crash on WordPress Playground \u2014 wp.apiFetch not loaded (missing wp-api-fetch dependency)<\/li>\n<li>Fix: AltGenius editor panel and media upload scripts missing WordPress script dependencies<\/li>\n<li>Improvement: All admin script enqueues now explicitly declare required WordPress globals alongside build-generated dependencies<\/li>\n<\/ul>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Fix: Admin UI failed to load on WordPress Playground and older WP versions (wp-element dependency missing)<\/li>\n<li>Fix: Plugin activation crash when AtlasAiDev library files were missing<\/li>\n<li>Fix: Fatal error from hardcoded text-to-audio constant in AtlasAiDev Insights library<\/li>\n<li>Improvement: WordPress Playground blueprint now creates demo content with 10 posts across 2 categories<\/li>\n<li>Improvement: Blueprint uses MU plugin approach for reliable demo setup<\/li>\n<li>Improvement: Opt-in telemetry now collects plugin-specific usage metrics (module enablement, settings, content counts)<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release with RelevantFlow, PersonaFlow, and AltGenius modules<\/li>\n<\/ul>","raw_excerpt":"Privacy-first browser ML suite. Client-side AI for content recommendations, personalized suggestions, and image alt text \u2014 no cloud APIs needed.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/283756","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=283756"}],"author":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/hasanazizul"}],"wp:attachment":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=283756"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=283756"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=283756"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=283756"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=283756"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=283756"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}