Testimonials – Custody Buddy

“Custody Buddy has been a lifesaver in organizing all the incidents with my ex. The professional summaries made it so much easier to present my case in court.”

– Sarah L.

“Using Custody Buddy, I was able to clearly document the patterns of behavior that were affecting my child. Highly recommend this tool to any parent in a similar situation.”

– Michael T.

“The incident reporting feature helped me stay objective and focused during a very emotional time. It made communication with my lawyer much more effective.”

– Jessica M.

document.addEventListener('DOMContentLoaded', () => { const observer = new IntersectionObserver( entries => entries.forEach(e => { if (e.isIntersecting) { e.target.classList.add('cb-visible'); observer.unobserve(e.target); } }), { threshold: 0.25 } ); document.querySelectorAll('.cb-card').forEach(c => observer.observe(c)); });