I need a lightweight web tool or local software that lets me type a few text-and-number fields into a form and instantly receive a neatly formatted, minimalistic PDF report that carries the same colours, fonts, and logo treatments as my existing website (react js, node js). Just a radar chart used in my web page. I also want one login page, a password-reset flow (email link or token is fine), and a simple dashboard where a user can create a “task” record and assign a few people to it. This would include their name, have a star rating which the user can set, and add free-text notes. Tasks should be stored in a lightweight database so they persist between sessions. This would be added to my existing webapp. Also just want to add my tos and privacy policy to the web app before checkout. Have it ready just want to display it. Key deliverables: • Responsive form that captures manual input and triggers PDF generation (jsPDF, PDFKit, wkhtmltopdf, or a comparable library—happy to hear your suggestion). • PDF template matching my site’s theme with minimalistic styling. • Auth system with sign-up, sign-in, and forgot-password endpoints. • Task page: create, edit, and delete tasks where each task can have multiple people assigned. • Brief setup guide so I can deploy the solution on my own. • Adding tos and privacy policy to the web app Acceptance criteria: 1. Submitting the form produces a downloadable PDF whose layout matches an approved mock-up exactly. 2. All auth and task actions work without page reload errors and are protected against common exploits (CSRF, SQL injection). 3. Code is clean, documented, and uses environment variables for secrets. 4. A readme walks me through installation, database migration, and theming tweaks in under 15 minutes. I will provide access to my site’s style guide, logo files, and a sample report layout as soon as we start.