Skip to content

๐Ÿš€ First 10 Users - An Awesome SaaS Directory

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:

  1. โญ Star & Follow

  2. ๐Ÿด Fork this repository
    Click the "Fork" button at the top right of this page to create your own copy.

  3. ๐Ÿ’ป Clone your fork

    git clone https://github.com/YOUR-USERNAME/awesome-saas-directory.git
    cd awesome-saas-directory
    
  4. ๐Ÿ“ 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: ...
      
  5. ๐Ÿ“‚ (Optional) Add a new category

    • Create a new folder named after the category (e.g., DevOps/).
    • Add your SaaS markdown file(s) inside.
  6. โœ… 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.
  7. ๐Ÿ’พ Commit and push your changes

    git add .
    git commit -m "Add [SaaS Name] to [Category]"
    git push origin main
    
  8. ๐Ÿ”€ 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! ๐ŸŽ‰