Join our curated, community-driven list of helpful Software-as-a-Service (SaaS) products, organized by main category. Each SaaS is looking for its first 10 users and has its own markdown page with details, making it easy to browse, contribute, and discover new tools.
๐ Project Structure
/
โโโ README.md
โโโ [Category-1]/
โ โโโ [SaaS-1].md
โ โโโ [SaaS-2].md
โโโ [Category-2]/
โ โโโ [SaaS-3].md
...
- [Category]/: Folder for each main SaaS category (e.g., Marketing, Productivity, Analytics).
- [SaaS].md: Markdown file for each SaaS, containing its description, features, and links.
โจ Contribution Guide
Want to add your SaaS? Please follow these steps:
โญ Star & Follow
- Star this repository on GitHub!
- Click "Watch" to stay updated.
- Follow @lankeami.bsky.social on BlueSky.
๐ด Fork this repository
Click the "Fork" button at the top right of this page to create your own copy.๐ป Clone your fork
git clone https://github.com/YOUR-USERNAME/awesome-saas-directory.git cd awesome-saas-directory
๐ Add a new SaaS
- Find the appropriate category folder.
- Create a new markdown file:
[SaaS-Name].md
. - Use the following template:
# SaaS Name **Website:** [https://example.com](https://example.com) ## Description Brief description of the SaaS. ## Features - Feature 1 - Feature 2 ## Pricing - Free tier? Paid plans? What deal are you providing our community? ## Socials - Twitter: [@yourhandle](https://twitter.com/yourhandle) - LinkedIn: [Your Name](https://linkedin.com/in/yourprofile) - Other: ...
๐ (Optional) Add a new category
- Create a new folder named after the category (e.g.,
DevOps/
). - Add your SaaS markdown file(s) inside.
- Create a new folder named after the category (e.g.,
โ Ensure the following before submitting:
- ๐ข Your SaaS is a working, live app.
- ๐ The landing page URL is live and accessible.
- ๐ฌ๐ง The landing page is in English.
- ๐ The URL actually goes to the intended landing page.
- ๐ฃ Your socials are included in your SaaS markdown page.
๐พ Commit and push your changes
git add . git commit -m "Add [SaaS Name] to [Category]" git push origin main
๐ Open a Pull Request
- Go to your fork on GitHub.
- Click "Compare & pull request" to submit your changes for review.
๐ Guidelines
- โ๏ธ Use clear, concise language.
- ๐ซ Avoid duplicate entries.
- ๐งน Keep formatting consistent.
Happy contributing! ๐