HackerTrans
トップ新着トレンドコメント過去質問紹介求人

pbteja1998

no profile record

投稿

I built an AI agent squad to run my SaaS marketing

twitter.com
1 ポイント·投稿者 pbteja1998·5 か月前·1 コメント

Rewrote docs using AI by giving it access to our codebase

twitter.com
1 ポイント·投稿者 pbteja1998·9 か月前·0 コメント

Bolt-like tool for building your own MCP servers

twitter.com
2 ポイント·投稿者 pbteja1998·昨年·0 コメント

Create and deploy MCP servers without writing code

mcpify.ai
1 ポイント·投稿者 pbteja1998·昨年·0 コメント

Show HN: Create and deploy MCP servers using AI – without writing code

mcpify.ai
1 ポイント·投稿者 pbteja1998·昨年·0 コメント

Show HN: MCPify – Bring your MCP server ideas to life

mcpify.ai
2 ポイント·投稿者 pbteja1998·昨年·0 コメント

RAG as a Service

ragaas.dev
2 ポイント·投稿者 pbteja1998·2 年前·0 コメント

Sold my first indie SaaS for $250k

old.reddit.com
2 ポイント·投稿者 pbteja1998·2 年前·3 コメント

Show HN: SiteGPT – Create ChatGPT-like chatbots trained on your website content

sitegpt.ai
118 ポイント·投稿者 pbteja1998·3 年前·96 コメント

AI Chrome extension that lets you write blog posts in Notion

chrome.google.com
1 ポイント·投稿者 pbteja1998·4 年前·0 コメント

コメント

pbteja1998
·5 か月前·議論
I run SiteGPT and recently set up a system where multiple AI agents with specialized roles (copywriter, SEO, researcher, etc.) work together on marketing tasks. One lead agent coordinates everything. Wrote up how it works and what we've done so far.
pbteja1998
·2 年前·議論
https://old.reddit.com/r/SaaS/comments/1dk7i2h/sold_my_2_yea...

For some reason, the url is going to wrong place. This is the correct URL.
pbteja1998
·2 年前·議論
Oh… not sure why.
pbteja1998
·3 年前·議論
Yeah. Embeddings is also a part of the workflow.
pbteja1998
·3 年前·議論
Yeah, chatbot can only be as good as the content that is in the website. If the chatbot didn't answer it properly, that's because I did not have content on the website to answer this question.
pbteja1998
·3 年前·議論
Yes, technically it will index everything if it's just a single page. Some people have already started abusing it like that. I need to put in place some restrictions for that.

Assume you have multiple products. You can't give the content of both these websites to a single chatbot, right? For example, if someone asks chatbot about "What's the pricing", should it give the pricing of first product or second product?

In cases like this, it makes sense to create multiple chatbots (one chatbot for each website) and keep the content separate.
pbteja1998
·3 年前·議論
I understand. In that case, the only way is to subscribe to the $19/month plan and try it out for yourself. You can cancel anytime you like with the click of a button.
pbteja1998
·3 年前·議論
I am an indie bootstrapper, so no VC money haha.

Right now, there is no way to add your own API key. I will try to look into this option in the future.
pbteja1998
·3 年前·議論
Yes, it's a multi step process. The first step is to figure out which chunks of text is relevant to the question. Then we can generate answer based on that.
pbteja1998
·3 年前·議論
I index everything. I don't pick and choose. Like I said, I do pre-processing to scrape the entire website content.

When the user asks, I try to get the relevant bits and answer the question based on that.
pbteja1998
·3 年前·議論
Yes, my target audience are no-coders or anyone who just wants something ready to integrate on their website without handling any infra on their own.

Some of the customers I got are non-technical people. So it was perfect for them.

They get a very good chatbot even if they don't know how to code.
pbteja1998
·3 年前·議論
Yes, I understand. I will give you the same option as the previous person. Please give me a sample webpage, just one web page and I will create a chatbot for that webpage, and post the chatbot link here.
pbteja1998
·3 年前·議論
I got this request from so many users already. So I will be adding a button inside the chatbot which says "Talk with Human", that will trigger Crisp/Intercom or whatever live chat the website owner has configured.

It's already in the plans.
pbteja1998
·3 年前·議論
The chatbot can only be as good as the website content. But this is also a good thing.

This is an opportunity for the chatbot owner to add more relevant content to the website.

They don't have to think about what content to add. They can just see what questions the visitors have about their website and can add/edit their website content based on that.

After adding the improved content, retraining the chatbot with the new content will be as easy as clicking a button.
pbteja1998
·3 年前·議論
Yes, you are right. It's not possible to give the entire content in a prompt. A users' site can have a lot of pages and each page can potentially be super long.
pbteja1998
·3 年前·議論
Not exactly. Given one of my plans has 5000 pages, it is not possible to just paste the entire content in a prompt. Open AI API has a max tokens limit.

I will first do some pre-processing on the content and fetch the relevant pieces of content before giving it as a prompt to the API.
pbteja1998
·3 年前·議論
Yeah, I didn't know how much that is going to cost me if I added a free trial. But I can create a demo for you if you like. Give me an example web page link for which you want the chatbot.

I will create one and post the link here. Just a single page url.
pbteja1998
·4 年前·議論
Are you sure you saw Feather 1 year ago? Maybe you saw an older version of Feather.

Feather is only 6 months old.
pbteja1998
·4 年前·議論
For adding a blog, you can try and use https://feather.so

This uses Notion as the CMS for your blog.
pbteja1998
·4 年前·議論
For tech or dev articles, https://hashnode.com/ is the best platform. It supports adding custom domains and it also has a very active community.

If you use Notion to write your articles, you can check out https://feather.so. It converts your Notion pages and builds a blog out of it. You can then assign your own domain to it.

https://ghost.org/ is also another excellent option that you can check out.