├── LICENSE └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2024 JP 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # fck-saas 2 | 3 | Directory of "next-gen" open source self hosted software. 4 | 5 | Heuristics for inclusion: 6 | 7 | - Must be open source 8 | - Can only be dependent on AWS or Cloudflare 9 | - Must be self-hosted only (cannot offer a hosted version) 10 | - Probably serverless 11 | - Must be actively maintained 12 | - Setup must be about one step 13 | - [SST](https://sst.dev/) usage is a plus 14 | - dual licensed software is a plus 15 | - pay gating features is OK 16 | 17 | > Submit a **PR** to add a new software to the list 18 | 19 | > Submit an **Issue** with an idea for what you'd liked built and maybe a cracked developer will make it 20 | 21 | ## Table of Contents 22 | 23 | - [Software](#software) 24 | - [Analytics](#analytics) 25 | - [Email](#email) 26 | - [FAQs](#faqs) 27 | 28 | ## Software 29 | 30 | ### Analytics 31 | 32 | - [Counterscale](https://counterscale.dev/) - 33 | self hosted web analytics 34 | 35 | - Dependencies: 36 | 37 | - Cloudflare 38 | 39 | - SaaS Alternative: 40 | - Google Analytics 41 | - Plausible 42 | - Fathom 43 | 44 | ### Email 45 | 46 | - [00](https://double-zero.cloud/) - email service built on SES 47 | 48 | - SaaS Alternative: 49 | 50 | - Sendgrid 51 | - Mailgun 52 | - Resend 53 | - raw dogging 54 | 55 | - Dependencies: 56 | - AWS 57 | --------------------------------------------------------------------------------