top of page

The Uplifted Foundation

Built for Living. Carried by Community.

Our Mission,
Our Battle

The Uplifted Foundation was created by a family personally affected by Muscular Dystrophy, with a mission rooted in two core goals: building community and improving quality of life. We are committed to reaching families in underserved communities and providing life-enhancing medical equipment that supports daily living. Our belief is simple but vital: people don’t suffer from Muscular Dystrophy — they live with it. And with the right tools and support, they can live with strength, dignity, and connection.

Resources

Muscular Dystrophy Media

By the community, for the community – Media that Uplifts.

The Sunshine Dreamer follows the personal journey of individuals impacted by Duchenne Muscular Dystrophy and highlights the transformative potential of stem cell therapy. Blending lived experiences with expert insight, the film explores how this emerging treatment is changing lives and shaping the future of care for DMD and other conditions.

MV5BOTg1NGVlZDUtNWQ2Mi00YTI0LWI4ODctZjMwYWU1ZmVhODRiXkEyXkFqcGc_._V1_.jpg

The Sunshine Dreamer

Meet photographer Rick Guidotti, founder of Positive Exposure, a nonprofit dedicated to celebrating the beauty of diversity through the arts. For over 25 years, Rick has used his lens to challenge stigma and promote inclusion, bringing powerful pop-up galleries and educational programs to communities around the world. Through photography, Rick Guidotti reminds us that everyone deserves to be seen, heard, and valued.

Rick Guidotti

This documentary explores how young men living with Duchenne Muscular Dystrophy navigate the challenges of their condition, manage stress, and preserve quality of life. It offers insight into the vital roles parents and professionals play in supporting them — but above all, it’s a powerful reflection on what it means to live a full, adult life with Duchenne.

Screenshot 2025-07-21 at 12.13.12 PM.png

Duchenne with a Future: The Power to Live

Explore More MD Media Here!

Documentaries, Short-Videos, Movies, Art, and More!

Our Values:

Dignity

We are committed to helping individuals with Muscular Dystrophy thrive in their daily lives, not just survive them. Through life-enhancing medical equipment and local outreach, we work to preserve dignity and empower families by building a network of support rooted in care, access, and respect.

Visibility

We believe no one should go unseen. Our mission is to reach families living with Duchenne Muscular Dystrophy in underserved and overlooked communities, connecting them to the tools, resources, and recognition they deserve — so they feel heard, included, and uplifted.

Community

The road ahead can be difficult, but no one should walk it alone. We believe in the power of shared strength, where families, advocates, and supporters come together to lift one another — creating a community built on empathy, understanding, and hope.

If you or someone you know is affected by Muscular Dystrophy, we'd love to hear from you!

Help us reach communities in need by emailing us using the button below:

