Frequently Asked Questions
Does the public website do the heavy processing?
No. The architecture separates the public PHP website from the controlled processing worker.
What happens when the processor is offline?
The website remains available. Processing pages can show an offline message; queue behavior will be completed with the backend job system.
Can more tool categories be added later?
Yes. The tool page is dynamic and the processing side is plugin-oriented.
Will API access be available?
Yes. The developer architecture supports API keys, per-request pricing, subscriptions, quotas, rate limits, usage logs and asynchronous jobs.
Are third-party frontend assets required?
No. This frontend uses embedded CSS and JavaScript and does not require a public CDN.