My Books

My Books

I've written these books to help you deepen your magical practice. Each one is crafted with the same care and authenticity you'll find throughout Witchcraft For Beginners. Click any book to explore it on Amazon.


Spellwork & Grimoires

Gothic Grimoire: Love, Revenge, and Binding Spells

A dark and powerful collection of spells for love, protection, binding, and yes—ethical revenge magic. Perfect for practitioners ready to explore shadow work.

The Nordic Grimoire: Spells and Rituals of the Vikings

Unleash the power of Norse magic and mythology. This grimoire covers runes, seiðr, galdr, and rituals honoring the Norse gods and ancestors.


Green Witchcraft & Herbalism

The Green Witch's Guide to Sustainable Living

Embrace the magic of nature for a greener life. Harness earth's energies for eco-conscious living and spiritual growth.

The Kitchen Witch's Pantry

A guide to cultivating, cooking, and crafting with magic herbs. Unlock the mystical power of herbs for healing, prosperity, and magical meals.

The Green Witch's Guide to Growing Magic

Herbalism for kitchen witches—unlock the secrets of nature to enrich your culinary and magical practices.

Green Witchcraft: Connecting with Nature

Unveil the magic of the natural world and harness the power of the earth for spiritual growth.

Urban Garden Witchcraft

Cultivating magic in the city—a modern guide to green witchery and urban spirituality for apartment dwellers.

Seasonal Spells: A Kitchen Witch's Guide

Cooking with the elements—harness nature's magic in every dish throughout the Wheel of the Year.


Divination & Crystals

The Essential Guide to Crystal Witchcraft

Unlock the mystical power of stones for magic and healing. A comprehensive guide to working with crystals in your practice.

The Modern Witch's Handbook: Tarot, Runes & Divination

Master the mysteries of the future with age-old wisdom. A practical guide to tarot, runes, and other divination methods.

The Tarot Witch's Guide

A modern approach to Wicca—empower your craft and connect with your intuition through the magic of tarot.


Moon Magic & Spirituality

Moon Magick: Rituals and Spells for Astrology-Based Witchcraft

Harness the lunar power with spells and rituals for the astrological witch. Work with moon phases for maximum magical effect.

Awakening the Third Eye

A guide to connecting with the universe—discover the power of your inner vision and unlock spiritual insights.


As an Amazon Associate, I earn from qualifying purchases. Your support helps keep Witchcraft For Beginners running!

Join The Mystic Circle

Weekly spells, moon rituals & magickal wisdom — plus a free ritual planner.

/** * 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