FriendlyPhotons makes electromagnetic radiation visible in your everyday spaces — homes, hotels, offices, schools, and everywhere in between.
See how it works
{places.map((p, idx) => (
{p.type}{p.name}{p.level}{p.label}
{p.source
?
: }
))}
You
{HERO_SOURCES.map((src, i) => (
))}
);
}
// ── STAKES — full-bleed immersive photography band ───────────────────────────
function RStakes() {
return (
The air around you is alive with invisible energy.
Every building you enter, room you sleep in, and street you walk on has an electromagnetic environment. Some are quiet. Some aren't. Until now, there was no easy way to know the difference.
You can't see it, but it's everywhere.
);
}
// ── ANSWER — product spotlight; rating diagram tucked behind a right-column tray ─
function RAnswer({ rating = "noisy" }) {
const R = RD_RATING[rating] || RD_RATING.noisy;
const [open, setOpen] = React.useState(false);
const [inview, setInview] = React.useState(false);
const secRef = React.useRef(null);
React.useEffect(() => {
function onClick(e) {
const a = e.target.closest && e.target.closest('a[href="#how"]');
if (a) { e.preventDefault(); setOpen(true); if (secRef.current) secRef.current.scrollIntoView({ behavior: "smooth", block: "start" }); }
}
document.addEventListener("click", onClick);
if (typeof location !== "undefined" && location.hash === "#how") { setOpen(true); setTimeout(() => secRef.current && secRef.current.scrollIntoView({ behavior: "smooth" }), 300); }
let io;
if (secRef.current && "IntersectionObserver" in window) {
io = new IntersectionObserver((es) => es.forEach((en) => { if (en.isIntersecting) setInview(true); }), { threshold: 0.3 });
io.observe(secRef.current);
} else { setInview(true); }
return () => { document.removeEventListener("click", onClick); if (io) io.disconnect(); };
}, []);
return (
Rose Middle School
ELF{R.elf}mGPowerlines & electrical
RF{R.rf}mW/m²Cell towers & wireless
EMR rating{R.level}{R.label}
{RD_SCALE.map(s => (
{s.n}
))}
QuietBlaring
Two readings, distilled into one number.
FriendlyPhotons makes it visible.
Contributors with EMF meters take readings everywhere they go — homes, parks, hotels, schools, offices. We distill what they find into a single rating, from 1 (Quiet) to 5 (Blaring), that anyone can read at a glance — one for every place on the map.
That rating blends the two kinds of energy in the air: Extremely Low Frequency (ELF), which radiates from powerlines and electrical wiring, and Radio Frequency (RF) from cell towers, Wi-Fi, and wireless devices. You don't need an EMF meter or a background in physics to make sense of it.
);
}
// ── WHO IT'S FOR + WHAT YOU DO (merged) ──────────────────────────────────────
function RWho({ personas = "statements" }) {
const usecases = [
{ icon: "activity", who: "Citizen scientists", why: "concerned about the environment." },
{ icon: "bulb", who: "The curious", why: "who want to make informed choices." },
{ icon: "school", who: "Parents", why: "checking a new school." },
{ icon: "home", who: "Renters", why: "touring an apartment." },
{ icon: "bed", who: "Travelers", why: "vetting a hotel room." },
{ icon: "building", who: "Remote workers", why: "picking a place to work." },
];
return (
For anyone who cares about what's in the air around them.
Whether you're a citizen scientist concerned about the environment, or a health-conscious traveler looking for a quiet night's sleep, there's a place for you here.