Drop one script tag on your site. Instantly see every visitor as a glowing avatar wandering through your pages — mapped as rooms in a 3D house.
No analytics account, no cookies, no GDPR headache. Just a WebSocket and a few lines of code.
Map your URLs to room names — / = Home, /downloads = Downloads. Takes 30 seconds.
Copy one <script> tag into your site's HTML. Works with any stack — static, React, Next.js, WordPress.
Go to rooms.woodryda.com/your-id and watch avatars appear in real-time as visitors browse your site.
No account needed. No credit card. Just paste the snippet and you're live.
Everything you need to know about rooms.woodryda.com.
Short answer: Yes — by design, not just by policy.
rooms.woodryda.com was built with privacy as a technical constraint, not an afterthought. Here is exactly what happens when someone visits your site:
s-x7k2m9) that is stored only in sessionStorage — it is deleted the moment the browser tab is closed. It does not survive page reloads between sessions.Genuinely real-time — sub-second latency. The tracker script opens a persistent WebSocket connection to the server. When a visitor navigates to a new page, the event is pushed instantly and the avatar moves within milliseconds. There is no polling, no delay.
Yes. The tracker patches history.pushState and history.replaceState and listens to popstate, so it captures navigation in single-page applications automatically — no extra configuration needed.
A room is a visual representation of a page or section of your website in the 3D house. You define the mapping — for example /downloads.html = Downloads — and the system groups your pages into rooms. Multiple similar URLs can share one room (e.g. all /blog/post-* URLs map to a single Blog room).
Visitor session data (room, current page, last-seen timestamp) lives exclusively in the server's memory. It is never written to any database. If the server restarts, all session data is cleared. Sessions older than 3 minutes are automatically removed. Your site configuration (rooms mapping) is stored in Supabase.
No. When you register your site, you provide your domain (e.g. hyperate.io). The server checks the Origin header of every incoming WebSocket connection — if it does not match your registered domain, the connection is rejected immediately. Someone using your Site ID from a different domain gets nothing.
Yes, currently free. This is an early version — paid plans with higher visitor limits, longer session history, and custom branding may come later. Sites created now will be grandfathered in.
/sitemap.xml, /sitemap_index.xmlrooms.woodryda.com/your-id/ is the fallback (Home) room.