AskJarvis Reviews

4.8

4.88 stars
4.88 stars
168

Taco ratings

156
6
4
1
1
Log in to leave a review
Showing 1 - 20 of 168 reviews
Verified Purchaser badge

Verified purchaser

Member since: Oct 2020Deals bought: 235
1 stars
1 stars
Posted: May 20, 2023

Wow what a shame

A great tool, but apparently they just don't care about their existing users. I'm sympathetic about having to make the name change, however the transition should not have affected existing accounts. Instead, the password reset does not work at all and I have no way to get into my account (if it even still exists).
It was a fantastic tool while I had access, and yes I didn't use it for some time due to projects that I was working on, but now that I need it, nowhere to be found. I have tried reaching out here, emailing, and nothing. Such a shame.

Helpful?
Share
Verified Purchaser badge

Verified purchaser

Member since: Apr 2013Deals bought: 101
5 stars
5 stars
Posted: Dec 26, 2022

this has replaced many hours of research on stackoverflow

i think this tool has ingested all of stackoverflow and much much more. every time i need an answer where most of the best answers are on stackoverflow, i can go right to ready-made code with this tool. i usually ask somewhat general questions and then customize the result. the more specific i get the closer the resulting code is to ready for use. the product is still getting better and better, more languages, features, better interface, AND they have great support. this one totally makes up for the very few dogpile deals that i've tried on appsumo.

Helpful?
Share
Verified Purchaser badge

Verified purchaser

Member since: Apr 2022Deals bought: 58
5 stars
5 stars
Posted: Jun 21, 2022

Beyond Belief

Yeah, so I'll start this review with the same words I muttered out loud in astonishment after submitting a sentence of specific HTML requests, "Oh, that's bad@ss!"
I have been working out an HTML email signature for a client and needed to add a table to the code (yay for email!). after debating it for a couple of weeks, I had just pulled the trigger on purchasing AskJarvis, and hadn't had a chance to try it out. Perfect opportunity.

My first request was, "Create a table with three columns at 50%, 25%, and 25% with a background color set to #ED6A58." It did just that. I plugged in the code and started customizing it further and thought, "Wait, let's see how far I can take this app." After a few iterations of asking increasingly detailed requests and getting just what I wanted, before getting distracted with another project, I ended up with this final request and outcome (certain details redacted):

"Create a table with three columns at 50%, 25%, and 25% with a background color set to #ED6A58. SEt the table's padding to 1em. In the first column add 12px white text a weight of 500 with the words Let me help you find your spot in our growing community, located at [a great place]!. In the second column add white text with a heavy underline and a line height of 1.3 with the words Book Meeting and hyperlink it to [I included a specific website address with an https protocol here, and now I realize I should have seen how it would handle not including anything in that respect] and make the visited link color gray. In the third column add white text with a heavy underline and a line height of 1.3 with the words Resources and hyperlink it to [I included another website address here] and make the visited link color gray."

Heres the result:

<table style="width:100%; background-color:#ED6A58; padding:1em;">
<tr>
<td style="width:50%; color:white; font-size:12px; font-weight:500;">Let me help you find your spot in our growing community, located at [a-great-place]</td>
<td style="width:25%; color:white; text-decoration:underline; line-height:1.3;"><a href="properly-linked-website" style="color:white; text-decoration:none;">Book Meeting</a></td>
<td style="width:25%; color:white; text-decoration:underline; line-height:1.3;"><a href="another-properly-linked-website" style="color:white; text-decoration:none;">Resources</a></td>
</tr>
</table>

Helpful?
Share
Verified Purchaser badge

Verified purchaser

Member since: Jun 2019Deals bought: 81
5 stars
5 stars
Posted: Jun 17, 2022

Truly impressive tool, even for devs

I was a bit hesitant to get this tool because I am capable of semi-decent development, and I wasn't sure the output would be as qualitative as what I can code myself.

Boy, was I wrong. It is *AT LEAST* as good.

A lot could be said about this tool, and its place in a toolkit, but here's a quick TL;DR:

It's good. Very, very good, in fact. Ideally you'll still try to learn the contextual logic behind coding (this allows a greater control over your creations, and better outputs from AskJarvis) but you can forgo the syntax with this tool.

Even as a dev it's very useful because the tool will know languages that you don't, so you can use it as a "translator" and the results are very good. And there are few things where it would be faster to code by hand.

The only thing to make it 110% perfect would be more integrations (but languages/framework and IDEs) but they are super transparent with their roadmap, unlike a ton of other tools in the AI space (looking at you, peppertype...............)

Honestly, you should try it. I was extremely surprised, and so will you.

Founder Team
Sharma_AskJarvis

Sharma_AskJarvis

May 9, 2024

Thank you for your review! We're so glad to hear that AskJarvis is doing its job, and even more so that it's exceeding your expectations.

