Contact

We read every message. Whether you are stuck on your first ritual, spotted a mistake in an article, or need help with something you bought — write to us and we will sort it out.

How quickly you will hear back

Straight away — common questions about starting out, tools, the free spellbook, and what our guides cover. Our assistant answers these from our own published material, and a person still reads the thread afterwards.

Within 1–2 business days — anything about an order, a payment, a download that did not arrive, or a part of the site that is broken. These always go to a real person, never to an automated reply.

Before you write

A few questions come in most often, and the answers are already on the site: how to start practising if you are brand new, and the shop for what each digital title includes and what it costs. If your question is more specific than those, please do write — that is what this page is for.

Two things we are asked a lot

“Will you cast a spell for me?” — We do not, and we would gently steer you away from anyone who offers to. We will happily help you work it yourself, which is where the meaning lives.

“Do I need to buy a lot of supplies?” — No. Almost everything a beginner needs is already in your kitchen or just outside your door. Tools focus intention; they do not create it.

Send us a message

Use the form below and we will reply to the address you give us. If a form is not working for you, write to [email protected] directly.

    While You Wait

    What Kind of Witch Are You?

    Six paths, two minutes, and a much clearer sense of which corner of the craft is actually yours. Most readers tell us the result named something they already suspected.

    Take the quiz →

    If You Want Everything In One Place

    The Complete Witch’s Compendium

    Our full reference — correspondences, sabbats, moon work and ritual structure — gathered into a single living grimoire instead of scattered across a hundred browser tabs.

    See what is inside →

    We never share or sell your email address, and every message you send us stays between you and our team.

    /** * WCFB Umami funnel stub — product_impression / product_click * * Env-gated via window.WCFB_UMAMI_CONFIG (set by PHP snippet or inline config). * Does NOT emit fake analytics when disabled or when umami is unavailable. */ (function () { 'use strict'; var cfg = window.WCFB_UMAMI_CONFIG || {}; var enabled = Boolean(cfg.enabled); var websiteId = cfg.websiteId || ''; function umamiReady() { return enabled && websiteId && typeof window.umami === 'function'; } function track(name, props) { if (!umamiReady()) { return; } try { window.umami(name, props || {}); } catch (e) { /* silent — analytics must never break the page */ } } function readAttrs(el) { return { product_id: el.getAttribute('data-product-id') || '', variant: el.getAttribute('data-variant') || 'A', surface: el.getAttribute('data-surface') || 'unknown', }; } function bindImpressions() { document.querySelectorAll('[data-event="product_impression"]').forEach(function (el) { if (el.dataset.umamiImpression) { return; } el.dataset.umamiImpression = '1'; track('product_impression', readAttrs(el)); }); } document.addEventListener('click', function (e) { var target = e.target.closest( '[data-event="product_click"], [data-event="add_to_cart"]' ); if (!target) { return; } track('product_click', readAttrs(target)); }, true); if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', bindImpressions); } else { bindImpressions(); } })(); /** * WCFB Exit Intent Modal — loads exit_intent zone HTML once per session. */ (function () { 'use strict'; var SHOWN_KEY = 'wcfb_exit_intent_shown'; if (sessionStorage.getItem(SHOWN_KEY)) return; var apiBase = window.WCFB_CONVERSION_API || ''; if (!apiBase) return; function showModal(html) { if (!html || html.indexOf('wcfb-zone') === -1) return; sessionStorage.setItem(SHOWN_KEY, '1'); var overlay = document.createElement('div'); overlay.className = 'wcfb-exit-overlay'; overlay.innerHTML = ''; overlay.style.cssText = 'position:fixed;inset:0;background:rgba(0,0,0,.65);z-index:99999;display:flex;align-items:center;justify-content:center;padding:1rem'; var modal = overlay.querySelector('.wcfb-exit-modal'); if (modal) { modal.style.cssText = 'max-width:520px;width:100%;background:#12121a;border-radius:12px;padding:1.5rem;position:relative'; } overlay.addEventListener('click', function (e) { if (e.target === overlay || e.target.classList.contains('wcfb-exit-close')) { overlay.remove(); } }); document.body.appendChild(overlay); } function fetchZone() { var url = apiBase.replace(/\/$/, '') + '/zones/exit_intent'; fetch(url, { credentials: 'omit' }) .then(function (r) { return r.text(); }) .then(showModal) .catch(function () {}); } var triggered = false; document.addEventListener('mouseout', function (e) { if (triggered) return; if (!e.relatedTarget && e.clientY <= 0) { triggered = true; fetchZone(); } }); })();
    Featured on
    Listed on DevTool.ioListed on SaaSHub
    Featured on
    Listed on DevTool.ioListed on SaaSHub