bottom of page
// backend/events.jsw import { fetch } from 'wix-fetch'; import { getSecret } from 'wix-secrets-backend'; // if you need API keys /** * Fetch upcoming events from multiple sources. * Swap out the example URLs with real API endpoints or RSS feeds. */ export async function getCommunityEvents() { const events = []; // --- Example: Eventbrite (requires API key) --- // const EB_KEY = await getSecret("eventbriteApiKey"); // let resp = await fetch("https://www.eventbriteapi.com/v3/organizations/YOUR_ORG_ID/events/", { // headers: { Authorization: `Bearer ${EB_KEY}` } // }); // let data = await resp.json(); // data.events.forEach(e => { // events.push({ // title: e.name.text, // date: e.start.local, // link: e.url // }); // }); // --- Example: A site with JSON endpoint --- try { let resp2 = await fetch("https://example.org/api/upcoming-events"); if (resp2.ok) { let list = await resp2.json(); // assume [{title, date, url}, …] list.forEach(e => { events.push({ title: e.title, date: e.date, link: e.url }); }); } } catch (err) { console.error("Error fetching from example.org", err); } // --- Example: RSS feed parsing (XML) --- try { let resp3 = await fetch("https://another.org/events/rss.xml"); if (resp3.ok) { let xml = await resp3.text(); // simple regex-based parsing – for production, use a proper XML parser const itemRegex = /[\s\S]*?<\/item>/g; let items = xml.match(itemRegex)||[]; items.forEach(item => { let titleMatch = item.match(/<!\[CDATA\[(.*?)\]\]><\/title>/); let linkMatch = item.match(/<link>(.*?)<\/link>/); let dateMatch = item.match(/<pubDate>(.*?)<\/pubDate>/); if (titleMatch && linkMatch && dateMatch) { events.push({ title: titleMatch[1], date: new Date(dateMatch[1]).toISOString(), link: linkMatch[1] }); } }); } } catch (err) { console.error("Error parsing RSS feed", err); } // Sort by date events.sort((a, b) => new Date(a.date) - new Date(b.date)); return events; } <script type="wix/htmlEmbeds" id="pageHtmlEmbeds.bodyEnd end"></script> <!--pageHtmlEmbeds.bodyEnd end--> <!-- domStoreHtml --> <svg data-dom-store style="display:none"><defs id="dom-store-defs"></defs></svg> <!-- warmup data start --> <script type="application/json" id="wix-warmup-data">{"platform":{"ssrPropsUpdates":[],"ssrStyleUpdates":[],"ssrStructureUpdates":[]},"pages":{"compIdToTypeMap":{"CONTROLLER_COMP_CUSTOM_ID":"AppController","comp-mdd9i52v1":"LoginSocialBar","comp-mcxugj5b3":"WRichText","comp-mcxugj5t4":"SiteButton","comp-mcxugj6b8":"WRichText","comp-mcxugj6d16":"WRichText","comp-mcxugj6e5":"LinkBar","comp-mcxugj6l1":"WRichText","comp-mcxugj5z2":"HamburgerOpenButton","comp-mcxugj6c10":"WRichText","comp-mcxugj6d5":"WRichText","comp-mcxugj652":"HamburgerCloseButton","comp-mcxugj661":"ExpandableMenu","masterPage":"MasterPage","PAGES_CONTAINER":"PagesContainer","SITE_HEADER":"HeaderContainer","SITE_FOOTER":"FooterContainer","SITE_PAGES":"PageGroup","comp-mcxugj4z3":"StripColumnsContainer","comp-mdd9i526":"AppWidget","comp-mcxugj6a2":"StripColumnsContainer","comp-mcxugj5a":"Column","comp-mcxugj5s1":"Column","comp-mcxugj5t":"Column","comp-mcxugj5x9":"Column","comp-mcxugj6b4":"Column","comp-mcxugj6k15":"Column","comp-mcxugj5y3":"HamburgerMenuRoot","comp-mcxugj6c7":"Container","comp-mcxugj62":"HamburgerOverlay","comp-mcxugj63":"StripColumnsContainer","comp-mcxugj633":"Column","comp-mcxugj644":"HamburgerMenuContainer","BACKGROUND_GROUP":"BackgroundGroup","SCROLL_TO_TOP":"Anchor","SCROLL_TO_BOTTOM":"Anchor","soapAfterPagesContainer":"MeshGroup","SKIP_TO_CONTENT_BTN":"SkipToContentButton","comp-mczhvsix":"WRichText","comp-mddctihw2":"WRichText","comp-mddctihx4":"WRichText","comp-mddctihy":"WPhoto","comp-mddctihy5":"WRichText","comp-mddctihz9":"WPhoto","comp-mddctihz14":"WRichText","comp-mddctii013":"WPhoto","comp-mddctii1":"WRichText","comp-mcxugj7w12":"WRichText","comp-mcxugj7w23":"WRichText","comp-mczha2dm":"StylableButton","comp-mddctihz2":"WRichText","comp-mddcwoii":"StylableButton","comp-mddctii06":"WRichText","comp-mddcx10q":"StylableButton","comp-mddctii17":"WRichText","comp-mddcx0rp":"StylableButton","comp-mcxugj7e8":"WRichText","comp-mcxugj7f17":"WRichText","comp-mcxugj7g":"SiteButton","comp-mczhvsj86":"WPhoto","comp-mczhvsja3":"WRichText","comp-mczhvsj95":"WRichText","comp-mczhvsja8":"StylableButton","comp-mddd8tye7":"WRichText","comp-mddd8tyf7":"WRichText","comp-mddd8tyf13":"FiveGridLine","comp-mddd8tyg2":"StylableButton","comp-mcxugj7w1":"WRichText","comp-mcxugj7y6":"VectorImage","comp-mcxugj8210":"WRichText","comp-mcxugj8221":"WRichText","comp-mcxugj846":"VectorImage","comp-mcxugj8418":"WRichText","comp-mcxugj856":"WRichText","comp-mcxugj8612":"VectorImage","comp-mcxugj87":"WRichText","comp-mcxugj8711":"WRichText","comp-mcxuy6bu1":"WRichText","comp-mcxuy6bu2":"WRichText","comp-mcxuy6bu3":"SiteButton","comp-mdnnz7ro":"MediaOverlayControls","comp-mdnnz7rq":"MediaControls","pageBackground_x4vz7":"PageBackground","VideoBox_dummy_comp-mdnnz7re":"VideoBox","x4vz7":"Page","comp-mcxugj6w":"ClassicSection","comp-mcxugj7a6":"ClassicSection","comp-mczhvsip":"ClassicSection","comp-mddctiha":"ClassicSection","comp-mddd8txt":"ClassicSection","comp-mcxugj7u2":"ClassicSection","comp-mcxuy6bt":"StripColumnsContainer","comp-mcxugj7d5":"StripColumnsContainer","comp-mczhvsiy2":"Repeater","comp-mddcubu5":"Container","comp-mddcuy26":"Container","comp-mddcv221":"Container","comp-mddd8tyd1":"StripColumnsContainer","comp-mcxugj7v5":"StripColumnsContainer","comp-mcxugj7x13":"StripColumnsContainer","comp-mcxugj8312":"StripColumnsContainer","comp-mcxugj8520":"StripColumnsContainer","comp-mcxuy6bu":"Column","comp-mcxugj7e2":"Column","comp-mcxugj7f11":"Column","comp-mczhvsj6":"MediaContainer","comp-mddd8tye":"Column","comp-mddd8tyf":"Column","comp-mcxugj7v12":"Column","comp-mcxugj7x20":"Column","comp-mcxugj8319":"Column","comp-mcxugj865":"Column","comp-mcxuy6bu4":"StripColumnsContainer","comp-mcxuy6bu5":"Column","comp-mdnnz7re":"MediaPlayer","Containerx4vz7":"Group","DYNAMIC_STRUCTURE_CONTAINER":"DynamicStructureContainer","site-root":"DivWithChildren","main_MF":"DivWithChildren","x4vz7_wrapper":"PageMountUnmount","x4vz7_wrapper_background":"PageMountUnmount"}},"appsWarmupData":{},"ooi":{"failedInSsr":{}}}</script> <!-- warmup data end --> </body> </html>