Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hilmanski/freeStuffDev

list of free stuff for developer
https://github.com/hilmanski/freeStuffDev

List: freeStuffDev

awesome-list awesome-lists first-contributions first-timers-friendly free-for-developers freestuff good-first-issue hacktoberfest hacktoberfest2023 tool

Last synced: about 2 months ago
JSON representation

list of free stuff for developer

Awesome Lists containing this project

README

        

# About
We've just migrated the Hugo repository to Astro. More updates coming soon

---

# Old Readme

## FreeStuffDev
List of free services for developers like database, hosting, authentication and other stuff.
Check it out at [freestuff.dev](https://freestuff.dev).

I had many tools in my private repository and thought why not bring it to the public?
Surprisingly there are not many alternatives out there that focusing on free programming tools, so I created my own dev-tool list to start prototyping or making an MVP.

Built with Hugo Static site generator and hosted at Netlify. (Now Astro on Vercel!)

## License
MIT License

## Rules
1. Only accept free stuff or free trial at least 1 Year.
2. What is not suitable on this site:
- We're not accepting language/framework specific tools.
- Link to "part of specific tools" for example "themes for hugo"
- Library for a certain framework/language, (e.g. Javascript library).
- Link to Documentation or Forum of a certain tool

They're great but there are more suitable place for those tools.

## Contribute
Want to add new stuff?
1a. Use this form
[Form New Stuff+](https://freestuff.dev/submit)
it will prefill some value for your github Pull Request

1b. If you're going to create file manually (not via link above):

a. Fork repo
b. Inside your fork navigate to `src/content/tools`
c. Create a new file for service you want to add. File must have `.md` extension, i.e. `myservice.md`
d. Use next template for content

```
---
title: "Your service name"
link: "https://link.to.service"
thumbnail: "https://any.logo.of/service"
snippet="Service description, which will be shown under service name"
tags: ["Tag1","Tag2","TagN"]
createdAt: 2021-06-21T18:55:27+03:00
---
free feature 1
free feature 2
free feature 3
```

P.S:

- You can use any image for thumbnail, but try to avoid using small favicons(16x16) as each **image will be resized to 80x80**
- For existing tags visit https://freestuff.dev/ and open the "Filter"
- At the end write the features as one feature per line

## Code of Conduct
FreeStuffDev is open for contribution from all people around the world. Whoever your are and whatever your background: nationality, gender, religion, we welcome you. Things to keep in mind:
- Show empathy
- Be patient
- Accept constructive feedback

If you have any questions, feel free to open an issue or reach out at [twitter](https://twitter.com/hilmanski)

## Contributors


---

New notes

## Todo

- pages [DONE]
random/newest [DONE]

- features [DONE]
save tools on localstorage

- Responsive [DONE]

- Featured section

- add static pages:
submission page [DONE]
codeofconduct
about/contact
social media link

## Publish
- [X] add simple analytics
- [X] Search feature (Client side)
- [X] Update twitter image, be consistent
- [ ] Tidy up readme
- [ ] Check old submission (PR)
- [X] Test submission (update github link)
- [X] Update github link on edit
- [ ] Add page "isPaid" to list paid product
- [X] Don't list isPaid on homepage
- [X] Don't list isPaid as alternative