We have a lot of plans in the works to make our tool even better, and we're always looking for ways to improve the experience of our users. We'd love to hear more about how we could make AskJarvis easier to use and more useful for developers like yourself. We've been working on more integrations with other languages and IDEs, so hopefully, those will be coming soon!

Helpful?
Share
Verified Purchaser badge

Verified purchaser

Member since: Nov 2020Deals bought: 458
5 stars
5 stars
Posted: Jun 17, 2022

Thank god I've not wasted my time to learn coding!

Thank god I've not wasted my time to learn coding. Why do I need to when AskJarvis is here to write a code for me. I'll not talk about the features, I'm in love with the tool. Thanks for bringing this on AppSumo!

Founder Team
Sharma_AskJarvis

Sharma_AskJarvis

May 9, 2024

Thank you for your kind review! We're so glad you're enjoying AskJarvis. If you have any questions or need help with anything, please reach out to us.

Helpful?
Share
Verified Purchaser badge

Verified purchaser

Member since: Oct 2017Deals bought: 364
5 stars
5 stars
Posted: Jun 17, 2022

Great for explaining code too

Just started with a PHP course. And using Askjarvis code explainer.

Really helpfull.

Founder Team
Sharma_AskJarvis

Sharma_AskJarvis

May 9, 2024

Thank you so much for your review. We're glad to hear that you're enjoying AskJarvis so far and finding it helpful in understanding code.

Helpful?
Share
Verified Purchaser badge

Verified purchaser

Member since: Sep 2021Deals bought: 175
5 stars
5 stars
Posted: Jun 17, 2022

A great copilot

I am impressed so far. This copilot knows how to code common and less common problems. Especially if the problem has a name like FloodFill, Simplex Algorithm or MergeSort it is often enough as a description. Less common problems like in https://www.techiedelight.com/ (see "practice") are solved very good as well with a good description of the problem. I just copied the description of a problem from techiedelight and it was able to code the problem (you might need to slightly adapt the code, but often you don't have to and the code will be accepted on the first try).

[Algorithm Variety] I asked the copilot to code a FloodFill algorithm and it generated a recursive FloodFill. After that I tried the same and wrote "without recursion" at the end of my description and got a result without recursion. Well done, AskJarvis!

[Examples] I also often ask for examples that are generated successfully. This even work if you ask AskJarvis to implement any kind of design patterns. This software is great to learn!

[Hidden Skills] But what impressed me most was that I was asking to code a player controller in c# with a double jump and it generated Unity code (even though it is not officially supported). It seems that AskJarvis has hidden skills that are not advertised. :)

This copilot is not perfect. But very powerful. It will not understand every description, but if you describe the problem in a good way (and by using the best practices and maybe with an example) you can get very good results.

Great copilot so far, and I am looking forward to the future of AskJarvis!

Founder Team
Sharma_AskJarvis

Sharma_AskJarvis

May 9, 2024

Thanks so much for your review! We're glad you've had such a great experience with AskJarvis. We're always working to improve the software, so please keep us posted if you have any issues or suggestions.

The Hidden Skill you discovered is the context feature. Based on context AskJarvis can give more precise suggestions. AskJarvis is still very young, but it's grown at an incredible rate and hopefully continues to grow alongside its customers. We have a lot of plans for future development, and it's always exciting for us to hear about new things we can do. Feel free to reach out ✌️

Helpful?
Share
tysentysenPLUS
Verified Purchaser badge

Verified purchaser

Member since: Mar 2012Deals bought: 237
5 stars
5 stars
Posted: Jun 17, 2022

Ask Jarvis and You Shall Receive! 👏

Literally, that's exactly what happen when I put in a few words and Jarvis outputted a code that work! Amazing.

I am really not a coder, but there's been a few times I wish I knew how to code and this app is an answer to my prayer.
It's kind of like the law of attraction. You put in a request and the universe manifests it.
And Jarvis can do just that...manifest the code you need instantly.
It's not perfect.... yet...but this app could evolve into a very powerful tool for coders and non-coders.
Kudos to the founders for creating this amazing app.👍🏻👍🏻

Founder Team
Sharma_AskJarvis

Sharma_AskJarvis

May 9, 2024

Thank you so much! We are so glad that AskJarvis has been such a useful tool for you. We're always excited to hear that our users find the app helpful and easy to use, and we hope that it continues to help you in your coding endeavours. We're always looking for ways to improve the app, so if there's anything we can do better, please let us know!
Thanks again for taking the time to leave us a review!

Helpful?
Share
Verified Purchaser badge

Verified purchaser

Member since: Nov 2020Deals bought: 16
5 stars
5 stars
Posted: Jun 17, 2022

Dont Miss The Code Magician

