📦 Overview
This repository provides dynamically-loaded rental requirements and application process content for Seattle rental properties. Changes made here propagate instantly to all property websites via GitHub Pages CDN.
3
Active Properties
<5min
Update Propagation
~5KB
Total File Size
🌐 CDN Endpoints
Content is served from these GitHub Pages URLs:
Rental Requirements:
https://seattle-rental-tos.wildwinghomes.com/content/rental-requirements.html
https://seattle-rental-tos.wildwinghomes.com/content/rental-requirements.html
Loader Script:
https://seattle-rental-tos.wildwinghomes.com/loader.js
https://seattle-rental-tos.wildwinghomes.com/loader.js
✨ Key Features
⚡ Instant Updates
Change content once, all sites update within 5 minutes via CDN
🎯 Single Source of Truth
Legal requirements managed centrally with full audit trail
🔧 Property-Specific
Flexible parameterization for income multipliers and pet policies
🔍 SEO-Preserved
Full content in noscript tags for search engine visibility
🚀 Zero Deployment
No rebuilds or redeployments needed for shared content updates
🌍 CDN-Backed
Fast global delivery via GitHub Pages infrastructure
🚀 Quick Integration
Add this to your site's footer:
<!-- Rental Content Loader -->
<script src="https://seattle-rental-tos.wildwinghomes.com/loader.js"></script>
<script>
loadRentalContent({
income_multiplier: '3',
pet_policy: '<li>Your pet policy here</li>'
});
</script>
⚙️ Configuration Parameters
Available customization options:
income_multiplier- Income requirement (e.g., '2.5', '3')pet_policy- Property-specific pet rules (HTML)additional_utilities_note- Optional utility notes (HTML)cosigner_note- Optional cosigner requirements (HTML)exceptions_note- Exceptions policy text