It should say "online services", not tools. For example, there's no mention of Jenkins, Bamboo, nor Cruise control for CI tools, no mention of the downloadable free tier for Splunk, greylog2, Elk for logging, GNUcash for finance etc...
I like the UI, and the idea is useful. Something's broken with the website though. Clicking on the bluehost vs. Hostgate vs. GoDaddy.com comparison gives me this:<p>Server Error in '/' Application.<p>Object reference not set to an instance of an object.<p>Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.<p>Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.<p>Source Error:<p>Line 30: DataTable dtMeta = this.GetData(catId);
Line 31: //Add Page Title
Line 32: this.Page.Title = "Compare | " + dtMeta.Rows[0]["seo_title"].ToString();
Line 33: //Add Keywords Meta Tag
Line 34: HtmlMeta keywords = new HtmlMeta();<p>Source File: c:\Domain\analyzo.com\Compare.aspx.cs Line: 32<p>Stack Trace:<p>[NullReferenceException: Object reference not set to an instance of an object.]
Compare.Page_Load(Object sender, EventArgs e) in c:\Domain\analyzo.com\Compare.aspx.cs:32
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51
System.Web.UI.Control.OnLoad(EventArgs e) +92
System.Web.UI.Control.LoadRecursive() +54
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +772
One of my co-founders had these wise words in Slack yesterday... "Damn, you guys love to fuck around with tool stacks."<p>Pick tools quickly. Analysis paralysis is a real, dangerous thing. Look for better tools only when the ones you have are actually failing you somehow.
Looks great - nice work!<p>One suggestion: The URLs of the comparison pages could really use some SEO love.<p>BAD: `<a href="http://www.analyzo.com/compare/131/2,8,13,`" rel="nofollow">http://www.analyzo.com/compare/131/2,8,13,`</a><p>GOOD: `<a href="http://www.analyzo.com/compare/bluehost-vs-godaddy-vs-hostgator`" rel="nofollow">http://www.analyzo.com/compare/bluehost-vs-godaddy-vs-hostga...</a>
This is cool, thanks for curating all these services into one spot.<p>I like searching for (FOSS) software via <a href="http://alternativeto.net/" rel="nofollow">http://alternativeto.net/</a>