frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

ActivationKit – AI agent replaces manual tooltip tours with one script tag

1•activationkit•1h ago
I built an AI-powered user guidance tool that replaces Pendo/Appcues/WalkMe. One script tag install. No manual flow authoring.

  The core design principle: observe the DOM, never require host cooperation. The AI reads disabled buttons, aria-disabled attributes, locked classes, hidden
  elements — everything the app already shows. Zero config from the host app beyond the script tag.

  How it works:

  1. You add <script>ActivationKit('init', { apiKey: '...' });</script>
  2. The SDK extracts your page structure (elements, roles, sections, navigation) using a DOM extractor
  3. An AI enrichment pass builds a product schema from the extraction
  4. When a user asks a question or needs help, a three-tier decision pipeline handles it:
    - Tier 1 — Rules (<10ms): 12 deterministic rules (welcome nudge, idle help, form abandonment, feature discovery, etc.)
    - Tier 2 — Cache (<50ms): Context-hash keyed response cache with quality scoring
    - Tier 3 — LLM (500-2000ms): GPT-4o-mini with structured JSON output, only called when rules and cache miss

  ~70% of requests resolve without touching the LLM.

  The feature I'm most excited about: on-demand tour generation. If a user asks "give me a tour of the wallet features" and no pre-built tour exists, the LLM
  generates 3-5 step tours inline from the page's known elements. The SDK renders them immediately. No manual authoring, works for any page, any topic.

  Architecture decisions:
  - Shadow DOM (closed mode) for CSS isolation — the widget never breaks the host app's styles
  - Hono on Fly.io (not Vercel) — SSE needs long-lived connections
  - TypeScript monorepo (SDK + API + Dashboard)
  - Neon Postgres with pgvector for semantic element retrieval
  - SDK is 30KB gzipped, vanilla JS, framework-agnostic

  What's different from existing tools:
  - Pendo/Appcues/Chameleon require you to manually build every tooltip flow. ActivationKit generates guidance automatically.
  - WalkMe costs $50K+/yr. ActivationKit is $29/mo.
  - CommandBar (only real AI competitor) was acquired by Amplitude in 2024. Their roadmap is frozen.

  Pricing: Free plan (25 conv/mo), upgrade anytime. Pro $29/mo, Business $99/mo.

  Stack: TypeScript, Hono, Next.js 15, Neon Postgres, GPT-4o-mini, Fly.io, Vercel. 437 tests + 6 Playwright E2E.

  Looking for feedback, especially from anyone who's struggled with Pendo/Appcues maintenance overhead. What would make you switch?

  https://activationkit.com

Rowspace launches with $50M to help investors scale their alpha with AI

https://www.rowspace.ai/blog/series-a
1•rattray•45s ago•0 comments

White House list of media offenders

https://www.whitehouse.gov/mediabias/
1•sensanaty•1m ago•0 comments

AI-Assisted Jira Workflows and One-Shot Fixes with Kotlin Koog and OpenAI Codex

https://bitmovin.com/blog/ai-developer-workflows-jira-to-pull-request/
1•slederer•1m ago•0 comments

AI helps scam centers evade crackdown in Asia and dupe more victims

https://www.japantimes.co.jp/news/2026/02/10/asia-pacific/crime-legal/ai-scam-centers-asia-victims/
1•PaulHoule•2m ago•0 comments

Why Email Spam Looks Better Than Usual These Days

https://tedium.co/2026/02/25/vibe-coded-email-spam/
1•speckx•2m ago•0 comments

Show HN: Breathwork Tools – A free breathwork timeras a single HTML file

https://breathwork.tools
1•talktoconor•3m ago•1 comments

Why do office chairs have 5 legs? [video]

https://www.youtube.com/watch?v=kKt46Lch2bo
1•vinhnx•3m ago•0 comments

Our Computer Using agent just solved CAPTCHA up to Level 6

2•PrateekJ17•5m ago•0 comments

Long-term brain effects of Covid-19 vs. flu-key differences

https://medicalxpress.com/news/2026-02-term-brain-effects-covid-flu.html
1•bikenaga•6m ago•0 comments

Show HN: CMS-free in-place editable websites with Svelte (v2)

https://editable.website
1•_mql•7m ago•0 comments

MAME 0.286

https://www.mamedev.org/?p=560
3•chungy•8m ago•0 comments

Electric buses are passing a brutal cold-weather test in Wisconsin

https://grist.org/transportation/electric-buses-are-passing-a-brutal-cold-weather-test-in-wisconsin/
4•speckx•8m ago•1 comments

New technique to easily partition CSV files for parallel processing

https://github.com/medialab/xan/blob/master/docs/blog/csv_base_jumping.md
3•Yomguithereal•10m ago•0 comments

Show HN: How Much Did It Cost? Your Project on AI

https://dosaygo-studio.github.io/HMDIC/
2•keepamovin•10m ago•1 comments

Meta frees React to live in its own foundation

https://www.theregister.com/2026/02/25/meta_sends_react_to_live/
5•EDM115•11m ago•1 comments

CoreCollective for the next era of open collaboration for the Arm SW ecosystem

https://newsroom.arm.com/blog/introducing-corecollective
2•fork-bomber•11m ago•0 comments

Tax credits for solar panels are available, but the catch is you can't own them

https://www.npr.org/2026/02/20/nx-s1-5649474/solar-panel-tax-credit
2•toomuchtodo•12m ago•0 comments

Show HN: ShouldISwap – Compare crypto pair rates against historical averages

https://shouldiswap.com/
2•Herbyg•12m ago•0 comments

We Are the One and Only You

https://onefoottsunami.com/2026/02/25/we-are-the-one-and-only-you/
2•zdw•12m ago•0 comments

Dwitter Beta – Creative coding in 140 characters

https://korben.info/dwitter-beta-creative-coding-javascript.html
2•KilledByAPixel•12m ago•0 comments

Ghostly UV sparks light up forests as thunderstorms pass overhead

https://www.scientificamerican.com/article/ghostly-uv-sparks-light-up-forests-as-thunderstorms-pa...
2•mudil•13m ago•0 comments

Tell HN: I launched a focus app on Kickstarter – what I learned about friction

2•artzev_•15m ago•0 comments

CHERIoT Rust: Status update #0

https://rust.cheriot.org/2026/02/15/status-update.html
2•remexre•16m ago•0 comments

The CHIPS Act Spends $52.7B on Fabs but $0 on Defending Them from Ransomware

https://thehgtech.com/articles/semiconductor-ransomware-chips-act-2026.html
2•thehgtech•17m ago•0 comments

Show HN: Dance of Tal V2 – Dependency injection and lockfiles for AI agents

https://github.com/dance-of-tal/dance-of-tal
1•monarchjuno•18m ago•1 comments

Trump made tax day more complicated. ChatGPT and Claude can make it easier

https://www.vox.com/life/480317/trump-taxes-chatgpt-claude-turbotax
1•speckx•18m ago•0 comments

Turning a 2 ton robot into a 3D printer [video]

https://www.youtube.com/watch?v=peY_KK_nGc8
1•rmast•18m ago•0 comments

Show HN: Nosh – Fast native shell with built-in AI (natural language commands)

https://github.com/TryNosh/nosh
1•pouya-eghbali•18m ago•0 comments

"A file is an app" – Selfware, a unified file format for the Agent eramory)

https://github.com/floatboatai/selfware.md
3•floatboat•19m ago•1 comments

Show HN: Read the Room, a FOSS human bioindicator

1•soudk•19m ago•0 comments