althafSpider/peak-self — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build out this PeakSelf project from the starter into a working app focused on passwordless sign in. Please read the implementation plan PDF in the repo first and follow it as the source of truth.

I want the web app to feel like a real product, not a template. A visitor should land on a clean PeakSelf welcome page, enter their email, receive whatever passwordless login flow the plan describes, then land in a simple protected dashboard after signing in. They should also be able to sign out, and blocked pages should send them back to sign in.

Keep it TypeScript based and use the existing monorepo setup with the shared UI package where it makes sense. Replace the starter content in the web app, and make the docs app explain how the authentication flow works and how to run it locally. Add any needed environment variable examples and basic error states so it’s understandable for someone testing it. Look up current docs online if you need to.

Want more depth? Deep Reverse