musaib-ch/Onboarder — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me an employee onboarding portal called OnboardHub in Flask.

I want admins to log in, create and manage employee onboarding, assign training, orientation, mentorship, and medical requirement items, and track what each person still needs to finish. Employees should be able to log in and see their own onboarding steps, upcoming events, and notifications.

Please include a simple admin setup flow, role based access, session timeout, database migrations, and a local SQLite setup that can also work with PostgreSQL later. Add reminder and notification support for onboarding events.

For training, orientation, and mentorship, let an admin schedule a meeting and optionally create a Zoom invite when Zoom credentials are configured. Store the meeting info in the portal so people can see it later.

Make it runnable locally with clear setup commands, seed scripts for basic admin data and requirements, and sensible security defaults. Look up current docs online if you need to.

Want more depth? Deep Reverse