The Energy Edit Method

Stop rehearsing the old you.

Identity & shadow work for high-functioning individuals ready to outgrow old patterns.

Why do smart, self-aware individuals still repeat the same patterns?

You’ve done therapy.
You’ve read the books.
You understand your triggers.
And yet you still find yourself reacting in ways that don’t match the person you’re trying to become.You may notice:
• repeating relationship patterns
• emotional triggers that feel bigger than the moment
• cycles of overthinking and self-doubt
• knowing better but still reacting the same
This isn’t a lack of awareness.It’s identity and nervous system wiring.

The Energy Edit Method

The Energy Edit is a framework designed to help people understand the patterns shaping their reactions and identity.Instead of endlessly analyzing the past, we work with the nervous system, shadow patterns, and embodiment to create real behavioral change.The process includes five phases:

Stabilize
Learn to regulate your nervous system and create emotional safety.
Expose
Identify the triggers, beliefs, and patterns shaping your reactions.
Clear
Release the emotional charge connected to those patterns.
Rewire
Replace outdated identity beliefs with new internal frameworks.
Embody
Practice living as the person you are becoming.

Hi, I'm Lexi

My work began in embodiment practices through yoga and nervous system regulation.Over time, I became deeply interested in a question many high-functioning individuals ask themselves:“If I’m so self-aware, why do I still repeat the same patterns?”Through my training in embodiment, yoga teaching, Reiki, and identity coaching, I developed a framework that integrates shadow work, nervous system awareness, and behavioral change.The Energy Edit Method is designed to help women stop rehearsing old versions of themselves and step into a more grounded, regulated identity.

Ways to Work Together

Private Identity Coaching
One-on-one support focused on identity recalibration and pattern awareness.
Small Group Programs
Guided cohorts exploring the Energy Edit Method.
The Energy Edit Method
A structured program integrating shadow work, nervous system regulation, and embodiment practices.
(Some offerings launching soon.)

Join the Energy Edit

