


I am making $ monthly with my open-source scheduling tool - you can do it too!
I am a big advocate of open-source startups. Over the next year, you will see many more of them. You take an existing product and open-source it.
I built a social media scheduling tool (many exist in the market) and created an open-source version.
This is Postiz, an open-source social media scheduling tool.
And of course, if you could help me with a star, it would be amazing.
The thing about the source
It's open-source, and everybody can come and take your code, so what's the catch?
Open source is a community; when you start to push your product, thousands of developers will fork and clone it and help you on your journey.
It will bring massive exposure to your product.
So far, the Postiz docker has been downloaded 26k times.
On the other hand, everybody can be a competitor and use your open-source solution instead of paying you, and you have to live with this.
Some licenses can save you, such as apache-2 or Agpl-3
It means that people can't compete with you without open-sourcing your code and giving you credit, but it doesn't prevent commercial use.
Support is harder
Having an open-source repository (with docker and all) will attract many self-hosters and require much support.
So far, 3-5 tickets from Coolify, Portainer, and Unraid are received daily. This is only the start; I am sure there will be more deployment platforms soon.
Make sure you give other contributors the respect they deserve. They will help you tremendously with support.
Revenue is uncertain
If there is one thing developers are known for, it is not to pay for stuff if it's not needed. We were born with this gene, I guess ?
So don't expect developers to pay you. They'll host you on Raspberry Pi or a $5 Coolify server.
It's important to know this.
The goal of the contributors is:
- Help you to build the product
- Help you with exposure
- Build a fun and active community where everybody can grow
I can't tell you how often I have seen a contributor tagging me on some X post about Postiz.
Or some top trending open-source article.
Enterprise
It depends on your product, but some enterprises can use only self-hosted solutions and will pay you for your support and custom implementation.
This is super important because that's something only open-source solutions can offer.
Play with the suitable license
There are no secrets. Monetized open-source (COSS) is sometimes misused in the wrong ways, for example:
Adding dual licensing to the open-source, so when you use the code, you use the enterprise version and need to figure out how to remove it from the code base.
Adding non open-source license. You can put something like BSL, but it is not counted as "open-source," and fewer people see your solution as attractive. You would need to refer to your solution as self-hosted instead.
Holding out on SSO - having SSO for enterprise is only considered a destructive pattern. I have discovered lately that you can find many websites like SSO.tax because SSO is a security thing. SSO can still be commercialized, but it's better to take a stand like Tailscale, which limits seats or enterprise providers.
Be a part of the community; don't talk like "We. " Say "I" and connect with your audience; nobody likes communicating with a corporation.
Go open-source. For me, it's the only way to build
Please help me out with a star. It would be awesome ❤️
https://github.com/gitroomhq/postiz-app
The above is the detailed content of I am making $ monthly with my open-source scheduling tool - you can do it too!. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Frequently Asked Questions and Solutions for Front-end Thermal Paper Ticket Printing In Front-end Development, Ticket Printing is a common requirement. However, many developers are implementing...

JavaScript is the cornerstone of modern web development, and its main functions include event-driven programming, dynamic content generation and asynchronous programming. 1) Event-driven programming allows web pages to change dynamically according to user operations. 2) Dynamic content generation allows page content to be adjusted according to conditions. 3) Asynchronous programming ensures that the user interface is not blocked. JavaScript is widely used in web interaction, single-page application and server-side development, greatly improving the flexibility of user experience and cross-platform development.

There is no absolute salary for Python and JavaScript developers, depending on skills and industry needs. 1. Python may be paid more in data science and machine learning. 2. JavaScript has great demand in front-end and full-stack development, and its salary is also considerable. 3. Influencing factors include experience, geographical location, company size and specific skills.

How to merge array elements with the same ID into one object in JavaScript? When processing data, we often encounter the need to have the same ID...

Learning JavaScript is not difficult, but it is challenging. 1) Understand basic concepts such as variables, data types, functions, etc. 2) Master asynchronous programming and implement it through event loops. 3) Use DOM operations and Promise to handle asynchronous requests. 4) Avoid common mistakes and use debugging techniques. 5) Optimize performance and follow best practices.

Discussion on the realization of parallax scrolling and element animation effects in this article will explore how to achieve similar to Shiseido official website (https://www.shiseido.co.jp/sb/wonderland/)...

The latest trends in JavaScript include the rise of TypeScript, the popularity of modern frameworks and libraries, and the application of WebAssembly. Future prospects cover more powerful type systems, the development of server-side JavaScript, the expansion of artificial intelligence and machine learning, and the potential of IoT and edge computing.

In-depth discussion of the root causes of the difference in console.log output. This article will analyze the differences in the output results of console.log function in a piece of code and explain the reasons behind it. �...
