Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/novuhq/saascomponents-io
The SaaS Components Map
https://github.com/novuhq/saascomponents-io
saas
Last synced: about 1 month ago
JSON representation
The SaaS Components Map
- Host: GitHub
- URL: https://github.com/novuhq/saascomponents-io
- Owner: novuhq
- License: mit
- Created: 2022-12-15T04:39:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T20:14:37.000Z (10 months ago)
- Last Synced: 2024-02-29T21:30:20.003Z (10 months ago)
- Topics: saas
- Language: JavaScript
- Homepage: https://saascomponents.io
- Size: 2.03 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
## SaaS Components Landscape
[SaaS Components](https://saascomponents.io) maps application-level components of building a modern SaaS product. Those components, for example, include authentication, billing, communications, and many more. The solutions can be open-source, SaaS, frameworks, etc.
We are certain this term and landscape can help millions of engineers build complete SaaS products quickly and efficiently.
## 🚀 Getting Started
Running the project locally is simple. After cloning the repo run:
```bash
yarn
yarn start
```and browse to `http://localhost:3000/`
## ⭐️ Adding Your Logo
To add your logo, you'll need to:
1. Add an svg file of your logo (including the text of your logo, not just the emblem) to `src/vendors/logos/`.
2. Add your details to `src/vendors/vendors.json`.
3. Add an import to your logo at `src/vendors/index.js`## 🛡️ License
This project is licensed under the MIT License - see the LICENSE file for details.