Privacy

Privacy Policy

Last updated 18 May 2026. Plain language, no boilerplate. If anything is unclear, email me at manikumarjami@gmail.com.

The short version

manikumarjami.com is a personal site. Most of it collects nothing. The Psychology Lab is the only part that asks for your email, and only when you opt in to receive your full assessment report. Your email and your scores are never stored on any database I control. They are used once, in transit, to deliver one email to you, and then they are gone.

Zero-storage commitment. As of 18 May 2026 the Labs submission flow does not write your email, name, scores, or any other field to a database. The serverless function that handles the submission validates your input, sends you one results email via Resend, and discards every value. Nothing to delete, because nothing was kept.

What this site collects, and when

Pages that collect nothing

The home page, all section pages (/about, /career, /portfolio, /skills, etc.), the DriveX case study, the blog index, and individual blog posts. Visiting these pages does not store anything about you on a server controlled by me.

The Psychology Lab

Six self-assessments live at /labs. They behave differently depending on the test:

What the unlock submission contains, and what happens to it

When you fill in the unlock form for the four gated tests, this data is sent to /api/submit as a one-shot request:

The submission handler does not write anything to a database. There is no audit row, no analytics row, no operator notification email. Your data exists in three transient places: the request body Vercel passes to the function (lives milliseconds), Resend's send pipeline (processes the email in transit per Resend's terms), and your own inbox (forever, because that is yours).

One narrow exception: to prevent abuse, the function keeps an ephemeral in-memory map of recent submission counts per IP, keyed on a 16-character SHA-256 hash of the IP. The window is one hour, and the map is wiped whenever Vercel cold-starts the function. The hashed IP is never written to disk and never sent to any third party.

Where the data goes

What stays in your browser only

The Psychology Lab uses your browser's localStorage for one thing only: saving your in-progress quiz answers so you can close the tab and resume later. Those keys are cleared automatically when you finish a test. The unlock state and your email are not stored on your device. Each visit requires a fresh email submission to unlock the deep report. Old keys from before 18 May 2026 are removed automatically the next time you open the lab.

Cookies and analytics

I use Vercel Analytics and Vercel Speed Insights to count page views and measure load performance. Both are configured for anonymous, cookieless tracking. They do not link your browsing to your identity. Vercel Analytics privacy.

I do not use Google Analytics, Facebook Pixel, or any third-party advertising trackers.

Retention

I do not retain Lab submission data on my own systems. The submission handler does not write to a database. The only persistence is:

If you want any of the above removed, contact the respective service directly, or email me at manikumarjami@gmail.com and I will help.

Your rights

If you are in the European Union or California, you have the right to access, correct, and delete personal data we hold about you, and to object to or restrict its processing. Email me at manikumarjami@gmail.com and I will respond within 7 days.

Children

The site and the Psychology Lab are intended for adults (18+). The Wellbeing screener is a clinical-grade screening tool and should be used only with adult judgement or under professional guidance.

Disclaimers

The Psychology Lab provides self-reflection tools, not clinical diagnoses. None of the assessments here are a substitute for a licensed mental-health professional. If you are in crisis, please contact a helpline: KIRAN 1800-599-0019 (India, 24/7), Vandrevala 1860-2662-345 (India, 24/7), AASRA +91-9820466726 (India, 24/7), or your local emergency services.

Updates to this policy

If I change anything substantive on this page I will update the "Last updated" date at the top. I will not silently change what data is collected or how it is used.

Contact

Email manikumarjami@gmail.com for any privacy question, deletion request, or correction.