One line of code.
Every visitor gets a practice button.

Add Lalophos to your site. When a visitor is on a page about job interviews, sales, pitching, or negotiation, a contextual "Practice" button appears automatically — matched to exactly that conversation. They click, they practice, they return better prepared. You added nothing after the first line.

<script src="https://lalophos.onrender.com/network.js"></script>

What it does

Context detection
Reads your page title and content. Identifies the relevant conversation type. No page scraping — reads the same text your visitor sees.
Button injection
A small fixed button appears in the bottom-right corner. Matches your site's dark or light mode. Dismissible — one click to close, stays closed for the session.
Zero friction
Visitor clicks. Lalophos opens in a new tab with the right scenario pre-selected. No sign-up. No install. Nothing to download.
No appearance if irrelevant
The button only appears when at least two strong signals indicate a communication-practice context. General content pages see nothing.

Scenarios it detects

Job Interviewinterview · hiring · recruiter · resume · career
Salary Negotiationsalary · compensation · raise · offer letter · equity
Investor Pitchstartup · pitch · vc · funding · traction · ml · research
Cold Call / Salessales · outreach · pipeline · prospecting · proposal
Client Objectionclient · objection · procurement · contract · renewal

Privacy & legal

The script does not set cookies. It does not collect personally identifiable information. It reads your page's publicly visible text to determine context — the same text any visitor reads. The only data that leaves the visitor's browser is the detected scenario type and the current page title, sent as URL parameters when the visitor clicks the button. This is functionally equivalent to any outbound link on your page.

The script uses sessionStorage (not localStorage, not cookies) to remember a dismissal for the current browser session. This does not require consent under the ePrivacy Directive as it is technically necessary for the feature's operation and contains no personal data.

If you want to mention the embed in your privacy policy, you can use this text:

We share anonymized communication context with Lalophos to show users a contextual practice button. No personally identifiable information is collected or shared. Users can dismiss the button at any time.

Where it works well

Job boards and career sites. Sales enablement and CRM tools. Startup communities and investor newsletters. University career centers. Coding interview prep platforms. HR and recruitment tools. Any site where the content is directly related to a high-stakes conversation.

It does not appear on pages that do not contain enough relevant signals. You do not need to configure anything — the script decides context automatically.

How to add it

Paste the script tag before the closing </body> tag on any page where you want the button to appear. It can go on every page — it self-filters.

<script src="https://lalophos.onrender.com/network.js"></script>

That is everything. No account. No API key. No configuration. The script updates automatically when you pull from the same URL.