Guys just don't miss ask Jarvis AI deal. It's a really time-saving tool and the code generated by AI is perfect. You get lots of applications to generate the code and the creator is very serious about his product. If you check the roadmap, things are getting done on time.

Close your eyes and buy it before it's gone

Founder Team
Sharma_AskJarvis

Sharma_AskJarvis

May 9, 2024

Hi there! Thanks for the review, we appreciate you taking the time to share your experience. We're glad you enjoyed our product and hope it helped you with your coding endeavours.

We hope you'll continue using us in the future, and if there's anything else we can do for you, don't hesitate to reach out!

Helpful?
Share
Verified Purchaser badge

Verified purchaser

Member since: Mar 2021Deals bought: 179
5 stars
5 stars
Posted: Jun 17, 2022

Magic and Unicorns are Real

I have always been interested in coding, but never got the chance to learn more about it. With AskJarvis I can create code in a matter of minutes, translate scripts across multiple programming languages, and it can even explain code for a non-coder to understand. That’s crazy magic and unicorn stuff.

The UI is intuitive and easy to use. I can see using this for many programming ideas, and it’s great to see it getting more and more features with each update.

Highly worth investing in. Grab the LTD before it’s gone.

Founder Team
Sharma_AskJarvis

Sharma_AskJarvis

May 9, 2024

Thank you for your review! We're so glad you're loving AskJarvis.

We work hard to make sure that our users feel empowered and confident in their ability to create code, translate it across different languages, and understand the meaning of it when they need to. We're thrilled that you feel like AskJarvis is making this possible for you.
We are so grateful that you took the time out of your day to write this review for us—we couldn't be happier about it! Thank you again for taking the time to share with us how much our app has meant to you personally.

Helpful?
Share
Verified Purchaser badge

Verified purchaser

Member since: Apr 2013Deals bought: 387
5 stars
5 stars
Posted: Jun 17, 2022

A great learning tool for new programmers

As an aspiring developer, I'm always interested in automating, improving, or streamlining the way I work. For me, the most important aspect of the development process is writing code. I've tried to automate the task of writing code, using a tool called AskJarvis. I was skeptical at first, but I was pleasantly surprised by the results.

AskJarvis is an online programming language tutorial, which generates code examples from your questions and answers. It's very easy to use, and provides a lot of help even for programmers who have very little experience like myself.

I have tried to use AskJarvis to write code for a few hours every day, and it has become an excellent way to learn new programming languages.

Founder Team
Sharma_AskJarvis

Sharma_AskJarvis

May 9, 2024

Thank you so much for taking the time to review AskJarvis. We're so glad that you've been able to use the tool and see its benefits.

As a developer myself, I know how hard it can be to learn new languages. We're always working on ways to improve our platform and make it easier for people like you to find success with their goals. We're currently working on expanding our library of tutorials, so if there are any topics or languages you'd like to see covered, please let us know!

Helpful?
Share
Verified Purchaser badge

Verified purchaser

Member since: Nov 2021Deals bought: 200
5 stars
5 stars
Posted: Jun 16, 2022

As a developer, I am always looking for ways to be more efficient and productive in my work. That's why I was so excited to try out AskJarvis. It's a full development toolset that helps you write quality code more efficiently. It has everything I need to be more productive, including a code editor, debugger, and terminal. It's also easy to use, which is important when you're working under pressure.

Founder Team
Sharma_AskJarvis

Sharma_AskJarvis

May 9, 2024

Thanks for your review! We're so glad you found AskJarvis useful. We think it's a great tool for developers, and we're always working to make it even better. We're always looking for ways to improve as well, and we appreciate hearing from our customers when there are ways we can do better. If you ever have any questions or concerns about your experience using AskJarvis, please let us know.

Helpful?
Share
Verified Purchaser badge

Verified purchaser

Member since: Jul 2017Deals bought: 105
5 stars
5 stars
Posted: Jun 16, 2022

Excellent

Just bought the app. Should have bought it sooner. Allready gave me good help coding in C#
Love the app!

Founder Team
Sharma_AskJarvis

Sharma_AskJarvis

May 9, 2024

Thanks so much for your review! We're so glad you love the app and are getting good use out of it.

If you have any questions, please feel free to ask us. We will be happy to help 🙌

Helpful?
Share
Verified Purchaser badge

Verified purchaser

Member since: Feb 2021Deals bought: 74
5 stars
5 stars
Posted: Jun 16, 2022

Should have Tier 4

Love the tool. Essential to learn how to program in new languages. Work wonderfully well. It will probably grow a lot in the near future. If you are interested in Programming, you should get it.

Founder Team
Sharma_AskJarvis

Sharma_AskJarvis

May 9, 2024

We're glad you like our tool! We think it's essential for anyone who wants to learn how to program in a new language. We're also excited that we've already seen this tool grow a lot in the past few months, and we can't wait to see what you think of its future iteration.

