How it works¶
Job Seeker Copilot uses a deliberately separated public architecture:
- www.jobseekercopilot.com provides the public website.
- app.jobseekercopilot.com provides the authenticated application.
- docs.jobseekercopilot.com provides these public guides through GitHub Pages.
- AWS hosts the website and application services.
- Stripe provides the hosted card-checkout boundary.
- Supported vacancy providers supply job adverts.
- OpenAI supports tailored document drafting after the user confirms the input.
Safety boundaries¶
Authentication and provider credentials remain on the server and are not published in this documentation or placed in browser-visible configuration. Payment card entry is handled by Stripe. Generated output is presented for user review rather than treated as a verified statement.
The public documentation repository contains generated static site files only. Private source history, operational runbooks, environment settings and credentials are not published with it.