Creator-focused email marketing platform with visual automations, landing pages, and commerce features for newsletters and digital products.

665 detections
20 websites tracked
Updated 25 May 2026

Websites Using ConvertKit

What Is ConvertKit?

ConvertKit, now rebranded as Kit, is an email marketing platform built specifically for creators: writers, newsletter operators, podcasters, musicians, course sellers, and other independent businesses that grow and monetize an audience by email. Founded in 2013 by Nathan Barry, the company spent its first decade positioning itself as the email tool that understands creators rather than corporate marketing departments, and in 2024 it adopted the shorter name Kit while keeping the same product DNA. You will still see both names in the wild, the convertkit brand in older embeds and the kit brand in newer ones, which matters when you are trying to recognize it on a website.

At its core, ConvertKit does three things: it captures email subscribers through forms and landing pages, it organizes those subscribers with tags and segments, and it sends them broadcasts and automated sequences. Where general-purpose email platforms tend to think in terms of static "lists," ConvertKit thinks in terms of a single subscriber who can carry many tags and move through many automations, a model that fits the way a creator's audience actually behaves as it grows across multiple projects, products, and topics.

ConvertKit is a hosted software-as-a-service product, not a browser extension and not something you self-host. The application lives on Kit's infrastructure, and the parts that touch a public website, embedded sign-up forms, hosted landing pages, and the JavaScript that powers them, are served from Kit's own domains. That hosted delivery is exactly why ConvertKit leaves recognizable fingerprints on the sites that use it, which we will cover in detail below.

It helps to be precise about who the product is for, because that positioning drives almost every design decision. ConvertKit deliberately optimizes for the solo creator and the small creator-led business rather than the enterprise marketing team. A novelist building a launch list, a YouTuber offering a lead magnet, or an educator selling a cohort course all share the same need: capture interested people, nurture them with a sequence of emails, and eventually sell them something, without hiring a marketing operations specialist to run the tool. That focus is the reason ConvertKit favors a clean tagging model and creator-friendly monetization features over the sprawling, jargon-heavy feature sets aimed at large B2B senders. Understanding this audience also explains where you will tend to find it: independent blogs, author sites, course landing pages, and personal newsletters rather than large corporate marketing stacks.

How ConvertKit Works

ConvertKit is organized around the subscriber as the atomic unit. Every person who signs up is a single subscriber record, and you describe that person with tags (for example, "downloaded the ebook" or "bought the course") and group them with segments built from tag and field conditions. This is different from the older list-based model, where the same human subscribed to three lists would count as three separate contacts; ConvertKit keeps one record and layers metadata on top, which keeps your audience accurate and your billing honest.

Subscribers enter through forms and landing pages. A form can be embedded on a site you already own, as an inline block, a slide-in, a sticky bar, or a modal, while a landing page is fully hosted by ConvertKit and needs no website of your own. When a visitor submits a form, the data posts to ConvertKit's servers, the subscriber is created or updated, any configured tags are applied, and any automation triggered by that event begins to run. This form-submission flow is central both to how the product works and to how you detect it, because the form's action URL and its supporting script point straight at ConvertKit's infrastructure.

Once someone is a subscriber, ConvertKit communicates with them in two ways. Broadcasts are one-off emails, the classic newsletter send, while sequences (also called automations) are pre-written series of emails delivered on a schedule after a trigger fires. The visual automation builder lets a creator chain these together with conditional logic: subscribe to a form, wait three days, send an email, branch based on whether a link was clicked, apply a tag, and so on. This is the engine that turns a one-time download into an ongoing relationship.

ConvertKit also includes commerce features so creators can sell digital products and subscriptions directly, along with a discovery network that recommends one creator's newsletter to another's audience. For developers and integrators, ConvertKit exposes a REST API and supports webhooks, and it connects to the rest of a creator's stack through native integrations and automation platforms like Zapier. None of this changes the basic loop, capture, organize, nurture, sell, but it rounds out the platform so a creator rarely has to leave it.

From a delivery standpoint, the emails themselves are sent from ConvertKit's mail infrastructure, and creators are guided to authenticate their sending domain with SPF, DKIM, and DMARC records so that messages pass authentication and land in the inbox. That domain authentication is itself a detection signal, because it leaves traces in a domain's DNS records even though the act of sending is invisible from a web page.

How to Tell if a Website Uses ConvertKit

ConvertKit leaves clear, checkable fingerprints, most of them tied to its embedded forms and hosted assets. Because StackOptic analyzes a URL from the server side, it inspects the same raw signals you can verify yourself with View Source, browser DevTools, and curl.

Form action URLs. The single strongest signal is the action attribute on an embedded sign-up form. ConvertKit forms post to the company's own domains, historically app.convertkit.com and increasingly app.kit.com (you may also see pages.convertkit.com / pages.kit.com for hosted pages). A form whose action points at convertkit.com or kit.com is close to definitive proof.

