RemoteMatch setup wizard

Install your AI remote job platform from the browser.

Configure the application, connect MySQL, create the first admin, run migrations, seed required records, and lock this copy to your domain.

Server requirements

@foreach ($checks as $check)
{{ $check['passed'] ? '✓' : '!' }}
{{ $check['label'] }} {{ $check['detail'] }}
@endforeach
@csrf

Installation details

These values are written to `.env`. Third-party API keys can be configured later from the admin settings panel.

@if ($errors->any())
{{ $errors->first() }}
@endif

Application

Database

First admin

After install, `/install` is locked and the app is bound to the selected domain.