If you’re ready to understand your patterns and stop rehearsing old identities, join the waitlist.
You’ll receive updates on new programs, resources, and tools designed to support this work.

});function form(id, settings) {var _this = this;this.id = id;this.mode = settings.mode;this.method = settings.method;this.code = ('code' in settings ? settings.code : null);this.success = settings.success;this.initHandler = ('initHandler' in settings ? settings.initHandler : null);this.presubmitHandler = ('presubmitHandler' in settings ? settings.presubmitHandler : null);this.failure = ('failure' in settings ? settings.failure : null);this.optional = ('optional' in settings ? settings.optional : []);this.prefill = ('prefill' in settings ? settings.prefill : []);this.events = ('events' in settings ? settings.events : {});this.protection = ('protection' in settings ? settings.protection : { mode: 'default' });this.collectTrackingParameters = ('collectTrackingParameters' in settings ? settings.collectTrackingParameters : false);this.exportVariables = ('exportVariables' in settings ? settings.exportVariables : false);this.$form = $('#' + this.id);this.$form.addEventListener('change', function(event) {if (event.target.tagName != 'INPUT')return;_this.refreshInput(event.target);});this.$form.addEventListener('submit', function(event) {event.preventDefault();event.stopPropagation();_this.triggerSubmit();});this.$form.addEventListener('reset', function(event) {setTimeout(function() {_this.refreshInputs();}, 0);});this.$form.addEventListener('keydown', function(event) {if (event.keyCode == 13 && event.ctrlKey) {event.preventDefault();event.stopPropagation();_this.triggerSubmit();}});var x = $('#' + this.id + ' input[name="' + settings.hid + '"]');if (x) {x.disabled = true;x.parentNode.style.display = 'none';}this.$submit = $('#' + this.id + ' .actions button[type="submit"]');this.$submit.disabled = false;this.initInputs();if (this.initHandler) {errors.handle(function(message) {return _this.failureHandler(message);});if (!this.initHandler())errors.unhandle();}if (this.prefill.length > 0) {let usp = new URLSearchParams(window.location.search);for (const id of this.prefill) {let k = null;switch (id) {case 'email':k = 'email';break;case 'name':case 'fullName':k = 'name';break;}let v = usp.get(k);if (!v|| typeof v !== 'string'|| v.trim().length === 0)continue;let input;switch (id) {case 'email':input = this.$form.elements['email'];if (input)input.value = v.trim();break;case 'name':input = this.$form.elements['name'];if (!input)input = this.$form.elements['fname'];if (input)input.value = v.trim();break;case 'fullName':let a = v.trim().split(' ');input = this.$form.elements['fname'];if (input)input.value = a[0].trim();if (a.length > 1) {input = this.$form.elements['lname'];if (input)input.value = a.slice(1).join(' ');}break;}}}switch (this.protection.mode) {case 'hcaptcha':let id;switch (this.protection.type) {case 'checkbox':let e = document.createElement('div');e.setAttribute('id', this.id + '-hcaptcha-container');e.setAttribute('class', 'hcaptcha-container');this.$submit.parentNode.insertBefore(e, this.$submit);this.$submit.disabled = true;id = hcaptcha.render(this.id + '-hcaptcha-container', {sitekey: this.protection.key,size: this.protection.size,theme: this.protection.theme,'callback': () => {this.$submit.disabled = false;},'open-callback': () => {this.$submit.disabled = true;},'close-callback': () => {this.$submit.disabled = false;},'error-callback': () => {this.$submit.disabled = true;},'expired-callback': () => {this.$submit.disabled = true;},'chalexpired-callback': () => {this.$submit.disabled = true;},});break;case 'invisible':id = hcaptcha.render(this.$submit, {sitekey: this.protection.key,theme: this.protection.theme,callback: (token) => {if (!this.$form.checkValidity())this.$form.reportValidity(); else this.submit();},'open-callback': () => {this.$submit.disabled = true;},'close-callback': () => {this.$submit.disabled = false;},});break;}this.$form.setAttribute('data-hcaptcha-id', String(id));break;case 'recaptchav2':grecaptcha.ready(() => {let id;switch (this.protection.type) {case 'checkbox':let e = document.createElement('div');e.setAttribute('id', this.id + '-recaptchav2-container');e.setAttribute('class', 'recaptchav2-container');this.$submit.parentNode.insertBefore(e, this.$submit);(new ResizeObserver((entries) => {for (const entry of entries) {if (entry.contentRect.height > 25)entry.target.classList.add('loaded'); else entry.target.classList.remove('loaded');}})).observe(e);this.$submit.disabled = true;id = grecaptcha.render(this.id + '-recaptchav2-container', {sitekey: this.protection.key,size: this.protection.size,theme: this.protection.theme,'callback': () => {this.$submit.disabled = false;},'error-callback': () => {this.$submit.disabled = true;},'expired-callback': () => {this.$submit.disabled = true;},});break;case 'invisible':id = grecaptcha.render(this.$submit, {sitekey: this.protection.key,isolated: true,theme: this.protection.theme,callback: (token) => {if (!this.$form.checkValidity())this.$form.reportValidity(); else this.submit();}});break;default:break;}this.$form.setAttribute('data-recaptchav2-id', String(id));});break;case 'turnstile':turnstile.ready(() => {let e = document.createElement('div');e.setAttribute('id', this.id + '-turnstile-container');e.setAttribute('class', 'turnstile-container');this.$submit.parentNode.insertBefore(e, this.$submit);(new ResizeObserver((entries) => {for (const entry of entries) {if (entry.contentRect.height > 25)entry.target.classList.add('loaded'); else entry.target.classList.remove('loaded');}})).observe(e);this.$submit.disabled = true;let id = turnstile.render('#' + this.id + '-turnstile-container', {sitekey: this.protection.key,language: 'en',appearance: this.protection.appearance,size: this.protection.size,theme: this.protection.theme,'callback': () => {this.$submit.disabled = false;},'error-callback': () => {this.$submit.disabled = true;},'expired-callback': () => {this.$submit.disabled = true;},'timeout-callback': () => {this.$submit.disabled = true;},});this.$form.setAttribute('data-turnstile-id', String(id));});break;case 'default':default:break;}};form.prototype.completionHandler = function(properties, eventHandler, response) {if (eventHandler !== null)eventHandler.apply(this.$form, [ response ]);switch (properties.mode) {default:case 1:alert(this.expandVariables(properties.value));break;case 2:this.openUrlProperty(properties.value);break;case 3:properties.value.apply(this.$form, [ response ]);break;case 4:break;}};form.prototype.expandVariables = function(s) {if (typeof variables === 'undefined')return s;if (variables.hasVariables(s)) {for (input of this.$form.elements) {if (!this.isAllowedInput(input))continue;value = '';if (this.isValidInput(input)) {switch (input.type) {case 'checkbox':value = input.checked ? 'true' : 'false';break;case 'email':case 'select-one':case 'number':case 'tel':case 'text':case 'textarea':case 'hidden':value = input.value;break;default:value = '';break;}} else value = '';if (!!(s.match(/^(#[a-zA-Z0-9\_\-]+|[a-z0-9\-\.]+:[a-zA-Z0-9\~\!\@\#$\%\&\-\_\+\=\;\,\.\?\/\:\{\}\|]+)$/)))value = encodeURIComponent(value);s = variables.expandVariable(s, input.name, value);}}s = variables.expandVariableString(this.$form, s);return s;};form.prototype.exportVariableValues = function(source, values, suffix) {if (typeof variables === 'undefined'|| this.exportVariables !== true)return;variables.import(source + (suffix ? suffix : ''), values);variables.purge('form' + (suffix ? suffix : ''));variables.import('form' + (suffix ? suffix : ''), values);};form.prototype.failureHandler = function(message) {var eventHandler;eventHandler = ('onfailure' in this.events) ? this.events.onfailure : null;if (message.charAt(0) == '*')this.completionHandler({mode: 1,value: message.substring(1)},eventHandler,null); else if (this.failure)this.completionHandler(this.failure,eventHandler,null); else this.completionHandler({mode: 1,value: message},eventHandler,null);this.waiting(false);errors.unhandle();return true;};form.prototype.finalizeInput = function(input) {try {if (!input|| typeof input != 'object'|| !('name' in input))throw 'Not an input.';if (!('value' in input))throw 'Missing "value" property.';if (input.type == 'text'|| input.type == 'email'|| input.type == 'textarea'|| input.type == 'hidden')input.value = input.value.replace(/^\s+/, '').replace(/\s+$/, '');}catch (e) {}};form.prototype.formatDate = function(value, format) {var date, options,a, s;if (!value.match(/^[0-9]{4}-[0-9]{2}-[0-9]{2}$/))return '';a = value.split('-');date = new Date(a[0], parseInt(a[1]) - 1, parseInt(a[2]), 0, 0, 0, 0);switch (format) {default:case 'short':break;case 'medium':options = { dateStyle: 'medium' };break;case 'long':options = { dateStyle: 'long' };break;case 'full':options = { dateStyle: 'full' };break;}s = new Intl.DateTimeFormat(undefined, options).format(date);return s;};form.prototype.getAmount = function() {var x;x = this.getRequiredInputValue('amount', ['select-one', 'number']);if (!x)return null;x = parseFloat(x);if (isNaN(x)|| x < 1.00|| x > 100000.00)return null;return x;};form.prototype.getEmail = function() {return this.getRequiredInputValue('email', 'email');};form.prototype.getQuantity = function() {var x;x = this.getRequiredInputValue('quantity', ['select-one', 'number']);if (!x)return null;x = parseInt(x);if (isNaN(x)|| x < 1|| x > 100000)return null;return x;};form.prototype.getRequiredInputValue = function(name, type) {var input;for (input of this.$form.elements) {if (((Array.isArray(type) && type.includes(input.type)) || input.type == type)&& input.name == name&& input.value !== ''&& input.value !== null)return input.value;}return null;};form.prototype.initInputs = function() {var _this = this,i, input;for (i=0; i < this.$form.elements.length; i++) {input = this.$form.elements[i];switch (input.type) {case 'number':(function(input) {var p = input.parentNode,decrement = p.querySelector('button.decrement'),increment = p.querySelector('button.increment');input.addEventListener('blur', function(event) {_this.normalizeNumberInput(input);});if (decrement&& increment) {decrement.addEventListener('click', function(event) {event.preventDefault();_this.normalizeNumberInput(input);input.stepDown(1);_this.normalizeNumberInput(input);});increment.addEventListener('click', function(event) {event.preventDefault();_this.normalizeNumberInput(input);input.stepUp(1);_this.normalizeNumberInput(input);});}})(input);break;case 'file':(function(input) {var p = input.parentNode,select = p.querySelector('button.select');select.addEventListener('click', function(event) {event.preventDefault();input.click();});input.addEventListener('focus', function(event) {event.target.parentNode.classList.add('focus');});input.addEventListener('blur', function(event) {event.target.parentNode.classList.remove('focus');});})(input);break;case 'date':(function(input) {var p = input.parentNode,select = p.querySelector('button.select'),changeHandler,x, y, z;select.addEventListener('click', function(event) {event.preventDefault();input.click();input.focus();});switch (client.browser) {case 'safari':input.addEventListener('keydown', function(event) {switch (event.keyCode) {case 9:event.preventDefault();input.blur();break;case 27:event.preventDefault();input.blur();break;case 33:break;case 34:break;case 37:break;case 38:break;case 39:break;case 40:break;default:event.preventDefault();break;}});break;default:input.addEventListener('click', function(event) {event.preventDefault();input.focus();input.showPicker();});break;}changeHandler = function() {if (input.value)p.setAttribute('data-value', _this.formatDate(input.value, p.dataset.format)); else p.setAttribute('data-value', '');};input.addEventListener('change', function(event) {changeHandler();});changeHandler();})(input);break;case 'text':case 'textarea':case 'email':input.addEventListener('blur', function(event) {this.value = this.value.replace(/^\s+/, '').replace(/\s+$/, '');});break;}this.refreshInput(input);}};form.prototype.isAllowedInput = function(input, ignore) {try {if (!input|| typeof input != 'object'|| !('name' in input))throw 'Not an input.';if (ignore&& ignore.indexOf(input.name) != -1)throw 'Input is ignored.';if (input.disabled)throw 'Input is disabled.';switch (input.type) {case 'text':case 'email':case 'textarea':case 'select-one':case 'checkbox':case 'number':case 'tel':case 'file':case 'date':case 'hidden':break;default:throw 'Not an allowed input.';}}catch (e) {return false;}return true;};form.prototype.isValidInput = function(input) {var result = false;switch (input.type) {case 'email':result = input.value.match(new RegExp("^([a-zA-Z0-9\\_\\-\\.\\+]+)@([a-zA-Z0-9\\-\\.]+)\\.([a-zA-Z]+)$"));break;case 'select-one':result = input.value.match(new RegExp("^[^\\<\\>]+$"));break;case 'checkbox':result = true;break;case 'number':result = input.value.match(new RegExp("^[0-9\\-\\.]+$"));break;case 'tel':result = input.value.match(new RegExp("^[0-9\\-\\+\\(\\)\\ \\#\\*]+$"));break;case 'file':result = true;break;case 'date':result = input.value.match(new RegExp("^[0-9]{4}-[0-9]{2}-[0-9]{2}$"));break;default:case 'text':case 'textarea':case 'hidden':result = true;break;}return result;};form.prototype.normalizeNumberInput = function(input) {var min = parseFloat(input.min),max = parseFloat(input.max),step = parseFloat(input.step),v = parseFloat(input.value);if (isNaN(v)) {if (!input.required) {input.value = null;return;}v = isNaN(min) ? 0 : min;}if (!isNaN(min)&& v < min)v = min;if (!isNaN(max)&& v > max)v = max;if (!isNaN(step)&& (v % step) !== 0)v = Math.round(v / step) * step;switch (input.dataset.category) {case 'currency':v = parseFloat(v).toFixed(2);break;default:case 'decimal':v = parseFloat(v);break;case 'integer':v = parseInt(v);break;}input.value = v;};form.prototype.openUrlProperty = function(p) {if ('onclick' in p) {(p.onclick)(event);return;}if ('href' in p) {let href = this.expandVariables(p.href);this.$form.reset();if (href.charAt(0) == '#') {window.location.href = href;return;}if ('target' in p&& p.target == '_blank')window.open(href); else window.location.href = href;}};form.prototype.pause = function(values, handler) {var _this = this;this.waiting(true);db.open('formData', function(objectStore) {db.delete(objectStore, _this.id, function() {db.put(objectStore, values, function() {handler.call(_this);});});});};form.prototype.refreshInput = function(input) {var a = [],p;switch (input.type) {case 'file':p = input.parentNode;if (input.files.length > 0)p.setAttribute('data-filename', input.files[0].name); else p.setAttribute('data-filename', '');break;case 'date':p = input.parentNode;if (input.value)p.setAttribute('data-value', this.formatDate(input.value, p.dataset.format)); else p.setAttribute('data-value', '');break;default:break;}};form.prototype.refreshInputs = function() {var i;for (i=0; i < this.$form.elements.length; i++)this.refreshInput(this.$form.elements[i]);};form.prototype.resume = function(handler) {var _this = this;this.waiting(true);this.scrollIntoView();db.open('formData', function(objectStore) {db.get(objectStore, _this.id, function(values) {db.delete(objectStore, _this.id, function() {var e, i, v;for (i in _this.$form.elements) {e = _this.$form.elements[i];if (!e.name)continue;v = (e.name in values ? values[e.name] : null);switch (e.type) {case 'checkbox':e.checked = (v == 'checked' ? true : false);break;case 'file':if (v)e.parentNode.setAttribute('data-filename', v.name);break;default:e.value = v;break;}}handler.call(_this, values);});});});};form.prototype.scrollIntoView = function() {window.scrollTo(0, this.$form.offsetTop);};form.prototype.submit = function(values, ignore) {var _this = this,input, result, _success, _failure,a, b, i, e, fd, k, x, usp;try {for (input of this.$form.elements) {if (!this.isAllowedInput(input, ignore))continue;if (this.optional.indexOf(input.name) !== -1&&(input.value === ''|| input.value === null|| (input.type == 'checkbox' && !input.checked)))continue;this.finalizeInput(input);if (!this.isValidInput(input))throw 'Not valid.';}}catch (e) {alert('Missing or invalid fields. Please try again.');return;}if ('onsubmit' in this.events) {if (this.events.onsubmit.apply(this.$form) === false)return;}a = this.values();if (values) {for (k in values)a[k] = values[k];}if (this.collectTrackingParameters) {usp = new URLSearchParams(window.location.search);b = ['utm_source','utm_medium','utm_campaign','utm_term','utm_content'];for (k of b) {x = usp.get(k);if (x) {x = x.trim();x = x.replace(/[^a-zA-Z0-9\-\_\%\+\s]/g, '');x = x.replace(/\s+/g, '_');if (x.length <= 256)a[k] = x;}}}switch (this.method) {default:case 'ajax':break;case 'get':case 'post':for (k in a) {if (this.$form.elements[k])continue;e = document.createElement('input');e.setAttribute('type', 'hidden');e.setAttribute('name', k);this.$form.appendChild(e);e.value = a[k];}this.$form.submit();return;case 'code':if (typeof this.code == 'function') {this.waiting(true);_success = function() {_this.exportVariableValues(_this.id, a);_this.completionHandler(_this.success,('onsuccess' in _this.events) ? _this.events.onsuccess : null,null);_this.waiting(false);};_failure = function() {_this.completionHandler(_this.failure,('onfailure' in _this.events) ? _this.events.onfailure : null,null);_this.waiting(false);};result = this.code.apply(this.$form, [_success, _failure]);if (result === true)_success(); else if (result === false)_failure();}return;}if (x = $(':focus'))x.blur();errors.handle(function(message) {return _this.failureHandler(message);});if (this.presubmitHandler)this.presubmitHandler.call(this, a); else this.submitHandler(a);};form.prototype.submitHandler = function(values) {var _this = this,x, k, data;this.waiting(true);data = new FormData;for (k in values) {if (values[k]&& typeof values[k] == 'object'&& ('blob' in values[k]))data.append(k,values[k].blob,values[k].name); else data.append(k, values[k]);}x = new XMLHttpRequest();x.open('POST', ['', 'post', this.mode].join('/'));x.send(data);x.onreadystatechange = function() {var o;if (x.readyState != 4)return;if (x.status != 200)throw new Error('Failed server response (' + x.status + ')');try {o = JSON.parse(x.responseText);}catch (e) {throw new Error('Invalid server response');}if (!('result' in o)|| !('message' in o))throw new Error('Incomplete server response');switch (_this.protection.mode) {case 'hcaptcha':hcaptcha.reset(_this.$form.getAttribute('data-hcaptcha-id'));break;case 'recaptchav2':grecaptcha.reset(_this.$form.getAttribute('data-recaptchav2-id'));break;case 'turnstile':turnstile.reset(_this.$form.getAttribute('data-turnstile-id'));break;case 'default':default:break;}if (o.result !== true) {if ('response' in o)console.log(o.response);throw new Error(o.message);}_this.exportVariableValues(_this.id, values);if ('response' in o)_this.exportVariableValues(_this.id, o.response, '_response');_this.completionHandler(_this.success,('onsuccess' in _this.events) ? _this.events.onsuccess : null,'response' in o ? o.response : null);_this.$form.reset();_this.waiting(false);errors.unhandle();};};form.prototype.triggerSubmit = function() {switch (this.protection.mode) {case 'hcaptcha':switch (this.protection.type) {case 'checkbox':if (!this.$submit.disabled)this.submit();break;case 'invisible':this.$submit.click();break;default:break;}break;case 'recaptchav2':switch (this.protection.type) {case 'checkbox':if (!this.$submit.disabled)this.submit();break;case 'invisible':this.$submit.click();break;default:break;}break;case 'turnstile':case 'default':default:if (!this.$submit.disabled)this.submit();break;}};form.prototype.values = function() {var a = {};for (i in this.$form.elements) {e = this.$form.elements[i];if (!e.name|| !e.value)continue;switch (e.type) {case 'checkbox':a[e.name] = (e.checked ? 'checked' : null);break;case 'file':a[e.name] = {name: e.files[0].name,blob: new Blob([e.files[0]], { type: e.files[0].type })};break;default:a[e.name] = e.value;break;}}a['id'] = this.id;return a;};form.prototype.waiting = function(x) {var _this = this;if (x) {$body.classList.add('is-instant');this.$submit.disabled = true;this.$submit.classList.add('waiting');switch (this.protection.mode) {case 'hcaptcha':switch (this.protection.type) {case 'invisible':setTimeout(() => {this.$submit.disabled = true;}, 0);break;case 'checkbox':default:break;}break;case 'recaptchav2':switch (this.protection.type) {case 'invisible':setTimeout(() => {this.$submit.disabled = true;}, 0);break;case 'checkbox':default:break;}break;case 'turnstile':case 'default':default:break;}} else {$body.classList.remove('is-instant');this.$submit.classList.remove('waiting');this.$submit.disabled = false;}};new form('form01', {mode: 'signup',method: 'ajax',hid: 'message',success: {mode: 1,value: 'Thank you! :)',},optional: ['phone', 'company'],});onvisible.add('.text-component.style-1', { style: 'fade-right', speed: 1500, intensity: 0, threshold: 3, delay: 0, state: true, replay: false });onvisible.add('.text-component.style-2', { style: 'fade-right', speed: 1500, intensity: 1, threshold: 3, delay: 0, state: true, replay: false });onvisible.add('.text-component.style-3', { style: 'fade-right', speed: 1500, intensity: 2, threshold: 3, delay: 0, state: true, replay: false });onvisible.add('.buttons-component.style-1', { style: 'fade-up', speed: 1500, intensity: 3, threshold: 3, delay: 0, stagger: 125, staggerSelector: ':scope > li', state: true, replay: false });onvisible.add('.icons-component.style-1', { style: 'fade-up', speed: 1500, intensity: 1, threshold: 3, delay: 500, stagger: 125, staggerSelector: ':scope > li', state: true, replay: false });ready.run();})();