The embed script. ConvertKit forms are powered by a JavaScript file loaded from ConvertKit's asset hosts, typically a URL containing convertkit.com (or the newer kit.com) and a path like /forms/<id>/index.js or a ck.5.js-style script. Seeing that script request in the Network tab or page source is a strong secondary confirmation.

Form markup attributes. ConvertKit's embedded markup carries recognizable attributes such as data-sv-form, data-uid, and CSS classes prefixed with formkit- or seva- (a legacy internal name). These class and data-attribute patterns are a reliable tell even before you check the action URL.

Hosted landing pages. A ConvertKit landing page served on a *.ck.page (or older *.convertkit.com / *.kit.com) address is unambiguous; if a site links its newsletter sign-up to a ck.page URL, it is using ConvertKit.

DNS for email authentication. Because creators authenticate their sending domain, a dig lookup of TXT records may reveal ConvertKit-related SPF includes or DKIM selectors. This is a softer, backend signal, do not rely on it alone, but it corroborates the front-end evidence.

Here is how to check each signal yourself:

MethodWhat to doWhat ConvertKit reveals
View SourceRight-click, "View Page Source," search for convertkit or kit.comForm action URL, embed script, formkit-/data-sv-form markup
Browser DevToolsOpen the Network tab and reload; inspect the form elementScript requests to convertkit.com/kit.com, form attributes
curl -s`curl -s https://example.comgrep -iE "convertkit
digdig TXT example.com and check the sending subdomainSPF includes / DKIM selectors used for ConvertKit email auth
WappalyzerRun the extension on the live pageIdentifies "ConvertKit" (or "Kit") under email/marketing

A fast command-line check is curl -s https://example.com | grep -i "convertkit". If that returns a form action or script reference, you are almost certainly looking at ConvertKit. For the broader method, see our guide on how to find out what technology a website uses, and for the email-specific approach, how to find what email marketing platform a website uses.

A few practical notes make detection more reliable. Because of the rebrand, you should search for both convertkit and kit.com, an older site may still reference the original domain while a freshly created form uses the new one. Some creators style ConvertKit forms heavily or load them asynchronously, so the markup may not be visible until scripts run; in that case the Network tab, or a server-side fetch that captures the embedded script URL, is more dependable than eyeballing the rendered page. And when a creator only uses ConvertKit's fully hosted landing pages rather than embedding a form on their own site, the tell shifts to the outbound ck.page link rather than on-page markup. Combining two or more of these signals, an action URL, a formkit- class, and a script request, produces a confident verdict even on customized sites.

Key Features

  • Subscriber-centric data model. One record per person, enriched with tags and custom fields, so the same subscriber is never double-counted across multiple interests or products.
  • Forms and hosted landing pages. Inline, modal, slide-in, and sticky-bar forms plus fully hosted landing pages that need no website of your own.
  • Visual automations and sequences. A drag-and-connect builder for multi-step nurture flows with conditional branching based on behavior and tags.
  • Broadcasts. One-off newsletter sends with segmentation, scheduling, and resend-to-non-openers options.
  • Creator commerce. Sell digital products and paid subscriptions directly, with tipping and simple checkout.
  • Recommendation network. Grow a list by being recommended to other creators' audiences at their sign-up moment.
  • API, webhooks, and integrations. A REST API plus native and Zapier-based connections to the rest of a creator's stack.

Pros and Cons

Pros

  • Built around how creators actually work, with a tagging model that keeps audiences clean and billing fair.
  • Powerful yet approachable automation that does not require a marketing-ops specialist.
  • Integrated commerce and a discovery network that help with monetization and list growth, not just sending.
  • Strong deliverability practices with guided SPF, DKIM, and DMARC authentication.

Cons

  • Pricing scales with subscriber count, which can become expensive as a list grows large.
  • Email-design flexibility is intentionally lean, which frustrates teams that want pixel-perfect, heavily designed templates.
  • Less suited to large B2B marketing teams that need deep CRM integration, lead scoring, and complex reporting.
  • The recent rebrand from ConvertKit to Kit can cause confusion in documentation, integrations, and brand recognition.

ConvertKit vs Alternatives

ConvertKit sits in the creator-focused tier of email marketing, between ultra-simple newsletter tools and full marketing-automation suites. The table compares it with common alternatives.

PlatformBest fitData modelStandout strength
ConvertKit (Kit)Creators, newsletters, course sellersTag-based, one subscriber recordCreator commerce + clean automation
MailchimpSmall businesses, general marketingAudience/list + tagsBroad feature set and templates
SubstackWriters wanting zero-setup paid newslettersHosted subscriber baseBuilt-in payments and discovery (hosted only)
ActiveCampaignSMBs needing deep automation + CRMContact-based with CRMAdvanced automation and sales features
BeehiivNewsletter operators focused on growthSubscriber-basedGrowth and monetization tooling for newsletters

On compliance, ConvertKit gives creators the tools to send lawfully under regimes like the EU GDPR and the US CAN-SPAM Act: consent-based sign-up forms, a documented subscriber source, a physical mailing address in the footer, and a working one-click unsubscribe in every email. As always, lawful sending is a shared responsibility, the platform supplies the mechanisms, but the creator must collect proper consent and honor opt-outs.

If a site turns out to use a different tool, the same techniques identify it; see how to find what email marketing platform a website uses. You can also compare ConvertKit with a backend-only sender like Mailgun to see the difference between a creator marketing platform and a transactional email API.

Use Cases

ConvertKit is the natural choice for individual creators and small creator-led businesses that grow by email. Newsletter writers use it to capture subscribers, send a regular broadcast, and monetize through paid subscriptions or product sales. Course creators use forms and sequences to turn a free lead magnet into a warmed-up audience ready for a launch.

It also fits authors building a pre-launch list for a book, podcasters and YouTubers offering downloadable resources in exchange for an email, and coaches or consultants nurturing prospects through an automated welcome sequence. For competitive and market research, recognizing ConvertKit on a domain is a strong signal that the operator is a creator or solo business that takes audience-building seriously, useful context when profiling a niche or qualifying a lead.

Picture a few concrete adopters. An independent essayist might run a weekly newsletter on ConvertKit, offering a free email course as a lead magnet and selling a paid tier for premium essays. A self-published author might place a ConvertKit form on their book's landing page to collect launch-day subscribers, then drip a sequence that builds anticipation. A solo course creator might wire a webinar registration form to ConvertKit, tag attendees, and trigger a sales sequence to everyone who watched but did not buy. In each case the common thread is a one-person or very small operation that needs marketing automation without marketing-team overhead.

From a sales-intelligence standpoint, detecting ConvertKit tells you a lot about an organization in one signal: it is almost certainly creator-led, audience-focused, and comfortable monetizing directly. For vendors selling tools, services, or sponsorships to creators, that is a high-value qualifying signal, the kind of insight covered in our guide on technographics and using tech-stack data to qualify leads. For analysts mapping a content niche, it helps separate independent, email-driven operators from businesses running enterprise marketing stacks. Surfacing that signal automatically across many domains is exactly what a technology-detection scan is built to do.

Frequently Asked Questions

Is ConvertKit the same as Kit?

Yes. ConvertKit rebranded to Kit in 2024, but it is the same company and the same product. You will encounter both names for some time: older embeds, documentation, and integrations still say ConvertKit and reference convertkit.com, while newer ones use Kit and kit.com. When you are trying to identify the platform on a website, search for both terms, since a single site may carry a mix of old and new references.

How can I tell if a website uses ConvertKit for free?

View the page source and look for a sign-up form whose action points at convertkit.com or kit.com, a script loaded from those domains, or markup with formkit- classes and data-sv-form attributes. A linked landing page on a *.ck.page address is also a giveaway. Free tools like Wappalyzer confirm it, and a single curl -s URL | grep -i convertkit works from any terminal.

Does ConvertKit handle GDPR and CAN-SPAM compliance?

ConvertKit provides the mechanisms required for compliant email marketing, consent-based sign-up forms, recorded subscriber sources, a required physical address in the email footer, and one-click unsubscribe links, which support obligations under the GDPR and the CAN-SPAM Act. Compliance is ultimately a shared responsibility: the platform supplies the tools, but the sender must obtain proper consent, send only to people who opted in where required, and promptly honor unsubscribe requests.

Can ConvertKit detection be hidden?

Partly. A creator can heavily style a form or load it asynchronously so the markup is not obvious in a quick glance at the page, and a site that uses only hosted landing pages keeps most signals off its own domain. However, the form's submission ultimately posts to ConvertKit's servers and the supporting script is loaded from ConvertKit's hosts, so a server-side scan that captures network requests and the embedded script URL can still identify it. Combining the action URL, script host, and markup attributes makes detection reliable even on customized pages.

Is ConvertKit good for SEO?

ConvertKit is an email platform rather than a website builder, so its direct SEO impact is limited to the hosted landing pages and forms it serves. Those pages are reasonably clean, but the bigger SEO value is indirect: a healthy email list lets you bring readers back to your own well-optimized site, increasing engagement signals and repeat visits. For ranking your main site, content quality and technical SEO on that site matter far more than the email tool you choose.

Want to identify ConvertKit and the rest of a site's stack automatically? Run any URL through StackOptic at https://stackoptic.com.