@extends('layouts.public') @section('title', 'Contact Us - FinAegis Support') @section('seo') @include('partials.seo', [ 'title' => 'Contact Us - FinAegis Support', 'description' => 'Contact the FinAegis team for technical support, partnership inquiries, or to report issues. Community support for our open-source core banking platform with 42 domain modules.', ]) @endsection @push('styles') @endpush @section('content')

Contact Us

Share your feedback, report issues, or ask questions about FinAegis. Our community and team are here to help.

Email Support

General inquiries & support

info@finaegis.org

GitHub Issues

Report bugs & features

Create Issue

Community Forum

Join discussions

Visit Forum
@if(session('success'))

{{ session('success') }}

@endif

Send us a message

@csrf

Max file size: 10MB. Accepted formats: PDF, PNG, JPG, DOC, DOCX

Response Time: We typically respond within 24-48 hours during business days.

Open Source Project

FinAegis is open source and community-driven

Contribute Code

Help us build the future of democratic banking. Review our code, submit pull requests, and improve the platform.

View Repository →

Report Issues

Found a bug or have a feature request? Let us know on GitHub so we can improve the platform.

Create Issue →

License: MIT Open Source License

@endsection