layout page title Contact <script setup> import { VPTeamPage, VPTeamPageTitle, VPTeamPageSection, VPTeamMembers } from 'vitepress/theme' const members = [ { avatar: 'https://avatars.githubusercontent.com/u/5677755?s=400&u=e89905c3705b0743fa6f672791d1d5369e13743d&v=4', name: 'Chuan Qiu', title: 'Founder', links: [ { icon: 'github', link: 'https://github.com/eagleonhill' }, { icon: 'linkedin', link: 'https://www.linkedin.com/in/chuanqiu/' }, ] } ] </script> Our Team Velda is inspired by industry experts with over 10 years of experience in distributed systems and cloud computing. We're bootstrapped with sufficient funding to power your use cases. Contact us 📧 Email us at contact@velda.io 📅 Book a free consultation Star us on GitHub Connect on LinkedIn Follow us on X <style scoped> .icon { display: inline; height: 20px; width: 20px; margin-right: 5px } </style>