HomeContact & Support

Contact & Support

Connect

Have feedback, feature requests, or encountered a bug? Drop us a message or reach out via our community channels.

Send a Message

Help & FAQ Quick Lookup

Can I self-host FlexiFile on my local network?

Yes. FlexiFile is a completely client-side static web application. You can clone our GitHub repository, build the static assets, and deploy them on your private intranet or cloud bucket (Vercel, AWS S3, GitHub Pages) without configuring any backend databases.

Is there an API or command-line interface (CLI) version?

Since all calculations run locally in the browser, we do not host a public web API. However, the core processing layers rely on standard npm packages (like @ffmpeg/ffmpeg, tesseract.js, and pdf-lib). You can inspect our source files to see how we wrap these APIs.

How can I request a new converter or editor tool?

Please open an issue on our GitHub repository using the "Feature Request" template. Our community reviews and votes on new client-side tools regularly.

Email Support

Have corporate or legal compliance questions? Drop us an inquiry.

support@flexifile.org

GitHub Repository

Report security issues, inspect Wasm modules, or contribute tools.

github.com/flexifile/sandbox

Twitter / X

Follow us for releases, library updates, and security logs.

@FlexiFileApp

Response SLAs

Security Vulnerabilities< 24 Hours
Bug Reports & Fixes1-2 Business Days
General Feedback2-3 Business Days

Secure Security Disclosures

Security researchers reporting local sandbox boundary bypasses or buffer-overflow vectors should encrypt messages using our PGP public key fingerprint:

F30D D560 E36A 1A9F 829E
F5A3 04E9 5410 B1F9 C2D0
🔒 Responsible Security Reporting: Since all file conversions, decoders, and encryption pipelines run client-side on your local browser machine, FlexiFile has zero server processing code. We have no remote server endpoints vulnerable to SQLi, RCE, or data leakage vectors.