{"config":{"separator":"[\\s\\-_,:!=\\[\\]()\\\\\"`/]+|\\.(?!\\d)"},"items":[{"location":"","level":1,"title":"Tree of Ascension Docs","text":"","path":["Tree of Ascension Docs"],"tags":[]},{"location":"#why-tree-of-ascension","level":2,"title":"Why Tree of Ascension","text":"
The world can seem so chaotic that we feel we have no way to make an impact. But if we start with ourselves using time honoured Practices in our daily life and adopt Strategies to work together with other like hearted beings (physical or otherwise), we can certainly bring about peace and a lighter timeline, one day at a time.
Many sprouts in this tree have action points hidden inside that you can adopt into your life if you feel resonant. Checking these items will help you feel the satisfaction of making progress. Here's a first one for free! Try checking the box below:
A small group of us kept having the same kind of conversation. Late nights, voice notes, walls of text — sharing things that had actually moved the needle in our own lives. Practices that stuck. Realizations that rearranged something. Books and teachers and mistakes and breakthroughs.
At some point we thought: why keep this scattered across chat logs? Let's put it somewhere. Not as experts. Not as a finished thing. Just as what it is — notes from people climbing, passing the lantern back down the trail.
","path":["Tree of Ascension Docs"],"tags":[]},{"location":"#what-we-mean-by-ascension","level":2,"title":"What we mean by ascension","text":"Not floating off into the clouds. Not bypassing the hard stuff. Ascension, the way we talk about it, is waking up here. In your actual body, in your actual life, with your actual pain and joy and confusion.
It's learning to hold more light without burning out. It's noticing when you're running a program that isn't yours — from culture, from family, from fear — and gently putting it down. It goes in layers. You think you've arrived and then the next onion skin peels back and you realize you were just getting started. That's the game. That's the fun of it.
Some people call it awakening. Some call it remembering. The name doesn't matter much. What matters is that it's possible, it's happening to ordinary people everywhere, and nobody needs permission to begin.
","path":["Tree of Ascension Docs"],"tags":[]},{"location":"#consciousness-isnt-abstract","level":2,"title":"Consciousness isn't abstract","text":"You can feel it. When your mind goes quiet and there's still someone there — aware, alive, unimpressed by the chatter. That's consciousness. Not a concept. The thing that's reading these words.
Practices — meditation, grounding, fasting, silence, community, sound, service — are just ways of clearing the static so you can hear what was already there. The tree doesn't need to become something. It just needs enough light and water to grow into what it already is.
","path":["Tree of Ascension Docs"],"tags":[]},{"location":"#how-to-use-this-site","level":2,"title":"How to use this site","text":"The Practices section is where to start. Pick one thing and try it. Not all of them. One. Give it a week.
The Strategies section is for when a practice opens a door and you want to understand the room you just walked into. Frameworks, context, the bigger picture.
Everything here is a draft. We update it when we learn something new or when someone points out we got something wrong. If something lands for you — or if it doesn't — we'd love to hear about it.
Welcome! This guide will get you from zero to making your first edit or new post contribution to Tree of Ascension Docs.
🔒 Registration is currently closed. Self-registration of new contributor accounts are not available at this moment. If you'd like to get involved, solve the puzzle below to reveal the contact email and request access.
","path":["Contributing"],"tags":[]},{"location":"contributing/#request-access","level":2,"title":"🔐 Request access","text":"🌱 Click each leaf in order to reveal the contact email:
Click them from smallest to largest 🌱 → 🌳
Once you have access, read on below.
","path":["Contributing"],"tags":[]},{"location":"contributing/#how-it-works","level":2,"title":"🛠 How it works","text":"What Details Code and file hosting Forgejo — a friendly, self-hosted git (version control) platform that manages changes and files between many users. Git is a distributed open source tool that lets you work on a folder of files and handles the cases where two users have edited the same file (called merge conflicts). Repo bali.krystl.org/aja/up Built with Zensical — turns Markdown files into a beautiful docs site Local editor Tolaria — a simple desktop app for editing Markdown with git built in","path":["Contributing"],"tags":[]},{"location":"contributing/#making-your-first-edit","level":2,"title":"✏️ Making your first edit","text":"Follow these steps. If you get stuck, the answer is usually just a few clicks away.
","path":["Contributing"],"tags":[]},{"location":"contributing/#step-1-open-the-repo-in-forgejo","level":3,"title":"Step 1 — Open the repo in Forgejo","text":"Go to bali.krystl.org/aja/up and sign in with your account.
","path":["Contributing"],"tags":[]},{"location":"contributing/#step-2-create-your-branch","level":3,"title":"Step 2 — Create your branch","text":"Every edit lives on its own branch. A branch is a copy of the code that can be kept independent and later merged. This keeps the main site safe while you work and allows us to review and approve or comment on changes.
main or master )Type a short name for your branch — like add-meditation-guide or fix-typo-daily-sadhana
Click \"Create branch\"
You're now on your own copy of the site. Any changes you make stay on this branch until you're ready to share them.
","path":["Contributing"],"tags":[]},{"location":"contributing/#step-3-edit-a-file","level":3,"title":"Step 3 — Edit a file","text":"docs/ folder)Scroll down and write a short commit message — something like Add breathing exercise section
Click \"Commit changes\"
When your changes are ready:
A maintainer will review your changes and merge them into the main site. That's it! 🎉
","path":["Contributing"],"tags":[]},{"location":"contributing/#editing-locally-optional","level":2,"title":"💻 Editing locally (optional)","text":"If you prefer to work on your own computer:
","path":["Contributing"],"tags":[]},{"location":"contributing/#youll-need","level":3,"title":"You'll need","text":"# 1. Clone the repo\ngit clone https://bali.krystl.org/aja/up.git\ncd up\n\n# 2. Create your branch\ngit checkout -b my-edit\n\n# 3. Open the folder in Tolaria and start editing\n\n# 4. When done, commit and push\ngit add .\ngit commit -m \"Describe your changes\"\ngit push -u origin my-edit\n\n# At this point you'll be asked for your username and password.\n# You can also set up an SSH key which will mean you don't need to type these every time (you will need to email us your public key)\n Then follow Step 4 above (\"Open a Pull Request\") to open your pull request on Forgejo.
","path":["Contributing"],"tags":[]},{"location":"contributing/#plant-your-own","level":2,"title":"🌱 Plant Your Own","text":"Want to run your own version of this site? You can copy it and publish it under your own domain.
","path":["Contributing"],"tags":[]},{"location":"contributing/#copy-the-repo","level":3,"title":"Copy the repo","text":"Option A — With git (recommended):
git clone https://bali.krystl.org/aja/up.git my-own-site\ncd my-own-site\n Option B — Download as ZIP:
This site uses Zensical to build from Markdown. Install it and edit the config:
# Install Zensical (Python 3.12+ required)\npip install zensical\n\n# Or with uv (recommended):\nuv add --dev zensical\n","path":["Contributing"],"tags":[]},{"location":"contributing/#make-it-yours","level":3,"title":"Make it yours","text":"Open zensical.toml and change:
site_name = \"Your Site Name\"\nsite_description = \"What your site is about\"\nsite_url = \"https://your-domain.com\"\nsite_author = \"You\"\nrepo_url = \"https://your-forgejo-instance/you/your-repo\"\n Replace docs/assets/images/tree-ad-logo.svg with your own logo, then build:
zensical build --config-file zensical.toml\n Your site appears in the site/ folder — upload it to any static host (Netlify, Cloudflare Pages, a VPS, or keep it on Forgejo Pages).
site/ folder to your hosting providersite_url in zensical.toml to matchThat's it — you now have your own Zensical-powered knowledge garden.
Questions? Found a bug? Open an issue on the repo.
","path":["Contributing"],"tags":[]},{"location":"contributing/markdown/","level":1,"title":"Markdown in 5min","text":"","path":["Markdown in 5min"],"tags":[]},{"location":"contributing/markdown/#introduction-to-markdown-language","level":2,"title":"Introduction to Markdown Language","text":"Markdown is a simple language to build web pages. It is easier to read and write than HTML (the language web browsers read) and so we use it to write articles and have a system called Zensical that will compile your Markdown into HTML. You can use this reference to help you write posts and pages directly in our repository where the source documents for this wiki are held. See Contributing for more and check the Zensical docs on authoring for a more complete set of markdown notations you can use with Tree.
","path":["Markdown in 5min"],"tags":[]},{"location":"contributing/markdown/#headers","level":2,"title":"Headers","text":"# H1 Header\n## H2 Header\n### H3 Header\n#### H4 Header\n##### H5 Header\n###### H6 Header\n","path":["Markdown in 5min"],"tags":[]},{"location":"contributing/markdown/#text-formatting","level":2,"title":"Text formatting","text":"**bold text**\n*italic text*\n***bold and italic***\n~~strikethrough~~\n`inline code`\n","path":["Markdown in 5min"],"tags":[]},{"location":"contributing/markdown/#links-and-images","level":2,"title":"Links and images","text":"[Link text](https://example.com)\n[Link with title](https://example.com \"Hover title\")\n\n\n","path":["Markdown in 5min"],"tags":[]},{"location":"contributing/markdown/#lists","level":2,"title":"Lists","text":"Unordered:\n\n- Item 1\n- Item 2\n - Nested item\n\nOrdered:\n\n1. First item\n2. Second item\n3. Third item\n","path":["Markdown in 5min"],"tags":[]},{"location":"contributing/markdown/#blockquotes","level":2,"title":"Blockquotes","text":"> This is a blockquote\n> Multiple lines\n>> Nested quote\n","path":["Markdown in 5min"],"tags":[]},{"location":"contributing/markdown/#code-blocks","level":2,"title":"Code blocks","text":"`javascript javascript function hello() { console.log(\"Hello, world!\"); }
; `
text | Header 1 | Header 2 | Header 3 | |----------|----------|----------| | Row 1 | Data | Data | | Row 2 | Data | Data |
or
or
```
","path":["Markdown in 5min"],"tags":[]},{"location":"contributing/markdown/#task-lists","level":2,"title":"Task lists","text":"text - [x] Completed task - [ ] Incomplete task - [ ] Another task
text Use backslash to escape: \\* \\_ \\# \\`
```text End a line with two spaces to create a line break.
Or use a blank line for a new paragraph. ```
","path":["Markdown in 5min"],"tags":[]},{"location":"practices/","level":1,"title":"Practices","text":"Small, doable actions. Each one is something you can try today — no preparation, no expertise, just willingness.
Pick one. Start there. The rest will unfold.
","path":["Practices"],"tags":[]},{"location":"practices/daily-sadhana/","level":1,"title":"Daily Sadhana","text":"Photo by Jared Rice on UnsplashSadhana means daily spiritual practice — not something you do when you have time, but the foundation you build everything else upon. The best time for spiritual practice is first thing in the morning, ideally waking 1 hour before sunrise. This is a time where the energy is more quiet as everyone is asleep. It allows you to be in a state of meditation during the 48 minutes surrounding sunrise, where the energy is in transition and so spiritual practice can have a greater impact.
","path":["Practices","Daily Sadhana"],"tags":[]},{"location":"practices/daily-sadhana/#meditation","level":2,"title":"Meditation","text":"Start with five minutes. The mind will wander — that's what minds do. The practice is not emptying the mind but noticing when it has wandered and gently returning. Every return is a rep. Like any muscle, attention strengthens with use. The real practice is noticing the mind has repetitive thoughts and then gently guiding it back to the breath.
No app needed. No special cushion. A chair, a floor, a patch of grass — anywhere you can be still.
","path":["Practices","Daily Sadhana"],"tags":[]},{"location":"practices/daily-sadhana/#zen","level":3,"title":"Zen","text":"The word zen comes from the Sanskrit word dhyan, which loosely translates to meditation. But this process was looked at with unparalleled attention by the ancient Indian sages and the depth of their insights can only be tangentially grasped at by today's minds. See Patantali's Yoga Sutras if you'd like to go deeper.
","path":["Practices","Daily Sadhana"],"tags":[]},{"location":"practices/daily-sadhana/#focus","level":4,"title":"Focus","text":"There are a multitude of targets for our focus in meditation. We suggested starting with the breath as it is a simple and direct link to your soul and the universe. Every breath is an interchange of your being and the greater infinite oneness.
However you can also choose another singular focus to enable the mind to steady. These include a sound (mantra), a form (yantra). There are in total 108 ways to focus the mind and these are explored in the ancient text Vijnana Bhairav Tantra.
","path":["Practices","Daily Sadhana"],"tags":[]},{"location":"practices/daily-sadhana/#gratitude-journal","level":2,"title":"Gratitude journal","text":"Not generic blessings — specific moments. The warmth of sunlight through a window. A conversation that landed. The taste of a ripe fruit.
Gratitude is not toxic positivity. It is the deliberate practice of noticing what is already good, which rewires the brain away from its negativity bias over time.
","path":["Practices","Daily Sadhana"],"tags":[]},{"location":"practices/daily-sadhana/#merit-journal","level":2,"title":"Merit journal","text":"The merit journal is an exercise I learned from Buddhist teachers who used it to reinforce positive character. You can write down the positive things you've done and reflect on these at times, especially before leaving the body at end of life. Our character is the one thing we take with us when we leave the body and so its especially valuable to reflect and cultivate upon this.
This is the inner work few want to do: asking honestly where you are still reactive and have work to do towards cultivating a harmonious and balanced character.
In almost all cases there is a time and place for an emotion or condition. Eg sometimes it is good to be lazy or impatient, and anger could be necessary to provoke action in certain cases. However in general we can reduce these distorted emotions (emotions can be considered energy-in-motion) and cultivate more their positive counterparts.
Pick the most impactful one to focus on to start, generally anger. The goal is not to become perfect — it is to become less impulsive, more available, more unconditionally loving. Starting with yourself is key. Look at your thought patterns, and how you speak to yourself. Do you scold yourself if you make a trivial mistake? How could you extend and deepen your patience towards yourself?
A simple evening practiceSit quietly and replay the day. Notice any moment where you contracted — irritation, defensiveness, avoidance. Don't judge the reaction. Just see it. Tomorrow, you'll have another chance. If you like you can journal your reflections and over time you may see just by noticing them things have started to resolve.
After reviewing the key area you'd like to work on you can use auto-hypnosis to improve it.
","path":["Practices","Daily Sadhana"],"tags":[]},{"location":"practices/daily-sadhana/#movement-energy-and-strength","level":2,"title":"Movement: energy and strength","text":"The body needs two kinds of movement every day:
Energy practice — yoga, tai chi, qigong, or simple stretching with breath awareness. This moves prana (life force) through the channels of the body. Even ten minutes shifts the nervous system from fight-or-flight to rest-and-digest.
Cardio and strength — walking briskly, running, bodyweight exercises, lifting. The body evolved to move against resistance. Without it, the mind stagnates too. There are two kinds of cardio, low intensity (eg the energy practice or gardening) and high intensity (eg running, cycling, swimming or playing tennis) and both are necessary. High intensity means it raises your heart rate and makes you sweat.
Pair them. Energy practice in the morning to open; strength in the afternoon to ground.
","path":["Practices","Daily Sadhana"],"tags":[]},{"location":"practices/daily-sadhana/#visualization-morning-and-night","level":2,"title":"Visualization: morning and night","text":"This is not magical thinking. It is the practice of orienting the subconscious toward what you are building, so that during the day, you recognize the doors when they appear.
Related: Finding Your Purpose — when sadhana meets direction.
What practice will you show up for tomorrow?
","path":["Practices","Daily Sadhana"],"tags":[]},{"location":"practices/digital-wellness/","level":1,"title":"Digital Wellness","text":"Photo by Lianhao Qu on UnsplashYour attention is the most valuable resource you own. Every notification, every algorithmic feed, every autoplay is designed to extract it. Taking it back is not a luxury — it is a prerequisite for any kind of awakening.
","path":["Practices","Digital Wellness"],"tags":[]},{"location":"practices/digital-wellness/#the-news-fast","level":2,"title":"The news fast","text":"Try this: no news for one week. No headlines, no push alerts, no doom-scrolling. The world will continue. The things you actually need to know will reach you through people, not algorithms.
After a week, notice: is your anxiety lower? Is your attention span longer? Are you more present with the people in front of you?
The 0% horror rule
Zero horror films. Zero true crime. Zero content that feeds fear. Your nervous system does not distinguish between a threat on screen and a threat in the room — the cortisol release is real.
","path":["Practices","Digital Wellness"],"tags":[]},{"location":"practices/digital-wellness/#curating-what-enters-your-mind","level":2,"title":"Curating what enters your mind","text":"Replace passive consumption with intentional selection. Build a playlist of media that genuinely brings you joy — films, shows, documentaries that leave you feeling expanded, not depleted.
Set boundaries you can actually keep:
The goal is not abstinence. It's agency.
","path":["Practices","Digital Wellness"],"tags":[]},{"location":"practices/digital-wellness/#replacing-screen-time-with-life","level":2,"title":"Replacing screen time with life","text":"For every hour you reclaim from screens:
The internet is a tool. When it becomes the environment, you've lost the plot.
Related: Digital Sovereignty — when wellness meets infrastructure.
What's the first app you'll set a limit on today?
","path":["Practices","Digital Wellness"],"tags":[]},{"location":"practices/grounding-in-nature/","level":1,"title":"Grounding in Nature","text":"Photo by AdamuEvery moment spent with bare skin on soil, grass, or sand is a reconnection to the electromagnetic field that humans evolved within for hundreds of thousands of years.
The Earth (whose other names include mother Gaia, Aurora, Aurelia, Tara), is a living being, and we are a small part of her.
But connecting to the ground, whether that's by contact with our bare feet, using grounding blanket or pad, or even lying down and rolling (one of the best ways to rebalance energy when it gets to high!) we are chemically interacting with our physical Source via ionic exchange.
Even if we can't physically touch the earth we can use awareness + visualisation and intention to guide our energy body down and root it into the crystalline core of mother Gaia. This crystalline core differs from the iron core of earth and is in a higher dimension.
Coming soon
Guided meditation for grounding to mother earth
","path":["Practices","Grounding in Nature"],"tags":[]},{"location":"practices/grounding-in-nature/#why-ground","level":2,"title":"Why ground?","text":"Modern life separates us from the earth: rubber-soled shoes, elevated buildings, concrete pavements. The simple act of barefoot contact — called earthing or grounding — allows the body to absorb free electrons from the earth's surface. Research suggests this can reduce inflammation, improve sleep, and calm the nervous system.
Start small
Five minutes of bare feet on grass in the morning is enough to begin. You don't need a forest retreat — a patch of lawn, a beach, or even damp soil in a garden works.
","path":["Practices","Grounding in Nature"],"tags":[]},{"location":"practices/grounding-in-nature/#sun-gazing-reconnecting-with-light","level":2,"title":"Sun gazing: reconnecting with light","text":"Sun gazing is an ancient practice of looking at the sun during the first or last hour of daylight, when UV levels are safe. Start with 10 seconds and never push beyond comfort. The practice is less about the eyes and more about allowing the body's circadian rhythm to realign with natural light cycles.
Sit. Breathe. Let the light wash over you. No agenda.
","path":["Practices","Grounding in Nature"],"tags":[]},{"location":"practices/grounding-in-nature/#sitting-practice-temples-forests-waterfalls","level":2,"title":"Sitting practice: temples, forests, waterfalls","text":"Find a place where nature is doing its thing without human orchestration — a forest floor, a temple courtyard, beside a waterfall. Looking at the fractal form of nature found in trees, leaves, and the entire environment is highly nourishing for the nervous system. More significantly the energy flow in nature is more balanced and harmonious, whereas buildings and rooms composed of steel, aluminium and electrosmog are dissonant and disturb this flow.
Discover moreJust sit and watch. Notice how the mind, given no task, eventually settles. This is melukat in the Balinese tradition — water purification not just of the body, but of the energetic residue we carry. Even sitting beside moving water, without entering it, can shift something.
","path":["Practices","Grounding in Nature"],"tags":[]},{"location":"practices/grounding-in-nature/#integrating-nature-time","level":2,"title":"Integrating nature time","text":"The guideline is simple: for every hour spent on a device, spend an equal hour in direct contact with the natural world. This isn't a punishment — it's a restoration.
Start tracking it loosely. You may find, as many do, that the nature hours become the ones you crave.
Related: Nourishing the Body — bringing nature inside through food and materials.
What patch of earth will you stand on tomorrow morning?
","path":["Practices","Grounding in Nature"],"tags":[]},{"location":"practices/nourishing-the-body/","level":1,"title":"Nourishing the Body","text":"The body is a highly sophisticated ecosystem that responds to everything you place in it, on it, and around it.
Our focus has been guided towards numbers like calories, steps, BMI (weight and height). These quantitave perspectives can be practical, but they often overlook the more subtle qualitative dimensions of health that can be observed and felt more easily through focused awareness than with measures and scales or lab equipment.
Dive deeperThe body is comprised of a fine balance of elements in different frequencies and states. These are a reflection of the state of the underlying aether at phases and degrees of motion. For instance solid materials are heavy, dense and even though it appears inert, their molecules are actually moving, albeit very slowly. Whereas when these molecules are heated, they undergo a dissolution of the bonds (which are really not a solid thing either, more an electrostatic coupling), and they 'melt' and move from solid to liquid and eventually to a gas and residue (solid aggregate byproduct). If we take more descriptive names to the states we could say the solid \"earth\" moves through liquid \"water\" by a process called \"fire\" and transforms into a gas called \"air\". Really all these states are part of one all encompassing consciousness and energy, the essence of which is plasma or \"aether\" as named in Ancient Greek. Modern science disregards this final point, owing to an experiment in 1887 called the Michelson Morley experiment, however this does not actually disprove the existence aether. You can read more about this at Aether Force Blog
","path":["Practices","Nourishing the Body"],"tags":[]},{"location":"practices/nourishing-the-body/#food-from-farmers-gardens-and-your-plant-pots-not-corporations","level":2,"title":"Food from farmers, gardens and your plant pots, not corporations","text":"Most of what fills supermarket shelves is the product of monopolized supply chains — processed, preserved, and profited from at every step. The alternative is older and simpler: know who grows your food.
Work with local farmers. Join a CSA (community-supported agriculture). Buy from a neighbor who keeps hens. Trade skills for produce. When you eat food grown by yourself or someone you've spoken to, something shifts — you feel the livingness of the food and the vitality it brings you.
The supermarket trap
Nearly every aisle in a conventional supermarket funnels money into a handful of conglomerates. The documentary on monopolies covers how all the big brand food items are owned by a handful of conglomerates and VC firms and is worth watching to see how it is possible that near everything in your Walgreens or 7 eleven has been engineered for profit and without your best interest or health at heart. You could also see Pam Peeke's fantastic lecture on the Hacked and Hijacked brain on how fast food acts like cocaine on the dopamine centres of the brain, and how to reset via meditation. Start by removing one aisle at a time from your routine and soon you'll feel your taste buds catching up to your desire for healthy organic and fresh natural food and drinks.
","path":["Practices","Nourishing the Body"],"tags":[]},{"location":"practices/nourishing-the-body/#herbal-teas-as-daily-medicine","level":2,"title":"Herbal teas as daily medicine","text":"Herbal teas are one of the gentlest ways to rebalance the body throughout the day:
Time Tea Purpose Morning Flower teas (chamomile, jasmine, rose) Light, opening, uplifting After meals Ginger tea Digestive fire, warmth When agitated Vata-pacifying (licorice, cinnamon, ashwagandha) Grounding, calming When overheated Pitta-pacifying (mint, fennel, coriander) Cooling, soothingLearn your own patterns. The tea that works for someone else may not be yours — experiment gently.
Fasting doesn't need to be extreme to be effective. Start with one day a week of liquids only — fresh juices, soups, herbal teas. From there, try a 24-hour water fast. With guidance, you can work toward a 3-day water fast, which triggers deeper cellular repair processes (autophagy).
The goal is not deprivation. It's giving the digestive system the rest it rarely receives in a culture of constant consumption.
Gradually replace clothing and bed linen with natural, non-toxic materials: organic cotton, linen, hemp, wool. The skin is the largest organ — what it rests against for 8 hours a night matters.
The same applies to what you put on your body. A self oil massage (abhyanga) with a simple, chemical-free oil suited to your constitution — or just pure coconut oil — is a daily practice that nourishes skin, calms the nervous system, and reconnects you to your own body with care rather than criticism.
Start with underwear as research shows synthetic underwear made dogs and humans infertile! Thankfully it can be reversed in 6 months after you stop wearing it.
","path":["Practices","Nourishing the Body"],"tags":[]},{"location":"practices/nourishing-the-body/#small-detox-steps","level":2,"title":"Small detox steps","text":"None of this needs to happen overnight. One change, held consistently, reshapes a life.
Related: Grounding in Nature — where nourishment meets the earth.
What's one thing your body has been quietly asking you to change?
","path":["Practices","Nourishing the Body"],"tags":[]},{"location":"practices/spiritual-hygiene/","level":1,"title":"Spiritual Hygiene","text":"Just as you wash your body, your space and energy field require regular cleansing. This is not superstition — it is the recognition that environments hold residue, and that your intention shapes what you encounter.
","path":["Practices","Spiritual Hygiene"],"tags":[]},{"location":"practices/spiritual-hygiene/#cleansing-your-space","level":2,"title":"Cleansing your space","text":"Discover more
A light daily clearing (open window, intention setting) and a deeper weekly reset (sound, smoke, decluttering) is a sustainable rhythm. After arguments, illness, or visits from heavy energy, cleanse immediately and go outside for a walk.
","path":["Practices","Spiritual Hygiene"],"tags":[]},{"location":"practices/spiritual-hygiene/#clearing-sleep-space","level":2,"title":"Clearing Sleep Space","text":"Your bedroom is the most important room to tend. You spend a third of your life there, in a more unconscious and receptive state. Make your bed as soon as you wake up, crumpled sheets create surprisingly discordant energy. It also helps you fell you've achieved something and sets the precedence to take care of yourself and your life.
Before sleeping you can light a ghee or sattvic oil lamp, being careful it will not be disturbed or near any flammable items. You could keep a shrine or altar with items that make you happy and feel love, that could be family or those who have inspired you who have good character.
","path":["Practices","Spiritual Hygiene"],"tags":[]},{"location":"practices/spiritual-hygiene/#intention","level":3,"title":"Intention","text":"Before sleep, state clearly — aloud or internally:
I invite only energies of the highest light to interact with me. My space is sovereign. My field is clear.
You don't need to believe in guides for this to work. The practice is about setting a boundary and orienting your awareness toward what is loving, clear, and true. Whatever your framework — ancestors, angels, higher self, or simply the clearest version of your own consciousness — the act of calling it in is what matters.
","path":["Practices","Spiritual Hygiene"],"tags":[]},{"location":"practices/spiritual-hygiene/#sound-as-medicine","level":2,"title":"Sound as medicine","text":"The frequencies you surround yourself with shape your nervous system. Consider:
The rule is simple: if a song has a single negative word or message, skip it. The subconscious absorbs everything. Curate your sound environment as carefully as your food.
","path":["Practices","Spiritual Hygiene"],"tags":[]},{"location":"practices/spiritual-hygiene/#group-singing-toning-and-joy","level":2,"title":"Group singing, toning, and joy","text":"Human voices together are one of the most powerful frequency generators available. Group singing — kirtan, toning, community choirs, or just friends around a fire — synchronizes nervous systems, releases oxytocin, and creates a field of shared vibration that lingers long after the sound stops.
Pair this with:
When large numbers of people hold the same intention simultaneously, something measurable shifts. Research on transcendental meditation groups has shown reductions in crime rates, hospital admissions, and conflict when a critical mass is reached.
Join global mass meditations when they are called. Or gather a small group — even three people — and sit together with the intention of peace and the most positive timeline for humanity.
Create something tangible to crystallize the intention: a doodle, a piece of art, a short written statement of what that positive timeline looks like for you. Make it specific. Make it beautiful. Keep it visible.
Related: Daily Sadhana — spiritual hygiene as daily practice.
What's the first thing you'll clear from your bedroom tonight?
","path":["Practices","Spiritual Hygiene"],"tags":[]},{"location":"strategies/","level":1,"title":"Strategies","text":"Big-picture frameworks for when a practice opens a door and you're ready to walk through. These are the patterns, mindsets, and structural shifts — the strategy beneath the tactics.
Come back to these. They'll mean something different each time.
","path":["Strategies"],"tags":[]},{"location":"strategies/collective-awakening/","level":1,"title":"Collective Awakening","text":"Photo by Rishikesh Yogpeeth on UnsplashAwakening is often described as an individual journey, but it has never been a solo project. Consciousness shifts ripple through groups, communities, and fields — and when enough people hold the same frequency simultaneously, something in the collective field changes.
","path":["Strategies","Collective Awakening"],"tags":[]},{"location":"strategies/collective-awakening/#the-power-of-mass-intention","level":2,"title":"The power of mass intention","text":"Decades of research on group meditation — particularly large Transcendental Meditation assemblies — has documented statistically significant reductions in crime, violence, hospital admissions, and traffic fatalities when a critical mass (roughly the square root of 1% of a population) meditates together.
The mechanism is debated. The data is not.
When you join a mass meditation — whether online or in person — you are not just calming your own nervous system. You are contributing to a field. The intention you hold for peace, for the most positive timeline, is not private. It radiates.
","path":["Strategies","Collective Awakening"],"tags":[]},{"location":"strategies/collective-awakening/#creating-your-own-circle","level":2,"title":"Creating your own circle","text":"You don't need to wait for a global event. Gather two or three people and sit together:
Do it weekly. The consistency matters more than the size.
","path":["Strategies","Collective Awakening"],"tags":[]},{"location":"strategies/collective-awakening/#crystallizing-the-vision","level":2,"title":"Crystallizing the vision","text":"Between gatherings, make something tangible:
These artifacts are not wishful thinking. They are anchors. When the external world looks chaotic, the images and words you've created together remind you what you are building toward — and that you are building it together.
","path":["Strategies","Collective Awakening"],"tags":[]},{"location":"strategies/collective-awakening/#conscious-activism","level":2,"title":"Conscious activism","text":"Activism doesn't require anger. The most effective campaigns combine awareness with action:
Do this offline where possible. Face-to-face relationships with decision makers are harder to dismiss than emails. And when you work alongside others in person, the trust built is its own reward.
","path":["Strategies","Collective Awakening"],"tags":[]},{"location":"strategies/collective-awakening/#the-compass","level":2,"title":"The compass","text":"Through all of this, hold a simple compass:
Fear-based activism burns out. Love-based activism regenerates. The most radical thing you can do — genuinely radical — is to remain joyful while fighting for what matters.
Related: Spiritual Hygiene — keeping your own field clear so you can contribute cleanly to the collective.
What does the most positive timeline look like to you — in one sentence?
","path":["Strategies","Collective Awakening"],"tags":[]},{"location":"strategies/community-sovereignty/","level":1,"title":"Community Sovereignty","text":"Photo by Spencer Plouzek on UnsplashSovereignty is not something you achieve alone. It is built in relationship — with the land, with the people who grow food, with neighbors who share skills, and with networks that operate outside the extractive economy.
","path":["Strategies","Community Sovereignty"],"tags":[]},{"location":"strategies/community-sovereignty/#food-know-your-farmer","level":2,"title":"Food: know your farmer","text":"Every dollar spent at a supermarket feeds a system designed to concentrate wealth and power. The alternative is older than capitalism: direct relationships with the people who produce what you consume.
When your food comes from someone you know, the transaction becomes a relationship. That relationship is the foundation of a parallel economy.
The monopoly problem
Watch this to understand how deeply monopolized the food system is. The solution is not to find ethical products within the system — it's to build outside it.
","path":["Strategies","Community Sovereignty"],"tags":[]},{"location":"strategies/community-sovereignty/#private-members-associations-and-collectives","level":2,"title":"Private Members Associations and collectives","text":"In many jurisdictions, Private Members Associations (PMAs) allow groups to operate outside the regulatory frameworks designed for commercial entities. They are not businesses — they are associations of people exercising their right to associate and self-govern.
PMAs can be used for:
Research what's possible in your jurisdiction. Find lawyers and politicians with genuine integrity — they exist, often working quietly — who can help push back on overreach in climate policy, health mandates, surveillance expansion, and data center proliferation.
","path":["Strategies","Community Sovereignty"],"tags":[]},{"location":"strategies/community-sovereignty/#seva-service-without-expectation","level":2,"title":"Seva: service without expectation","text":"Seva is selfless service — giving without any expectation of return. It is the antidote to the transactional mindset that pervades modern life.
Start small:
Do three kind things every week that you tell no one about. The anonymity is part of the practice — it purifies the motivation.
","path":["Strategies","Community Sovereignty"],"tags":[]},{"location":"strategies/community-sovereignty/#building-freedom-networks","level":2,"title":"Building freedom networks","text":"Create community links — both offline and online — that support and develop:
Domain What to build Education Study groups, skill-shares, unschooling collectives Technology Local mesh networks, open-source tooling, privacy workshops Health Herbal medicine circles, movement groups, mental/emotional/spiritual support pods Legal Network of integrity-driven lawyers, know-your-rights workshops Economic Barter networks, time banks, local currencies, PMAsThe goal is not to secede from society. It is to build parallel structures so robust that when the extractive systems falter, communities don't.
","path":["Strategies","Community Sovereignty"],"tags":[]},{"location":"strategies/community-sovereignty/#legally-minimizing-extraction","level":2,"title":"Legally minimizing extraction","text":"Tax avoidance within the law is not evasion — it is resource sovereignty. Learn about:
Consult aligned professionals. The goal is to keep resources circulating within the community rather than being siphoned upward.
Related: Digital Sovereignty — because freedom networks need free infrastructure.
Who in your community could you reach out to this week?
","path":["Strategies","Community Sovereignty"],"tags":[]},{"location":"strategies/digital-sovereignty/","level":1,"title":"Digital Sovereignty","text":"Digital sovereignty means owning your own digital life — the hardware, the software, the data, the networks. It is the recognition that every time you use a \"free\" service, you are the product. Taking back control is not a technical exercise; it is a spiritual one.
","path":["Strategies","Digital Sovereignty"],"tags":[]},{"location":"strategies/digital-sovereignty/#the-hardware-you-already-own","level":2,"title":"The hardware you already own","text":"You don't need a new device. An old laptop — the one gathering dust — can run Linux perfectly. Modern distributions like Linux Mint, Ubuntu, or Fedora breathe new life into aging hardware and free you from operating systems designed to extract data.
For phones, the path is similar:
Device System Notes Second-hand Google Pixel GrapheneOS Privacy-hardened Android, no Google services Various Android phones /e/OS (Murena) De-googled Android with cloud services Various devices postmarketOS True Linux on mobile, still maturingStart with the phone
Your phone is the most intimate surveillance device you own. It knows your location, your contacts, your voice, your typing patterns, your sleep schedule. Moving to a de-googled OS is the single highest-impact step you can take.
","path":["Strategies","Digital Sovereignty"],"tags":[]},{"location":"strategies/digital-sovereignty/#network-sovereignty","level":2,"title":"Network sovereignty","text":"VPN: A simple, trusted VPN prevents your internet provider from building a profile of every site you visit. Choose one with a clear no-logging policy and preferably based outside surveillance alliances.
Meshtastic: When the grid is not your friend, build your own. Meshtastic lets you create off-grid, encrypted text networks using inexpensive LoRa radios. It's community infrastructure — no cell towers, no subscriptions, no central authority.
","path":["Strategies","Digital Sovereignty"],"tags":[]},{"location":"strategies/digital-sovereignty/#erasing-your-digital-footprint","level":2,"title":"Erasing your digital footprint","text":"Move away from Google piece by piece:
Instead of Use Gmail Proton Mail, self-hosted mail Google Drive Syncthing, Nextcloud Google Photos Immich, local storage Google Docs CryptPad, local office suiteThe principle is simple: self-hosted first, local-first, privacy-first. If your data lives on someone else's computer, it is not your data.
","path":["Strategies","Digital Sovereignty"],"tags":[]},{"location":"strategies/digital-sovereignty/#passwords-and-keys","level":2,"title":"Passwords and keys","text":"Generate unique passwords for every service. Use a hardware security key (like a YubiKey) where possible. Treat your digital keys as carefully as the keys to your home.
","path":["Strategies","Digital Sovereignty"],"tags":[]},{"location":"strategies/digital-sovereignty/#the-bigger-picture","level":2,"title":"The bigger picture","text":"This isn't about becoming a hermit with a tin-foil hat. It's about intentionality. Every service you leave is a vote. Every open-source tool you adopt strengthens an alternative ecosystem. Every friend you help migrate multiplies the effect.
Digital sovereignty is not isolation — it's the foundation for authentic connection.
Related: Digital Wellness — sovereignty begins with what you consume.
What's one service you could migrate away from this month?
","path":["Strategies","Digital Sovereignty"],"tags":[]},{"location":"strategies/finding-purpose/","level":1,"title":"Finding Your Purpose","text":"Beyond making a living lies the question that has quietly followed you for years: why am I really here? Not your job title. Not your roles. The thing that makes your heart come alive and, in doing so, lifts others up.
","path":["Strategies","Finding Your Purpose"],"tags":[]},{"location":"strategies/finding-purpose/#the-passion-that-was-always-there","level":2,"title":"The passion that was always there","text":"For many, purpose is not something you find — it's something you remember. It was there when you were a child, before the world told you to be practical. It was in the activities that made you lose track of time.
Ask yourself:
That last question is often the most direct path. The wound becomes the gift.
","path":["Strategies","Finding Your Purpose"],"tags":[]},{"location":"strategies/finding-purpose/#when-suffering-becomes-service","level":2,"title":"When suffering becomes service","text":"Look at the most difficult experience of your life — the one you wouldn't wish on anyone. Now consider: who is going through that right now, alone, with no guide?
Your experience is not just yours. It is a map that someone else desperately needs. When you offer it — not as a savior but as someone who has walked a similar road — you transform suffering into meaning.
This is not about becoming a coach or therapist (though it could be). It's about being available: mentoring one person, writing honestly about what you learned, starting a small group, or simply being the person you wish had been there for you.
","path":["Strategies","Finding Your Purpose"],"tags":[]},{"location":"strategies/finding-purpose/#seva-purpose-in-action","level":2,"title":"Seva: purpose in action","text":"Purpose without service becomes self-absorption. Seva — selfless service — grounds your gifts in the real world:
Do three kind things every week that you tell no one about. The secrecy purifies the motivation. You're not building a brand — you're building a life.
","path":["Strategies","Finding Your Purpose"],"tags":[]},{"location":"strategies/finding-purpose/#the-tribe-youre-building","level":2,"title":"The tribe you're building","text":"Your purpose will attract people. Not everyone — just the ones who resonate with what you're putting into the world. This is your tribe: not a following, but a mutual support network of people moving in the same direction.
Spend more time with people who are on a positive frequency — those who energize rather than drain. You can still feel compassion for those on a lower frequency, but you are not obligated to be friends with them. Your energy is finite. Spend it where it grows.
","path":["Strategies","Finding Your Purpose"],"tags":[]},{"location":"strategies/finding-purpose/#the-daily-turn-toward-purpose","level":2,"title":"The daily turn toward purpose","text":"You don't need to quit your job tomorrow. Start with:
Purpose is not a destination. It is a direction you calibrate toward, daily, with each small choice.
Related: Community Sovereignty — purpose expressed through collective action.
What challenge have you lived through that someone else needs help with right now?
","path":["Strategies","Finding Your Purpose"],"tags":[]}]}