├── .github └── PULL_REQUEST_TEMPLATE.md ├── CNAME ├── README.md ├── index.html └── logo.webp /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | 28 | 29 | ## Requirements 30 | 31 | 32 | 33 | 34 | * [ ] This is Software as a Service not self hosted 35 | * [ ] It has a free tier not just a free trial 36 | * [ ] Pricing information is clearly visible without signup or phone calls 37 | * [ ] The submission mentions what is free 38 | * [ ] The submission is not already present in the list 39 | * [ ] The service has contact details of those running it and a privacy policy 40 | 41 | -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | free-for.dev -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 | 8 | 9 |