FAQ

Initial product choices.

Why is the homepage simple?

For a WeTransfer-style product, the main task is uploading. Sales content moved to separate pages so the first screen stays focused.

How will custom subdomains work?

In the client package, users choose a short name. Once DNS and tenant routing are added, that record will resolve to their brand page. The data model is ready locally.

How will background customization work?

The brand wallpapers table stores image/video backgrounds, order, active state, and external links for each brand space. The upload panel can come next.

Where are files stored?

The app currently uses Laravel local private storage. Production should add S3-compatible storage and scheduled cleanup.

Does email send for real?

Locally it writes to the mail log. Add SMTP credentials and the same flow sends real email.

How do Turkish and English work?

/tr and /en routes use two language files. Turkish is the default locale.