Helpful?
Share
Verified Purchaser badge

Verified purchaser

Member since: Mar 2022Deals bought: 17
5 stars
5 stars
Posted: Jun 15, 2022

Very Useful

This tool is saving me time when trying to get simple code done fast. Sometimes is impressive that it can understand very well what's needed. Without this I would have to look to tutorial sites to basically review what I already know but haven't memorized yet. So this is a time saver for experienced developers. Good companion.

Founder Team
Sharma_AskJarvis

Sharma_AskJarvis

May 9, 2024

Thank you so much for the wonderful review. We're happy to hear that this tool is saving you time and helping you get the job done quickly and easily. We know that sometimes it can be hard to remember all of those little bits and pieces of code, so we're happy to provide a tool that makes it easy for you to do what you need to do without having to look up tutorials.

Helpful?
Share
Verified Purchaser badge

Verified purchaser

Member since: May 2022Deals bought: 2
5 stars
5 stars
Posted: Jun 15, 2022

Additional characters

Hi,

Last week I bought tier3 and by playing around with it, it looks brilliant!

You've mentioned there's a possibility of receiving additional characters by following AskJarvis' social media platforms. I'm following them, but how do I earn those additional characters?

Also, when using the Syntax Generator, what happens when the code is cut off due to the character limit? Is there a way to ask for the remainder?

Thanks

Founder Team
Sharma_AskJarvis

Sharma_AskJarvis

May 9, 2024

We're so happy to hear that you found it useful. All users can get more characters through incentives like reviews and follows, it takes a few seconds for the update to show on the dashboard, so I recommend keeping a note of characters before following to notice the change.
If the code is cut off, a continue button is enabled right next to generate button. This will continue generating from where it left off.
If you have any more questions or queries, feel free to reach us out ✌️

Helpful?
Share
Verified Purchaser badge

Verified purchaser

Member since: Dec 2018Deals bought: 268
5 stars
5 stars
Posted: Jun 15, 2022

Highly Recommended

I'm very impressed with AskJarvis as it makes it so easy for me to create scripts without needing to spend hours to do it myself. I also really love the code explainer function as it helps me to understand scripts that I found on the web, helping me understand the logic behind the script. Highly recommended!

Founder Team
Sharma_AskJarvis

Sharma_AskJarvis

May 9, 2024

Thank you so much for your review! We're so glad you've been finding our tool useful. It's not always easy to get started with scripts, and we hope that AskJarvis helps make things a little more straightforward. We're excited to see how you use AskJarvis in your future projects 🙌

Helpful?
Share
Verified Purchaser badge

Verified purchaser

Member since: Feb 2021Deals bought: 123
5 stars
5 stars
Posted: Jun 15, 2022

A true pal for noob coders like me

I am hobby coder. A normal workflow of mine work when encountering an issue is: Describe this issue in Google search, find and visit numerious pages such as StackOverflow, CSSTricks, document sites or develops' personal websites. Comparing different code snippets I get on those websites and work out a solution. Test it in WordPress sites, unluckily doesn't work. Then back to Google Search. It's really awful.
With this tool, it can provide me some workable solution so that I don't search on web back and forth. My life is easier now.

Founder Team
Sharma_AskJarvis

Sharma_AskJarvis

May 9, 2024

Hi Stephen, thank you for your kind words 🙌 We are glad to hear that AskJarvis is making your life easier!

We think it's a really awesome tool, and it's great to know that it can help you work through issues more quickly. We hope you'll keep using it, and if you ever have any questions or concerns about anything, don't hesitate to reach out!

Helpful?
Share
Verified Purchaser badge

Verified purchaser

Member since: Sep 2019Deals bought: 299
5 stars
5 stars
Posted: Jun 15, 2022

Powerful tool

AskJarvis makes it possible to save time by automatically generating the syntax for a programming language, which has been a great time saver since I do not have to refer to other resources. If you intend to make your programs, or if you want to become familiar with coding, AskJarvis is the right choice for you.

Founder Team
Sharma_AskJarvis

Sharma_AskJarvis

May 9, 2024

Thank you so much for the great review! We're so glad to hear that you've been able to save time by using AskJarvis.

We work hard to make sure that our service is as helpful and useful as possible, and we're thrilled that our product is helping people get more done in their day. Thank you again!

Helpful?
Share
Verified Purchaser badge

Verified purchaser

Member since: Nov 2017Deals bought: 154
5 stars
5 stars
Posted: Jun 14, 2022

Great software

One of the best a.i software I can generate regex and js 5+ tacos

Founder Team
Sharma_AskJarvis

Sharma_AskJarvis

May 9, 2024

Hey, thanks for the review! We're so glad to hear that you think our software is one of the best AI software available. We're always working to make it better, and we hope you'll keep using it and provide us with feedback!

Helpful?
Share