
Excelly-AI
Transform text into powerful Excel formulas!
We now tried some viral marketing on TikTok and it seems to work better than other channels like content marketing via Instagram.
This is the profile: https://www.tiktok.com/@excelly_ai
Two of our videos reached 20k views each in the time span of a few days. I bought 12k via $15 ads to try it out, the rest came organically. I would probably not buy ads here anymore because the other video got 20k views all by itself.
Also a cool side effect: The video has no direct "call to action" button or clickable link to website. This way all traffic came via "organic" searches and now if you google "Excelly", our website pops up first.
Any feedback for further improvements?
Hi, we recently implemented two new feature in Excelly-AI:
- You can now upload your *.xlsx files and therefore ask meaningful questions about your very own spreadsheets
- You can now specify the columns of your spreadsheet
Until now, you had to write non-intuitive prompts like "Average of all values in column B, divided by the total of all values in D and E" - who wants that?
Now, you can just write semantically meaningful prompts this way:
"Average salary of all employees in the US above age 30"
With this feature, we want to differentiate ourselves from both the competition and ChatGPT. We also want to make the user experience way more intuitive.
Here's a video of the feature in action (28s video):
https://youtu.be/78-538zmWhw
Any feedback appreciated!
1 Like
Comment
Hi everyone, it's been a while since I last posted.
I am happy to announce that we got our first few customers 🥳 (we got our first customer around two weeks ago)
The conversion rate from free to premium is around 4%, which I think is pretty neat!
The current problem is that the customers came from ads, and the amount I need to spend to acquire one customer is below the life-time value of one sale.
This means that I need to either get way more organic traffic, or get leads for less money.
=> I started content marketing via instagram: https://www.instagram.com/excelly_ai/
I will upload daily Excel and Google Sheets tips here to provide value and grow my audience.
Another good thing to do would probably be viral marketing, but I don't have experience here so far.
I will definitely keep posting updates here!
1 Like
Comment
We tried Reddit Ads and Facebook Ads, each for one week, with nearly the same budget.
This is the result:
Redit Ads: ~200 clicks with a cost per click of 0.15€
Facebook Ads: ~1100 clicks with a cost per click of 0.0359€
This means that Facebook Ads outperformed Reddit Ads by far for us in terms of CPC and total clicks.
2 Likes
3 Comments
3 Comments
-
2
But what traffic is better?
-
2
Good question. I do not have my conversion tracking in place yet (definitely on the top of my TODO list)
-
-
1
Hey! Where are you getting the information on the clicks from?
I recently found out that for example for Facebook, they don't always give you the real clicks but rather an estimate (even if they can mesasure it).
I ran a campaign that said 500 clicks but my analytics said way less than half.
I've done a lot of facebook ads many years ago, and now I'm back in the game and I could't believe the huge difference. It never coincided exactly, but it was a lot closer than this
My advice would be to check out Analytics if you have it installed to get a clearer picture. There you can also see time on page, bounce, etc to understand the quality of the traffic.
Good luck!
The ChatGPT API is finally released!
Here is how you use it in Python: https://imgur.com/a/cw6TZl5
Don't forget to import it via import openai. If you were already using openai, you need to upgrade it to be able to use their new API :) It's as simple as pip install --upgrade openai.
6 Likes
Comment
Two great updates for Excelly-AI:
- Many people reported that it's very inconvenient for them to have to use Slack, and they would much rather just have a web interface. We implemented that now :)
- We now implemented the new ChatGPT API by OpenAI (GPT-3.5-turbo), meaning that our formula generation and explanation is now way more powerful!
Since we no longer rely on Slack, and also offer a free version (up to 10 daily formulas), signing up and using Excelly-AI now only takes two minutes.
Here is a quick showcase video: https://youtu.be/rv6M5HjBv04
If you want to check it out, here is the link: https://excelly-ai.io/
We would appreciate any kind of feedback! :)
2 Likes
2 Comments
2 Comments
-
2
Congrats on your launch! Does it work with Google sheets as well?
Also, would be curious if you have any plans for image generation. Built an image gen API Evoke which may be helpful
-
1
Hi Richard, thank you!
Currently we have nothing planned in terms of image generation, but I will definitely keep Evoke in mind for other projects I am working on :)
Best,
Josh
-
So far, it seems like our new Reddit Ads campaign has nearly doubled the CTR (Click Through Rate - The percentage of people who saw your ad and clicked on your link).
Last campaign: 0.266%
New campaign: 0.462%
Two main factors for this change:
- We used Google Trends to determine which countries google our keywords the most - in our case "Slack", "Excel" and "Google Sheets". We then targeted the ad towards the countries with the highest cumulative interest in these topics.
- We used a meme as the creative, because we thought memes might fit more into Reddit than just a standard call-to-action. Here is how it looks like: https://imgur.com/a/jBTNbIx
We will keep you fellow indie hackers updated here how it goes for the rest of the 1-week campaign :)
Our last Reddit Ads campaign looked like this:
https://imgur.com/a/EBUOTnr
We now try a new "meme" campaign, which looks like this:
https://imgur.com/a/jBTNbIx
Our intuition was that memes might resonate more with Reddit as a platform than just plain ads with a call to action.
I'm definitely excited to see what works better and will post an update after a week of running the ad :)
8 Likes
6 Comments
6 Comments
-
3
Will wait for that update!
-
2
Will keep you updated 👍 Reddit just approved the App right now
-
-
1
interesting. Look forward to update. Meme work grab me on any platform. Rarely means I will sign up as I click to enjoy the funny moment.
-
1
Any update on this?
-
1
! RemindMe oh wait.. I'm not in Reddit 😅
-
2
I'll take the role of the Reddit RemindMe bot and reply to your answer once we have an update ;)
-
Many of you fellow indie hackers already sent us input and recommendations for our landing page, which we highly appreciated and now finally implemented :)
We worked basically 24/7 on Excelly-AI the last few weeks and now have good news:
We finally launched into open beta! 🚀
Here is our website: https://excelly-ai.io/
As we have a Freemium model, you can just click "Add to Slack" and get started right away with a limited amount of formulas per day.
We are very grateful for any kind of general feedback, feature requests or bug reports!
If you enjoy using Excelly-AI, let us know how you will use it and what features you would like to see (via info@excelly-ai.io, our contact form or just right below this post) and we will send you a life-time 25% off coupon! :)
2 Likes
Comment
Writing a Slackbot has been easier than I initially anticipated - so far ;)
My short list of key take-aways:
- In my experience, Python is a better choice than Java when it comes to Slackbots. While I am mostly a Java developer, Python turned out to be way easier to start with here - even though I don't like the dynamic typing of Python :(
The API is just way more intuitive and also the set-up regarding the dependencies is more straight-forward - Using Flask for the event subscriptions is going well so far, even though the Python docs mostly use Django
- ngrok is really helpful for debugging the event calls from Slack's API locally
- For everything your bot is able to do, you have to register a permission via their OAuth system. I would guess this is similar to the permission system in the Android and iOS
For a demo what the bot can do so far, check out the video on our website: https://excelly-ai.io/
1 Like
Comment
About
Transform plain text into powerful Excel formulas effortlessly inside your Browser! Improving your Excel and Google Sheets workflow company-wide is just one click away.









4 Comments
It just costed you $15 to buy 12k views on TikTok?
Yes 🙌
Congrats on the success of your SaaS on TikTok! This is really awesome. Keep up the great work, keep posting and trying to rigorously test what is working while staying up to date on viral trends. Those are low hanging fruit, set it and forget it opportunities when it comes to business tiktoks accounts. Great way to just get traffic and followers to your page while mixing it up and not being too-product focused
Kinda related, I am collaborating with a creator (@slavinjoshua) with over 800K followers TikTok/Insta/YouTube (He's an animal at short-form content). So if anyone is interested in checking it out, here's our little explainer page: https://www.producthunt.com/upcoming/short-form-content-hub
Our goal is to help startups and businesses successfully leverage short-form content to grow faster and expand reach. Would love any feedback or ideas to improve it so we can help more! We'd also love to provide access and help to anyone interested in exploring short-form. We feel like short-form content is an untapped marketing channel for platform companies!
Keep experimenting with different types of content to see what resonates best with your audience.