The latest features, improvements, and updates to help you engage residents and simplify operations.

{/* Main Content */}
{loading ? (
) : entries.length === 0 ? (

Updates Coming Soon

We're working on exciting new features. Check back soon to see what's new!

) : (
{/* Sidebar */} {/* Main Content Area */}
{selectedEntry ? (
{/* Cover Image */} {selectedEntry.imageUrl && !selectedEntry.imageUrl.startsWith('data:') && (
)} {/* Content */}
Update {formatDate(selectedEntry.publishedAt)}

{selectedEntry.title}

{selectedEntry.summary && (

{selectedEntry.summary}

)}
) : (

Select an update to read more

)}
)}
{/* Footer */} ); } ReactDOM.createRoot(document.getElementById('root')).render();