├── .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 | Free for Developers 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 46 | 47 | 48 | 49 | 50 | 51 |
Loading...
52 | 53 | 66 | 67 | 68 | 69 | 70 | 71 | 76 | 77 | 78 | -------------------------------------------------------------------------------- /logo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ripienaar/free-for-dev/b432bb860bbc07cc596dcb89749c118f357c1c3b/logo.webp --------------------------------------------------------------------------------