top of page

Built for Living Devices

64e3bb_c550f92bacc243f5b23d619181e46cdf~mv2.avif

The Perfect Lift

Created with mobility in mind, The Perfect Lift is a lightweight, simple to use device to ensure safe transport of anyone with mobility issues

xbox-2.jpg

X-Box Adaptive Controller

The Xbox Adaptive Controller is a customizable hub designed for gamers with limited mobility, enabling connection of external switches, buttons, mounts, and joysticks, allowing users to create a unique, accessible gaming experience tailored to their needs.

download_edited.jpg

Quadstick Controller

The Quadstick is a hands-free controller operated entirely by mouth, translating standard controller actions into sip-and-puff inputs, compatible with PS3, PS4, and Nintendo Switch via USB.

33400P-Protekt-Take-A-Long-Folding-Electric-Patient-Lift-05-Medfirst-Homecare.webp

Protekt Folding Patient Lift

Safely transfer your child from beds, chairs, or wheelchairs—at home or on the go. Designed with caregivers in mind, these lifts support up to 400 lbs and allow smooth transfers, even from the floor, with the touch of a button. 

download-1_edited.jpg

Philips Respironics T70 Cough Assist

Through noninvasive methods of alternating gentle positive and negative air pressure, the CoughAssist T70 clears secretions easier and more comfortable than suctioning, improving oxygen levels and reducing respiratory illness risk.

Stretto_Front_Base_Red Corvette_500x344px.png

Edge 3 Stretto Power Base

The Edge 3 Stretto® is the narrowest, most maneuverable power wheelchair in America—perfect for navigating tight spaces at home. Designed for kids, teens, and small adults, it features Smooth Ride Suspension for comfort, LED fender lights for visibility, and a USB charger port. With options for iLevel® power seat elevation, it’s a milestone in pediatric mobility.

cabin-and-hold-bundle-4.jpg

Phoenix Wheelchair Travel Bags

This complete wheelchair-compatible travel system comes with a 55L hold bag, 38L cabin bag, and backpack. The hold bag’s omni wheels and bracket connect seamlessly with the cabin bag for easy check-in and hands-free travel. 

X8-beauty-2.jpg

Sunrise Medical Extreme X8

A true all-terrain power wheelchair built for adventure. With 4x4 performance, powerful high-torque motors, and low-pressure knobby tires, it handles sand, snow, curbs, and rugged trails with ease. Perfect for camping, exploring, and enjoying the great outdoors.

Have A Device We Should Add?

Reach out to us today! We're constantly looking for new devices to help our community. Let us know what your household uses!

  • Facebook
  • X
  • Instagram

Thank you for the recommendation!

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":[{"comp-me8qqpt62":{"hidden":true},"comp-me8qqpst":{"isValid":true,"maxLength":100},"comp-me8qqpt02":{"isValid":true,"maxLength":100},"comp-me8qqpt11":{"isValid":false,"maxLength":250},"comp-me8qqpt14":{"isValid":true}}],"ssrStyleUpdates":[{"comp-me8qqpt62":{"visibility":"hidden !important"}}],"ssrStructureUpdates":[]},"pages":{"compIdToTypeMap":{"CONTROLLER_COMP_CUSTOM_ID":"AppController","comp-mdd9i52v1":"LoginSocialBar","comp-met05fpt":"WPhoto","comp-mcxugj5t4":"SiteButton","comp-mcxugj6b8":"WRichText","comp-me8ri557":"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-medizk5h2":"WRichText","comp-medizk5i3":"FiveGridLine","comp-me8qqps5":"WRichText","comp-me8qqpsa":"WRichText","comp-me8qqpsc1":"WRichText","comp-me8qqpsc6":"LinkBar","comp-medizk6212":"WPhoto","comp-medizk6310":"VectorImage","comp-medizk683":"WRichText","comp-medizk6814":"WRichText","comp-medizk6910":"StylableButton","comp-medj16u217":"WPhoto","comp-medj16u39":"VectorImage","comp-medj16u316":"WRichText","comp-medj16u48":"WRichText","comp-medj16u420":"StylableButton","comp-me8qqpst":"TextInput","comp-me8qqpt02":"TextInput","comp-me8qqpt11":"TextInput","comp-me8qqpt14":"TextAreaInput","comp-me8qqpt42":"SiteButton","comp-me8qqpt62":"WRichText","pageBackground_ezh00":"PageBackground","ezh00":"Page","comp-medizk5c":"ClassicSection","comp-me8qqprj":"ClassicSection","comp-medizk5k":"Repeater","comp-medj16tk":"Repeater","comp-me8qqprx":"StripColumnsContainer","comp-medizk5n5":"MediaContainer","comp-medj16u05":"MediaContainer","comp-me8qqps32":"Column","comp-me8qqpsp":"Column","comp-medizk5w1":"Container","comp-medj16u118":"Container","comp-me8qqpsq":"AppWidget","comp-medizk623":"Container","comp-medj16u28":"Container","comp-me8qqpsr1":"FormContainer","Containerezh00":"Group","DYNAMIC_STRUCTURE_CONTAINER":"DynamicStructureContainer","site-root":"DivWithChildren","main_MF":"DivWithChildren","ezh00_wrapper":"PageMountUnmount","ezh00_wrapper_background":"PageMountUnmount"}},"appsWarmupData":{},"ooi":{"failedInSsr":{}},"builderComponentsWarmupData":{}}</script> <!-- warmup data end --> <!-- presets polyfill --> <!-- detect browser zoom --> </body> </html>