# servicebotSMS **Repository Path**: ocisly/servicebot-sms ## Basic Information - **Project Name**: servicebotSMS - **Description**: Servicebot 是一个开源订阅管理与账单自动化系统,功能包括: 订阅管理:设计服务、自动续费、报价、免费试用、附加组件、升级销售、添加费用、退款。 客户管理:店面下单、自动开票、服务取消、角色定制、客户沟通。 可扩展性:提供 REST API 和插件框架。 技术栈:Node.js、React、PostgreSQL、Stripe。 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-15 - **Last Updated**: 2025-01-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README >## ⚠ Deprecation warning: >As the efforts of the Servicebot team are focused on the new [Billflow.io](https://www.billflow.io/) version, this version is no longer under active development. > >If you're looking for a modern integration with [Stripe](https://stripe.com/), super easy to set up, and priced for startups, check out the [new project](https://www.billflow.io/). > >The open source version will be available indefinitely until further notice. For inquiries on continuing development of this project, email us at team@billflow.io.

___

Open-source Subscription Management System

Automate what happens when customers subscribe, cancel, and upgrade

## Overview Servicebot is an XaaS (Anything-as-a-service) platform. You can define requestable service templates with an advanced service designer that supports many input types and pricing models. You can even develop plugins which can run code when these services are requested. The goal being that Servicebot manages the lifecycle of any type of service a business can offer. [![Try in PWD](https://cdn.rawgit.com/play-with-docker/stacks/cff22438/assets/images/button.png)](http://play-with-docker.com?stack=/servicebot/latest) ## Features - **Automate Billing:** Create and sell anything as a service in minutes. - **Service designer:** Design service offerings that link directly to Stripe. - **Subscription management:** Supports automatic recurring charges. - **Quote system:** You can allow your customers to request quotes for your services before charging them. - **Free trials:** Give out free trials of your subscription offerings to your customers. - **Add-ons and Upsell:** Add custom fields to your service request form which influence the final price. - **Adding charges:** Add one-time charges to a running service for custom work your clients want. - **Refunds:** You can issue partial or full refunds on your customer invoices. - **Manage Customers:**. - **Store-front:** Let your customers order from your catalog without needing another website. - **Automatic invoicing:** Invoices are generated and sent to customers automatically. - **Service cancellations:** Customers can request cancellations. - **RBAC:** Customize roles for staff - **Communication:** Customers can send your business messages when they have questions - **Extensibility:** - **Full REST API:** Integrate Servicebot with your existing website or application - **Plugin framework:** Develop plugins to extend the functionality of servicebot (documentation coming soon) ## Installation **Self Hosting Solution** — Manual installation guide could be found here: [Installation Guide](https://hackernoon.com/install-and-configure-an-open-source-crm-for-your-xaas-business-f976451221f0) ## API **API reference** — ## Built With - [NodeJS](https://github.com/nodejs/node) — Our back end API is a Node express app. It responds to requests RESTfully in JSON. - [React](https://github.com/facebook/react) — Our front end is a React app that communicates with the Node Express api server. - [PostgreSQL](http://www.postgresql.org/) — Our database is Postgres. - [Stripe](https://stripe.com/) — Our platform integrates with Stripe to handle billing ## Contributing ServiceBot is **open source** and accepts contributions from the public We look forward to working with you! ## Get the Latest News - **Twitter** - Follow [Billflow](https://twitter.com/getbillflow) - **Blog** - Get the latest updates from the [Billflow Blog](https://blog.billflow.io/) ## Credit - Built by [Billflow Team](https://www.billflow.io/) ## License Copyright (C) 2021 Billflow This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see .