TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Eesel – Federated search without API integrations

54 pointsby amoghsalmost 3 years ago
Hey there! Amogh here from eesel (<a href="https:&#x2F;&#x2F;eesel.app" rel="nofollow">https:&#x2F;&#x2F;eesel.app</a>). eesel filters your browser history to show the docs you need for work, right in your new tab. You can see recent docs, filter by app or search by title or content.<p>We&#x27;re trying to solve a pretty universal problem. Everyone&#x27;s work is spread across apps - there&#x27;s a project brief in Google Docs, issues in Jira, a mockup in Figma, PRs in GitHub - and with this kind of sprawl, it can be a game of trial and error to find the links we need to do our job. Trying keywords in the address bar only works if we remember the title and it&#x27;s specific enough, search in apps can be slow and noisy, company &quot;knowledge hubs&quot; in Confluence or Google Drive are usually not up to date, and we ultimately just ping each other on Slack to find things.<p>I was struggling with this acutely as a PM at Intercom, and it felt ridiculous that I could search the web faster than my company&#x27;s docs.<p>It was around this time that I also discovered an Effective Altruism blog post on Operations (<a href="https:&#x2F;&#x2F;80000hours.org&#x2F;articles&#x2F;operations-management&#x2F;" rel="nofollow">https:&#x2F;&#x2F;80000hours.org&#x2F;articles&#x2F;operations-management&#x2F;</a>) and how &quot;maximising the productivity of others in the organisation&quot; can have this multiplier effect for your own impact.<p>That&#x27;s when it clicked - here&#x27;s an &quot;operations&quot; problem that felt tractable for my skills and I could potentially multiply my impact by solving it. This is what gave the conviction to prototype something on the weekends, and things spun off from there.<p>Let&#x27;s talk about the solution more. The magical thing about eesel is that we don&#x27;t use APIs.<p>When it comes to &quot;search across apps&quot;, integrating with different APIs is a pretty default way to approach things. That&#x27;s how we started, but things felt uneasy - could we really build API integrations with _everything_? There&#x27;s so much out there, and this list is pretty much always changing.<p>If we really did want a search across all work apps, we&#x27;d have to play catch up with old and new APIs. You could argue that these were just the schleps (<a href="http:&#x2F;&#x2F;www.paulgraham.com&#x2F;schlep.html" rel="nofollow">http:&#x2F;&#x2F;www.paulgraham.com&#x2F;schlep.html</a>) we had to overcome, but it was amidst this we realised that uh, the browser exists.<p>We mostly work in the browser, and the great thing about it is that it&#x27;s built on web standards. From HTTP and URLs to HTML and CSS, all apps in the browser follow the same predictable patterns: documents are accessed via URLs, content lives inside the HTML, there&#x27;s a page title, there&#x27;s a favicon, and so on.<p>It&#x27;s not a perfect replacement for APIs, but it felt good enough. We didn&#x27;t need to manually integrate with each app, and could instead rely on existing web standards. And that&#x27;s what we did. eesel works with any app in the browser, including apps without APIs (like that internal company tool), or apps that don&#x27;t exist yet (the new Product Hunt hit).<p>Not using APIs also meant that we could go an extra step with privacy - eesel works fully locally by default and you don&#x27;t need to login to _anything_ (even eesel!). Simply install and it works.<p>We want to keep building on this approach and improve how we work in the browser. For instance, eesel uses keywords to automatically organise pages into Folders, and there&#x27;s Commands to take actions (spoiler: you can customise a JavaScript to inject on a page, like this script that goes to a Notion backlog and clicks the &quot;New&quot; button - <a href="https:&#x2F;&#x2F;eesel.notion.site&#x2F;Notion-New-page-f10c7398209544088a0d9fee5dd1051c" rel="nofollow">https:&#x2F;&#x2F;eesel.notion.site&#x2F;Notion-New-page-f10c7398209544088a...</a>).<p>Alright, that&#x27;s a lot of writing from us. We have a bunch of ideas, and would love to hear about where you think we should take this next.

9 comments

ssriramalmost 3 years ago
Cool stuff. Played around with it and here are some comments<p>Must have before I&#x27;m comfortable sharing with team - Could not figure out how to edit the rules for a folder once created, had to delete the folder and recreate to get to rules - Did not like that eesel took over my start page, I had a different start page and if i tried to keep my old start page it disabled the extension - This will likely be a blocker - I&#x27;d like to see much more granular control over what is being seen&#x2F;indexed&#x2F;shared from my history and since I use more than one profile to keep things separate, I&#x27;d like to see a way to separate personal profiles from team&#x2F;workspaces<p>Nice to have (eesel-for-developers): plugins: I&#x27;d like a way to customize the pages&#x2F;rules etc - maybe add custom javascript etc. cli: that allows me to programmatically create a folder with url&#x27;s - inspect folders, move between folders etc. vscode-extension: to create ephemeral light-weight folders that bring source code files (github&#x2F;bitbucket urls), jira ticket urls, documentation urls all together in one folder<p>Great start!
评论 #32137411 未加载
jzittelalmost 3 years ago
Sick demo, really like how clean it looks and how easily you can get started with eesel (just installed it to give it a try).<p>Would be really interesting to see how you can make eesel&#x27;s search available in third-party apps. E.g. in Slack to quickly share a particular URL without having to leave the app.
评论 #32114521 未加载
clonalmost 3 years ago
Caught my attention as eesel means donkey in my mother tongue. Privacy policy and terms of service links lead nowhere. Does not seem like those topics are considered seriously, just to make the footer look right. Seems like a scam.
评论 #32114011 未加载
rgbrgbalmost 3 years ago
Incredible product demo [0] and clean design, congrats on launching!<p>The onboarding looks so smooth because you pull so much context from browser history. Impressively simple.<p>My technical question is how you get the feed to work (or maybe I&#x27;m misunderstanding what it is) if you&#x27;re not receiving updates from an app. When someone else makes an update to a google doc, how does eesel know and push a feed update?<p>[0]: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=WLWCTjkmxgM&amp;feature=youtu.be" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=WLWCTjkmxgM&amp;feature=youtu.be</a><p>edit: FWIW I&#x27;d def install this but I mainly work in safari
评论 #32114186 未加载
roomymyalmost 3 years ago
Slick product, I saw your blog and was wondering how did you create a Mercury account as a foreign founder?
评论 #32114484 未加载
2Gkashmirialmost 3 years ago
nice. i tried it on firefox. it did not show me tabs that were in the private windows, only ones in the &quot;non-private browsing&quot; one which kinda isnt for me as i do most of my work in the private browsing windows during the day. Maybe you can add support for that
评论 #32113567 未加载
评论 #32114066 未加载
em-beealmost 3 years ago
i tried to use it, but i didn&#x27;t get very far since i don&#x27;t use any of the apps that were supported. i&#x27;d be interested in something more generic that would just let me search through my whole history and save the search result as a new folder.<p>that would be incredibly helpful. that&#x27;s how i work with email too. being able to group all my history into folders would allow me to reduce the number of tabs that i keep open now just so i can find them easier.
评论 #32137428 未加载
Amareshalmost 3 years ago
Looks interesting cos I live in Chrome, often have a lot of tabs open and it could help find things. If it runs fully locally, how do the team features work?
评论 #32114415 未加载
xanderjakeqalmost 3 years ago
installed eesel a couple months ago. really helpful to quickly find documentation pages when coding. it fits right into my workflow.<p>hoping for more keyboard shortcuts xD
评论 #32114692 未加载