Llms.txt Could Help AI Find Your Store

A proposed standard would guide large language models such as ChatGPT, Gemini, and Claude to relevant web content, helping online shops show up in AI-powered shopping.

The llms.txt file is akin to both the familiar robots.txt and an XML sitemap. For ecommerce merchants, the new, two-part standard could help share product information and other content directly with AI and the consumers who increasingly shop on those platforms.

Consumers increasingly shop on generative AI platforms. ChatGPT recommended these shoes and stores when prompted, “What are the best trail-running shoes?”

AI Visibility

Jeremy Howard, the co-founder of Fast.ai and Answer.AI, proposed the llms.txt standard in September 2024. The aim is to help LLMs process and understand content from large, complex websites.

Thus, if adopted, the (nonbinding) standard could be a way for websites, like ecommerce businesses, to influence AI visibility.

The llms.txt proposal is gaining traction thanks to some support from Perplexity and Anthropic (Claude), and growing interest from the web community.

What Is llms.txt?

Llms.txt is a machine-readable file for AI. It signals to AI systems which content (i) is available for their use and (ii) is relatively easy to summarize and cite.

The llms.txt concept is similar to a robots.txt file or a sitemap. It can “allow” or “disallow” various AI tools from using portions of a site’s content.

User-Agent: openai
Disallow: /

User-Agent: anthropic
Disallow: /private/

User-Agent: *
Allow: /

The LLMs scraping a site do not have to follow these directives, but the allow and disallow statements are a way of signaling which content could be useful.

For example, an ecommerce site might “disallow” content in a shopping cart or checkout flow, encouraging an LLM’s bot not to waste its time.

User-Agent: *
Disallow: /cart/
Disallow: /checkout/

Similarly, the file could push the AI toward content it can use, allowing paths to shipping guides, blog posts, and product descriptions.

User-Agent: openai
Allow: /shopping-guides/
Allow: /blog/
Allow: /products/

This allow-disallow feature is the most cited among observers, but the file’s primary purpose is to provide content.

Structure

