All the best open source and Software as a Service (SaaS) tools in one place 工具 工欲善其事必先利其器
Open Source & SaaS Tools | StackShare https://stackshare.io/categories
AfterShip/SaaS: List of SaaS that we are using https://github.com/AfterShip/SaaS#the-saas-that-aftership-is-using
The SaaS that AfterShip is using
Last update: 2018 Mar
Here are the list of SaaS that we are using.
If you know any tools better that that, please feel free to let us know!
| Features | Using | Alternative |
|---|---|---|
| Accounting | Expensify, Quickbooks | |
| Analytics | Mixpanel, baremtrics | |
| API SaaS | apiary.io | mashape.com or swagger.io |
| Big Data & BI | google bigquery | |
| Blog | Ghost | |
| CDN DNS | cloudflare | |
| Cloud Storage | dropbox, gdrive | |
| CMS | Contentful | |
| Code Coverage | codecov.io | |
| Communication | telegram, Zoom.us | slack, basecamp) |
| Continuous Integration | Travis CI, Circle CI, Bitrise | |
| Corporate Email | GSuite | |
| Design Portal | Dribbble | |
| eSignature | DocuSign | |
| Helpdesk | zendesk, uservoice | helpscout |
| HR / Admin | Justlogin, Lever.co | |
| Newsletter | mailchimp | |
| Password managment | 1Password | lastpass |
| Proxy | proxymesh | |
| Sales | Pipe Drive | |
| Search Engine | algolia | |
| Security | hackerone | |
| Server Monitoring | newrelic, runscope, pingdom, statuspage, pagerduty | |
| SMS | twilio | |
| Ticket Tracking | JIRA | |
| Transactional Email | sendgrid |
Find More
You can find other SaaS from stackshare.io

Customer Messaging Platform | Intercom https://www.intercom.com/
Chef vs Puppet vs Ansible vs Saltstack: Which One to Choose | Edureka https://www.edureka.co/blog/chef-vs-puppet-vs-ansible-vs-saltstack/
All the best open source and Software as a Service (SaaS) tools in one place 工具 工欲善其事必先利其器的更多相关文章
- 什么是 SaaS (Software as a Service)
什么是SaaS (Software as a service ) 把软件作为一个服务.SaaS是一种cloud-based 和通过Internet提供软件的模式,用户不用再购买软件,而改用向提供商租用 ...
- open source e-business software - prestashop
https://www.prestashop.com/en/system-requirements
- Free and Open Source Load-Balancing Software and Projects--转
http://www.inlab.de/articles/free-and-open-source-load-balancing-software-and-projects.html This ove ...
- Tools - 源代码阅读分析工具Source Insight
简介 https://www.sourceinsight.com/ Source Insight是一个面向项目开发的程序编辑器和代码浏览器,可以分析C/C++.C#.Java.Python等语言源代码 ...
- 【Python - pip source】工欲善其事,必先利其器 - 不要让 pip install timeout 成为你的烦恼
目录 前言 一.原因 二.解决方法 2.1 思路 2.2 国内镜像源列举 2.3 具体解决过程 2.3.1 方法一:命令行(推荐) 2.3.2 方法二:创建文件 总结 前言 解决pip install ...
- Top free and open source log management software
As mentioned in the previous post, in my quest to find an alternative to Kiwi Syslog, I looked at a ...
- The Open Source Business Model is Under Siege
https://www.influxdata.com/blog/the-open-source-database-business-model-is-under-siege/ A few weeks ...
- 在 CentOS 上安装和配置 OpenNebula
转自:http://www.aikaiyuan.com/4889.html 我们提到的云计算一般有三种类型:软件即服务(Software as a Service, SaaS),平台即服务(Platf ...
- 云计算概述和KVM虚拟化
前言: 近些年一直听着 虚拟化.云计算.公有云.私有云.混合云这些个概念,一直想着....这些概念要用什么技术实现? 一.云计算的概念 1.传统IDC机房面都会临什么问题? 任何新事物都是由需求催生的 ...
随机推荐
- caffe+vs2013+window10+GPU(CPU)配置
参考:http://www.echojb.com/cuda/2017/03/15/350138.html https://www.zhihu.com/question/56111727 第一步:首先确 ...
- cell展开的几种方式
一.插入新的cell 原理: (1)定义是否展开,和展开的cell的下标 @property (assign, nonatomic) BOOL isExpand; //是否展开 @property ( ...
- POJ 1125 Stockbroker Grapevine【floyd】
很裸的floyd #include<cstdio> #include<string.h> #include<algorithm> #define maxn 201 ...
- 【单调队列】bzoj 1407 [HAOI2007]理想的正方形
[题意] 给定一个n*m的矩阵,求所有大小为k*k的正方形中(最大值-最小值)的最小值 [思路] 先横着算出每一行的长度为k的窗口内的最大值,变成一个n*(m-k+1)的矩阵mx 再竖着算出每一列的长 ...
- VMware VMnet8 模式共享主机网络配置静态 IP 和 DNS
一.简介 NAT网络模式: 1. 宿主机可以看做一个路由器,虚拟机通过宿主机的网络来访问 Internet: 2. 可以安装多台虚拟机,组成一个小型局域网,例如:搭建 hadoop 集群.分布式服务 ...
- UVa10234 Race
递推,设有i个人排在第一名,剩下的人排在后面,方案有f[i]种,则f[i]=sum(c[n][i]*f[n-i]) 1<=i<=n /*by SilverN*/ #include<a ...
- Mongodb_分片集群模式
前面介绍的副本集模式实现了数据库高可用. 但是还是存在的问题是: 所有的从节点都是从主节点全面拷贝,这样数据量过大时,从节点压力大.还有就是海量数据时存在硬件瓶颈, 毕竟每一个机器的存储量总是有限的. ...
- NOJ1203 最多约数问题 [搜索 数论]
传送门 njczy2010 1203 Accepted 79MS 1400K 2321Byte G++ 2015-01-25 13:14:25.0 最多约数问题 时间限制(普通/Java) : 2 ...
- Mysql 函数的应用
CREATE TABLE `code_generate_dd` ( `id` ) NOT NULL AUTO_INCREMENT COMMENT '主键', `first_code` ) NOT NU ...
- Oracle 12c安装报错Installation failed to access the temporary location(无法访问临时位置)
报错如图 1.先检查当前windows账户用户名是否为全英文,没有就新建一个,大多数用户败在这一步,而官方也没有解释 如何新建:开始-->控制面板-->用户账户和家庭安全-->用户账 ...