Many examples in the llms.txt directory follow the following pattern in Markdown, a popular, lightweight text markup language:

  • H1 title
  • Blockquote summary
  • Sections (## Docs / ## Examples / ## Optional)
  • Bullet links with [title](URL): description for .md content

Here is an example of an online store that sells science fiction movie memorabilia.

# sci-fi-memorabilia-example.com

> Premium science fiction collectibles, props, replicas, and guides.

## Docs
- [Star Wars Lightsaber Replica](.../star-wars-lightsaber-replica.md): Features, display use, product link.
- [Top 10 Sci-Fi Collectibles](...).md
- [Blade Runner Blaster Guide](...).md

## Optional
- [Blog on cosplay tips](...).md

User-Agent: openai
Allow: /blog/
...

Contact: support@sci-fi-memorabilia-example.com
Policy: https://sci-fi-memorabilia-example.com/policy

This file tells the LLM something about the website and offers alternative content in the form of linked Markdown (.md) files.

This format is similar to an XML sitemap that leads the crawler to various content pages.

Simplified Content

An llms.txt file for an ecommerce site could feature many links to Markdown versions of product detail pages.

In the example above, note the link to a page for a “Star Wars Lightsaber Replica.”

## Docs
- [Star Wars Lightsaber Replica](.../star-wars-lightsaber-replica.md): Features, display use, product link.

The associated .md file contains no navigation or JavaScript content, but it does include the information an LLM would need to summarize, share, and cite the product. The machine-readable file is clean, concise, and factual.

Here is an example of what the AI would find in one of these product.md documents.

# Star Wars Lightsaber Replica – Luke Skywalker Edition

> A premium collectible replica of Luke Skywalker's green lightsaber from *Return of the Jedi*. Built for display, cosplay, or collection.

## Overview

This officially licensed replica features an all-metal hilt, removable LED blade, and motion-sensitive sound effects. It closely follows the design used on screen and comes with a stand and collector packaging. Ideal for fans, collectors, and cosplayers seeking accuracy and quality.

## Key Features

- Green LED blade with ignition and clash effects
- All-metal hilt modeled after Luke Skywalker's weapon in *Return of the Jedi*
- Removable blade for wall-mounted display
- Display stand and collector box included
- Powered by AA batteries (not included)
- Officially licensed by Lucasfilm

## Who It's For

- Star Wars collectors seeking screen-accurate replicas
- Cosplayers attending conventions or fan events
- Gift buyers shopping for Star Wars fans
- Sci-fi enthusiasts building a prop display

## Source

https://sci-fi-memorabilia-example.com/products/star-wars-lightsaber-replica

## Tags

star-wars, lightsaber, luke-skywalker, collectible, replica, prop

## Last Updated

2025-07-12

Extracting the document’s structure, we find:

  • Clear title,
  • Short overview paragraph (what it is, why it matters),
  • Structured sections (features, uses, tags),
  • A canonical source link (so the LLM can cite the store’s product page).

During Interface

A key feature of llms.txt is aiding LLMs at the “time of interface,” when a user is interacting with the chatbot.

A user asks a question about replica lightsabers. The AI visits the sci-fi memorabilia site, consumes the Markdown file, and quickly responds.

Think of the product Markdown file as CliffsNotes for the LLM!

AI Discoverability

Llms.txt resembles early optimization efforts in organic search. Similarly, the standard could help optimize for chatbots and answer engines — call it “LLM SEO.”

Llms.txt may or may not get traction, but it’s evidence that both LLM companies and website operators seek ways to aid AI in indexing and referencing pages.

It could shape the future of AI discoverability.

Set Up a Shopify Theme Dev Environment in 2025

Shopify merchants don’t need coding skills to alter a theme. Yet some businesses require more, such as an entirely new theme, site, or app.

The Shopify platform has sophisticated and powerful tools to help develop themes and apps. Shopify uses a familiar tech stack and follows development conventions, so establishing a development environment is easy for a pro and achievable for a do-it-yourself entrepreneur.

Do You Need It?

Before digging in, ask yourself and your company if you need to set up a theme or app development environment.

Shopify is the most popular ecommerce platform in North America, with something like 30% of U.S. and Canadian ecommerce sites, according to published estimates. Millions of shops run on it.

Much of its popularity is related to ease of use. So it’s little surprise that Shopify themes are highly customizable directly in the platform. Folks without coding skills can achieve a lot.

Screenshot of a sample Shopify theme

Shopify merchants can customize a theme without code.

Shopify theme customization is not limited to adding or removing “no-code” blocks, either. A web developer familiar with HTML, CSS, or the Liquid templating language can control much of the layout.

Shopify theme backend showing the Liquid tags

The theme editor allows custom Liquid tags, HTML, JavaScript, and CSS.

Finally, the Shopify App Store has many ready-to-add solutions

But if your shop still needs more customization, here is how to start.

Shopify Dev Environment

Development on Shopify starts with the command line interface (CLI), with three to choose from:

This example is focused on CLI for themes.

Step 1: Create a Shopify Partner Account

The least technical step provides free access to a Shopify development shop. This shop will be my testing ground for the custom theme.

Screenshot of the development store option in Shopify Partners

The theme development environment requires a dev shop, available through the Shopify Partners program.

Step 2: Install Shopify CLI

At the time of writing, the Shopify CLI for themes had a few requirements.

  • Node.js Version 18.20+, 20.10, or higher.
  • A Node.js package manager.
  • Git version 2.28.0 or higher.

In this example, I’ll share two package managers, npm and Yarn, to add the CLI. Use the one you prefer. Open your computer’s terminal, ensure the package manager is installed, and run the appropriate command.

Here is the command using npm.

npm install -g @shopify/cli@latest

And here’s the Yarn package manager.

yarn global add @shopify/cli@latest

Run the version command to verify the installation worked.

shopify version
Screenshot of version command info

With the Shopify CLI installed, the version command will display information about the program.

Step 3: Create or Clone a Theme

Shopify themes may be built from scratch or based on a clone of the Dawn theme.

With the Shopify CLI running, a developer could build a complete custom theme from the ground up, following Shopify’s directory structure and coding all required files.

pec-example-theme/
├── assets/
├── config/
├── layout/
├── locales/
├── sections/
├── snippets/
├── templates/
└── theme.liquid

The second and recommended option is to clone the Dawn theme to provide a foundation on which to build, via:

shopify theme init pec-example-theme

Replace “pec-example-theme” with your theme’s name. In a few seconds, Shopify will have loaded the cloned theme on your computer.

Shopify theme code

The theme init command builds a clone of the Dawn them in the specified directory.

Step 4: Start the Local Server

Next, connect the theme on your computer to the Shopify dev shop from Step 1.

In the command line terminal, use the cd command to switch to the theme’s directory:

cd pec-example-theme

Go back to the Shopify Partner administration dashboard. Then open the development store and get its URL. Use that URL in your next terminal command, replacing “store-name.myshopify.com.”

shopify theme dev --store store-name.myshopify.com

This command creates a log-in workflow and initiates a local web server. Shopify will:

  • Provide a user verification code.
  • Ask you to touch any key to open a browser.
  • Have you log in to Shopify.
  • Use two-factor authentication.
  • Have you confirm the verification code.

At this point, a local server is running, and you can open it on your computer. View changes to the theme on your computer in the Shopify development environment.

You can also customize the theme in the store’s interface.

To stop the server, close the terminal.

Step 5: Push the Theme

As you make changes, “push” the theme and the changes into your development environment or directly to the dev shop on Shopify.

Run this command in the terminal to send the theme to the live shop:

shopify theme push --live

To update the local development environment, run the following:

shopify theme push --development

The Easy Part

Setting up a Shopify theme development environment is not difficult. But once complete, you need to develop a theme.

New Web Design Tools, January 2025

This month’s collection of new web design and development tools (free and paid) includes video editors, AI-powered content generators, app builders, software testers, tools to enhance or automate designs, and a selection of new free commercial fonts.

New Design Tools

Outpost is a live-chat service that connects users with experts for actionable advice. It can help get a startup critiqued, designs improved, or portfolios reviewed by professionals from top companies such as Microsoft, Amazon, and Meta. Use it for in-depth product analyses, detailed design suggestions, UI/UX critique, personalized consultation, and more. Price: Per-message prices range from $20 to $70, with custom plans available.

Home page of Outpost

Outpost

Sonar API, from AI search engine Perplexity, enables developers to build applications using Perplexity’s generative search capabilities with real-time information and citations. Sonar API is the base version, which is cheaper and quicker and includes citations and the ability to customize sources. Sonar Pro API can handle in-depth, multi-step queries with added extensibility, such as double the number of citations per search, more nuanced searches, and follow-up questions. Price: Starts at $5 for every 1,000 searches, plus $1 for every 750,000 words typed into the AI model and another $1 for every 750,000 words the model generates.

Flowdrafter is a free tool to generate a first text draft. Flowdrafter helps users write more productively by preventing editing as you go. Instead, get the first draft written as quickly as possible. Then edit and refine it. Price: Free.

MoreDraw is an enhanced whiteboard application for collaborative flowcharts, mind-mapping, and diagrams. Features AI integration to generate elements, pre-build templates, real-time collaboration, and more. Price: Basic plan is free. Premium plans start at $4.90 per month.

Home page of MoreDraw

MoreDraw

Typper is a Figma plugin for UX design that features advanced and personalized AI, a user-friendly interface, an adaptable design system, and real-time collaboration. Get automated insights and an immediate review process with one click. The launch date has yet to be announced, but beta testers will receive access in February. Contact for pricing.

Outrank is a platform that provides AI-driven, search-engine-optimized content. Receive personalized content that aligns with your unique voice and audience preferences. Get automated AI-driven discovery of high-impact search terms and images that match your articles and business. Outrank creates visuals that enhance your message and your brand’s personality. Features unlimited AI rewrites, unlimited users, and integration with Webflow, WordPress, Notion, and more. Price: $99 per month.

UnderlayX AI is a graphic tool that adds text and shapes behind objects, creates glowing effects, and customizes visuals. Clone images; place logos, text, shapes, or other images behind your photo; and remove and change backgrounds. Price: Basic is free. Pro plan is ₹49 per month (approx. $0.60 — 60 cents).

TestSprite is an AI agent for frontend and backend software testing, automating the workflow from test, planning, and code generation to execution and debugging. With natural language interaction, TestSprite is ideal for individual coders looking for self-serve tests and for small development teams lacking dedicated testing. Contact for pricing.

Home page of TestSprite

TestSprite

21st.dev is an open-source community registry for React user-interface components. Discover and install minimal, modern, and reusable React components powered by Tailwind CSS and Radix UI. Price: Access to the registry marketplace is free.

Kawara AI, launched by Kava, is an AI video editor that slices long videos into short clips. Tags are then automatically generated, allowing you to search (using text) for the right clip. Price: Plans start at $15 per month.

Captioner is an AI application that transcribes videos into text. Use it to generate subtitles for videos. Captioner converts video files to text in approximately 100 languages and aligns subtitles closely to the speech in the videos. Price: $10 per month (billed yearly) or $20 per month (billed monthly).

Sheepscript.ai is an AI tool that takes any video or podcast, analyzes the transcript, and creates a social media post or article. Price: Free for 10-minute videos. Business plan starts at $10.

Home page of Sheepscript.ai

Sheepscript.ai

New Free Fonts

Web page for Coopers Town

Coopers Town

Coopers Town is a modern, friendly, all-cap font with a bold feel. It’s a display font that delivers fun. Price: Free.

Web page for Holliday

Holliday

Holliday is a vintage display font that looks striking with drop-shadow to capture attention. Price: Free.

Web page for Groozilla

Groozilla

Groozilla is a hand-drawn font, more or less scribbled within the lines, containing lots of energy. Price: Free.

Web page for Ankish

Ankish

Ankish is a bold and elegant display font with an elegant Cyrillic style. Price: Free.

Web page for Type Light Sans Font

Type Light Sans Font

Type Light Sans Font is a modern sans font that delivers practical emphasis. Price: Free.

New Web Design Tools, December 2024

Resources from the design community can enhance an ecommerce site. Here is a collection of new web tools and design elements (free and paid) to explore. There are video generators, page builders, image editors, tools to create and train AI agents, and a selection of new free commercial fonts. Before using a font, be sure to verify its terms.

New Design Tools

Pic Copilot is a new AI-powered ecommerce design tool from Alibaba International to save on photography and design costs. Pic Copilot provides 12 AI design features for swapping image backgrounds, editing images and videos, generating ads, and more. The tool’s virtual try-on facilitates multiple skin tones and body types, featuring more than 160 models and users’ own uploads. Price: Free. Premium plans start at $8.99 per month.

Home page of Pic Copilot

Pic Copilot

Trickle is an application to build, launch, and manage AI agents, web apps, landing pages, forms, and more. Using natural language, turn ideas into ready-to-use apps with built-in databases, AI models, analytics, and designs. Price: Free. Premium plans start at $20 per month.

Pollo.ai is an AI generator that creates an engaging video with just a simple text prompt. Pollo AI can identify the key elements in your text instructions and transform concepts into videos, from realistic scenes to imaginary stylistic animations. Price: Free. Premium plans start at $10 per month.

Home page of Pollo.ai

Pollo.ai

Tempo Labs is a visual editor for React.js, giving designers, engineers, and team members the ability to collaborate visually on code. Unlike traditional design tools, Tempo is built to run and edit a codebase directly, like an integrated development environment. Tempo supports Tailwind and most modern React frameworks. With its AI-powered logic, Tempo can generate functional frontend features rapidly while maintaining full control over design. Price: Free for individuals and early-stage startups. Paid licenses available for larger users and enterprises.

Agentplace is a platform to create AI web pages that adapt their content to user queries. No coding knowledge is required. Preview your AI agent, app, or website instantly as you write. Hit the “publish” link, and it’s immediately live. Price: Free. Premium plans start at $29 per month.

Coval automates the training of AI agents. Simulate thousands of scenarios from a few test cases. Create the prompts, and Coval simulates environments to test your agents from all directions. Coval can call your agent via voice as easily as text. Price: Plans start at $300 per month.

Home page of Coval

Coval

Stackfix is a tool to instantly compare software features and prices. Get an analysis from testing and feedback from experts. Browse applications for customer management, projects, support, marketing automation, and more. Price: Free.

AISmartCube is a low-code platform to create applications through graphical drag-and-drop interactions. The platform also offers a wide range of official templates, enabling users to directly access practical functions, such as large global models and plugin integrations for images, voice, data scraping, Notion, search engines, and more. Call on AI assistants in chat to engage the right tools. See website for pricing on points.

Draft Alpha is an AI tool that helps marketers create, enhance, and repurpose targeted content across all their distribution channels. Marketers can generate compelling talking points and messages to reinforce their core message in multiple languages. Price: Free. Premium plans start at $16 per month.

Home page of Draft Alpha

Draft Alpha

Image Matting from Aiarty by Digiarty Software is an AI-powered tool to streamline image processing for ecommerce businesses. Following the release of Aiarty’s Image Enhancer, Image Matting utilizes AI models for background removal and bulk background replacement. Together, the tools enable sellers to enhance product visuals across channels and remove and replace the backgrounds on up to 3,000 images at once. Price: Plans start at $49 per year.

Cap is an open-source video messaging tool to record, edit, and share videos. Record your screen, camera, or both simultaneously. Then receive a shareable Cap link to share with anyone. Price: Free. Premium plans start at $6 per month.

Paage is a link-in-bio tool made for commerce. Claim your personal Paage URL and add your products to start selling, as well as links, videos, podcasts, and more. Price: Free. Premium plans start at $6 per month.

Home page of Paage

Paage

New Free Fonts

Home page of Valentine Script

Valentine Script

Valentine Script is a handwritten calligraphy font with a warm and friendly feel.

Home page of January Snack

January Snack

January Snack is a modern display font that’s suitable for a banner.

Home page of Yesterday

Yesterday

Yesterday is a clean script font with character.

Home page of Luckybar

Luckybar

Luckybar is a chunky display font with a weight variance.

Home page of Funky Story

Funky Story

Funky Story is a slab serif font for displays and banners.

New Web Design Tools, November 2024

Resources from the design community can enhance an ecommerce site. Here is a collection of new web tools and design elements (free and paid) to explore. There are video editors and generators, page builders, analytics tools, whiteboards, drawing platforms, tools to test your designs, and a selection of new fonts.

New Design Tools

Scrintal is a mind-mapping and note-taking whiteboard for shaping ideas. Create Post-it-style note blocks. Zoom in or out to see the right details, and combine blocks to create the desired result. Price: $19.90 per month.

Home page of Scrintal

Scrintal

Magic Inspector lets you test designs and automate actions without technical know-how. Group your tests in suites to run on autopilot. Set up alerts for failed tests. Use built-in variables to write your test quickly. Access tests’ video recordings. Price: Plans start at $48 per month.

Wand is an AI-powered drawing tool to aid artists and creative professionals, whether drawing from scratch or simply making edits to an existing image. Upload images representing a style you want Wand to develop into a customized version. Save and apply as many custom AI styles as you want. Price: Basic plan is $9.99 per month.

Home page of Wand

Wand

Bloq AI is a Figma plugin that creates and maintains design systems. Generate entire systems from scratch, including customized color palettes, typography, spacing, and component kits. Automatically detect and assign brand guideline values to specific elements. Scan pages to detect all major sections for component kits. Price: Free.

Personno is an AI-powered market research tool to test design and product ideas, with AI respondents modeled after real individuals. Use AI-powered profiling to tailor your audience based on demographics, interests, and behaviors. Leverage AI to generate surveys, gather responses, and analyze data within minutes, no matter the sample size. Price: Free. Premium plans start at $68 per month.

Home page of Personno

Personno

Tevy connects influencers’ Instagram posts to your Shopify products. Anyone commenting on Instagram automatically gets your product links in their direct message. Get insights on which collaborations work. Automatically send recovery messages to commenters who haven’t purchased. Price: Plans start at $149 per month.

Overlap is an AI video tool that generates social clips and blog posts. Drop in a YouTube link, and Overlap will extract key insights and standout moments. Generate clips, articles, blog posts, and more. Customize and refine clips, then share or publish content directly across social media. Contact for pricing.

Glazed is an analytics platform that provides insights from Figma designs. Build funnels and analyze user behavior interactively from your product’s user interface. Select screens and design elements to view conversion rates in seconds. Glazed monitors design changes and user behavior, allowing you to correlate UI updates with engagement. Price: Plans start at $199 per month for five users.

Home page of Glazed

Glazed

CapCut Commerce Pro is a platform for ecommerce sellers, small businesses, and creators to produce and scale ads and branded content. Use the AI video generator to convert product URLs into video ads. AI-generated presenters assist with everything from product demonstrations to explainer videos. Select an AI model to try on products virtually and generate photos for showcasing. Price: Plans start at $20.84 per month.

RealMail is an email validation tool for SaaS platforms that increases signups and customer retention by ensuring a consistent style and preventing errors and incorrect addresses. Choose which features to allow or deny on your email addresses. Customize your settings in real-time to meet your specific needs. Price: Pay as you go, starting at $16 for 2,500 email validations.

Buzzabout is a quick audience research tool providing key insights from thousands of real-time social media discussions. Use it to refine content, product strategy, or ad campaigns. Enter a keyword and choose a data source. Price: Free to use on Reddit. Premium plans start at $79 per month.

New Fonts

Home page of Zybo Pop

Zybo Pop

Zybo Pop is a vibrant, bulbous graffiti font with a bold, chubby aesthetic. Featuring hollow characters with thick rounded edges, It creates a look reminiscent of classic pop art styles.

Home page of Kitchen Whisker

Kitchen Whisker

Kitchen Whisker is a handwritten display font with organic strokes and a warm vintage feel. It’s helpful for home or food-related content.

Home page of Palmore

Palmore

Palmore is a retro condensed display typeface combined with rounded letters. The condensed glyphs with large-rounded O and C create a unique design for headlines and titles.

Home page of Groutpix

Groutpix

Groutpix is a hyper-pixelated font that captures a modern (and 1980s) techno-artistry perspective for logos and other unique designs.

Home page of Radlush

Radlush

Radlush is a free sans-serif font that’s available in six weights. This semi-decorative font has a retro feel and is suitable for displays, especially in bolder styles.

Home page of Dreamglow Christmas

Dreamglow Christmas

Dreamglow Christmas is a joyful and fun iconic font for winter holiday campaigns.

Free Web Design Tools from Summer 2024

Free resources from the design community can enhance an ecommerce site. Here is a list of new web tools and design elements from summer 2024. There are AI video tools, vector collections, website builders, analytics tools, animation editors, converters, UI components, and more. All of these tools are free or have free plans, though most also offer premium versions.

Free Design Tools

Wisp is a headless content management system that allows users to add blogs to their websites without knowing code. The free plan offers core features; premium plans start at $16 monthly.

Home page of Wisp

Wisp

Seline is a clean and minimalistic analytics tool. The dashboard provides unique visits, page views, marketing-channel performance, funnels, alerts, and user profiles and journeys. Seline is free for up to 3,000 page views per month.

Page UI is a set of landing page components and templates made for React and built on Tailwind CSS. Pick your preferred components and paste them into your codebase. All templates and components are free to use and open source.

Spectrum provides a free collection of more than 100 vector shapes. New designs are added weekly.

Home page of Spectrum

Spectrum

Trangram is a free web app for creating and animating designs, logos, and more. Morph shapes, round or combine shares, draw trim or motion paths, and more. No installation or sign-in required.

Gluetrail is a Chrome extension for creating personalized videos. From a single screen recording and customer management or spreadsheet data, Gluetrail automatically creates personalized landing pages and videos at scale and includes a screen-camera audio recorder with a shareable link. Premium plans start at $39 per month.

Sidenote is a Chrome extension for live chat or commenting on any page of the internet. After installing the free extension, you can view all available notes on the respective pages. Create an account to add notes and participate in the community.

Photo Flick from DK Web Solutions consolidates royalty-free image sites. Find quality, royalty-free stock photos from Pexels, Pixabay, and Unsplash.

Web page for DK Web Solutions's Photo Flick

DK Web Solutions’s Photo Flick

GlobalSEO uses AI to translate a website into 93 languages. It also indexes a website automatically via reverse proxies. Up to 2,000 words are free. Premium plans start at $3.95 per month.

Videco features AI video tools for cloning and segmentation, interactive forms and surveys for customers, and integrations for email campaigns and customer management. Videco has a 14-day free trial.

Linky Directory is an organization chart for Slack with automatic updates and search. It keeps your org chart up to date through data auto-collection and Slack integration. It is free for fewer than 30 users.

Frontend AI is a free resource for front-end user-interface components. Just write what you want or paste an image, then preview your component and get your code.

Home page of Frontend AI

Frontend AI

TheySaid is a tool for AI conversational surveys. The online tool scans your site and recommends questions based on your product and industry. It engages customers with a single-question rating survey and follows up with a short conversation where AI asks probing questions, providing you with insights into why the user provided her rating. Free for up to 100 responses per month. Premium plans start at $49 per month.

KIT Domains is an operating system that tracks multiple domains. Get detailed information about your domains in one place, without switching between registrars. Track expiration dates, SSL, domain rank, and more. Free for up to five domains. Premium plans start at $10 per month.

Cookie Checker from ComplyDog is a free GDPR-compliance checker. It instantly finds out if a website uses cookies and complies with E.U. cookie law. It’s free, and no email is required.

Webacus is a collection of developer tools with a unified experience that chains tools together to streamline the development process. Get tools for formatting, encoding, compression, conversion, and more. Use the integrated AI assistant to create almost any other operation you need. Bring your Open AI key and build your own collection.

Home page of Webacus

Webacus

Intentional is a productivity tool to help you stay focused on the internet. It automatically detects and blocks websites irrelevant to your deep work session.

Thunderbit is a Chrome Extension that automates web tasks. Create a personalized web AI copilot. Build AI app automations by filling out a simple template. Create a new UI for all your apps. Free up to 100 steps per month. Premium plans start at $9.90 per month.

Dev Utilities from Jam is a set of data conversion and utility tools. The collection includes Image Resizer, CSV to JSON, and CSS Inliner for Email. The tools are open-source, free, and ad-free.

Donzo Recorder is a simple screen recorder. Click the button to start recording, choose the tab or window you want to record, and click to stop when you’re finished. You can download to edit or have Donzo edit for you.

Home page of Donzo Recorder

Donzo Recorder

7 Image-to-Text Tools, AI-powered

I’ve addressed AI-driven tools that convert text into images, video, and audio. But equally handy are tools that do the opposite: generate text from images. The benefits include:

  • Accessibility for visually impaired users,
  • Enhanced search engine optimization by adding alt text,
  • Time-saving social media captions,
  • Translated languages for text within images,
  • Editable text from screenshots and scanned documents.

Here are my seven go-to image-to-text tools.

Accessibility and SEO

Hugging Face’s Image-to-Text. AI’s understanding of images is helpful but new and imperfect. Image-to-Text from Hugging Face provides short, AI-powered descriptions of an image. Upload an image, and the tool will describe it. Image-to-Text offers free and premium versions starting at $9 per month.

Screenshot of Image-to-Text output

Image-to-Text provides short descriptions, such as “a young girl sitting at a table writing on a piece of paper.”

ChatPhoto is a premium iOS app that creates descriptions from photos. It includes AI chat functionality to dialog about any image uploaded from a camera. Ask about words in a picture or prompt it to create more detailed descriptions, Instagram captions, or product specs. The app supports multiple languages and costs $14.99 per month for unlimited chats.

Screenshot of a ChatPhoto demo on a phone

ChatPhoto creates descriptions from photos and includes AI chat functionality.

Social Media Captions

CaptionIt is a freemium phone app that creates captions for social media. Upload a photo and choose the caption’s style. CaptionIt will then generate captions based on those settings and the photo. The tool has increased my productivity and improved my captions. CaptionIt’s free version is limited. The (much) more robust Pro version is $1.99 per month.

Translation

Google Translate is a popular and free web-based tool to translate text alone or on images. The tool detects text (typed or handwritten) on any image and produces that image translated into the chosen language or as text alone. Translate is built into Google’s Search app.

Screenshot from Google Translate of handwritten translated text on an image

Google Translate can detect and translate text (even handwritten) on the image.

Extracting Text

Text extraction tools are not new. Many screen readers include them. Yet AI increases accuracy for accessibility, alt tags, video scripts, and more.

Nanonets free text-from-image browser tool can process any image in seconds — up to 30 MB — into a downloadable text file. The tool can also extract handwritten text but with inconsistent results in my testing. Nanonets also offers a free Google Chrome extension.

Google Lens is a free mobile app alternative to Nanonets. It, too, is built into the Search app. Allow the app access to your photos, choose an image, and then navigate Text > Select all > Copy text.

Image to Text Converter extracts text from screenshots. It is free and requires no registration.

For excessive text on images, consider extracting and then pasting it into ChatGPT for a summary.

Recap

14 Custom GPTs for Design

Custom GPTs are specialized ChatGPT prompts created by OpenAI and users for specific tasks or topics. For businesses, custom GPTs include AI-powered design assistants to craft the look and identity of a product, website, or brand.

Customized versions of ChatGPT prompts can arrange content, design a logo, build a website, enhance images, optimize the user experience, and create inspirational looks.

Here is a list of custom GPTs from the GPT Store that can assist with your design work. There are custom GPTs to arrange content, produce a logo, build a website, enhance images, optimize the user experience, and create inspirational looks.

Custom GPTs for Design

DALL-E ​​is OpenAI’s text-to-image generative AI model. Generate images from text prompts or get help visualizing concepts through prompts that can be turned into images.

DALL-E

Canva helps create visual design elements such as presentations, logos, and social media posts. To start, prompt the GPT with a description of the design you wish to create, such as the message to convey or the occasion.

Image Generator creates images based on descriptions using a mix of professional and friendly tones. Generate visual scenes for your product, design a logo, illustrate a setting, and more.

DesignerGPT produces quick and simple websites and web pages. Designs include navigation, content sections, and forms. DesignerGPT integrates DALL-E generated images or Unsplash links. Elements are sent to Replit for customization.

DesignerGPT

Logo Creator generates professional logos or icons after asking a few key questions to ensure the design fits your needs. Define the style, simplicity, and type of logo. Then refine.

Hot Mods helps visualize modifications for images. It can suggest creative enhancements while keeping the core aspects of the image intact. Add flair to an image or transform it with a new design.

Glibatree Art Designer will help create visual art prompts and then generate images for a design, illustration, or other project. It will also fill in details about your idea and present multiple variations.

Glibatree Art Designer

LogoGPT is an assistant for creating logos. Upload a sketch, and LogoGPT will guide you through choosing a style, incorporating text, and finalizing the design to your specifications.

Graphic Designer can create visual designs and suggest layouts, color schemes, and typography. Get help on design-related projects. Design a logo for a business, draft a layout, get a color palette for a website, and more.

UX GPT is a mentor and expert in navigating user experience design, offering guidance, answering questions, and providing challenges to improve skills. Get assistance with UX, whether you’re a beginner or an advanced practitioner.

UX GPT

Diagrams is an assistant to visualize concepts, data, and processes. Use it to understand your idea or to generate designs for others.

Visual Design GPT helps users improve design projects by providing guidance on principles and identifying potential pitfalls based on established standards. It can also create and critique designs. It’s intended to help designers refine their skills, solve problems, and produce pleasing and functional designs.

Website Generator is an assistant for designing and creating a website. Use it to brainstorm site ideas and produce the right design.

The Designer’s Mood Board generates mood boards — a collection of visual elements — and provides practical solutions for graphic design projects. Use it to produce visual compositions that include images, color palettes, textures, patterns, and shapes based on your specific requests.

The Designer’s Mood Board

19 Free Web Design Tools, Spring 2024

Here is a list of new web tools and design elements from spring 2024. There are tools for AI images, audio and video editors, color palettes, multisite management, visual testing, website builders, free fonts, and more.

All of these tools are free or have free plans, though most also offer premium versions. The fonts are free for commercial projects. Before using a font, be sure to verify its terms.

Free Design Tools

StockCake offers a diverse collection of AI-generated photos, all available in the public domain for free. No account is needed to download.

Home page of StockCake

StockCake

GPT-4o is a new generative AI model from OpenAI that accepts as input any combination of text, audio, image, and video and generates any combination of text, audio, and image outputs. It can respond to audio inputs in as little as 232 milliseconds, similar to human response time in a conversation.

Free Faces is a curated collection of typefaces available online under various free licenses. The typefaces can be sorted by cursive, display, monospace, sans serif, serif, and slab.

Wondercraft is an AI editor for creating audio content in any language. Use the AI Script Assistant to generate copy. Select from a library of realistic voices, or clone your own. Mix in songs and sound effects, and finalize with your team. Free for up to four credits per month.

Home page of Wondercraft

Wondercraft

Chromafy lets you generate and apply color palettes to any website with just a few clicks. Choose from various color schemes, create custom palettes, and export and apply them to specific elements by adding class names or CSS variables.

Buglab is a no-code visual testing platform. It automates website testing by allowing users to simulate visitor actions with just a few clicks. Once a test is set, the system displays the results and highlights the differences. Buglab is free for up to 250 pages.

Deblank Colors is a free, AI-powered color palette generator. Generate palettes from text prompts, an image, or a color.

Home page of Deblank Colors

Deblank Colors

WP Foundry is a tool for managing multiple WordPress websites. Administer and back up plugins, themes, databases, and more. Free for a single site.

Dub is an open-source link management tool for marketing. In addition to link-shortening tools, Dub features advanced analytics, QR codes for your links, branded and personalized short links, and more. Free for three domains.

Font Interceptor downloads all fonts on a website. Just enter a URL and intercept the fonts — for free.

Home page of Font Interceptor

Font Interceptor

Fliki is an AI video generator. Start with text, choose and personalize AI voiceover, select the media or let AI generate appropriate images, and preview the output. Easily transform product listings into engaging videos. Free for five minutes per month.

Ginix is a tool to discover, analyze, and monitor online reviews. Ginix searches for new reviews, analyzes sentiments, and informs about any new feedback. Free monitoring and collection of reviews on 100-plus sites.

MarsCode is an AI-powered cloud-based development environment. To reduce costs, MarsCode IDE provides a series of capabilities covering development, debugging, storage, deployment, and schema generation.

Home page of MarsCode

MarsCode

Free Fonts

This Cafe is a rounded outline font with a drop shadow. Plump and friendly, it’s a display font that draws attention with a cheerful vintage flair.

Home page of This Cafe

This Cafe

Hollistticated is a thick script font with energy. Legible for commercial use, it also simulates street art.

Home page of Hollistticated

Hollistticated

Okesip is a friendly, handwritten font that’s thick enough for display use but simple enough to use across a website.

Home page of Okesip

Okesip

Fiesta is a bold display font with divided characters to deliver a distinctive and playful vibe.

Home page of Fiesta

Fiesta

Blue Bubbles is a handwritten display font with standard characters and medium thickness. It is suitable for display or descriptive text.

Home page of Blue Bubbles

Blue Bubbles

Dobedoo is a thick and rounded all-caps display font with a touch of warmth.

Home page of Dobedoo

Dobedoo

Charts: Business Adoption of AI Q2 2024

Business adoption of artificial intelligence has surged globally in the past year, according to a study released last month by McKinsey & Company titled “The state of AI in early 2024.”

In February and March, McKinsey surveyed 1,363 executives from various global regions, industries, company sizes, functional specialties, and tenures. Roughly 72% of respondents reported using at least one AI application.

Per the survey, respondents report adopting generative AI mainly in marketing and sales, product and service development, and information technology departments.

Most respondents reported spending less than 6% of the total digital budget on generative AI despite its widespread adoption.

Moreover, the survey also examined the cost savings from generative AI across different business functions.