This repository serves as a portfolio of projects that build and thrive within the Xaloraecosystem. Our mission is to foster innovation and collaboration by showcasing a wide range of projects that leverage the AI models provided by XaloraProtocol.
We invite open-source developers and innovators to contribute to the XaloraEcosystem. If you have a project that utilizes Xalora's API and wish to have it listed in our ecosystem, follow these steps to submit a pull request (PR):
Ensure your project meets the following criteria:
- Utilizes any AI APIs provided by Xalora
- Has a publicly accessible website
- Bonus point: Has a publicly accessible repository on GitHub
- Fork this repository to your GitHub account.
- Clone your forked repository locally.
- Open the
ecosystem-list.jsonfile and add your project information in the format below. - Add your project's icon image to the icons folder. Ensure the image is optimized for web use and does not exceed 50KB in size.
ecosystem-list.json item format:
{
"title": "Your Project Title",
"description": "Your project description.",
"image": "your-project-icon.png",
"url": "https://your-project-url.com",
"links": [
{
"title": "App",
"url": "https://your-project-app-url.com"
},
{
"title": "GitHub",
"url": "https://github.com/your-github-repo"
}
// Add more links as needed
]
}
Prepare the following information for your project listing:
- Title: The name of your project.
- Description: A concise explanation of what your project does.
- Image: The filename of your project's icon (please ensure the icon is added to the icons folder in this repository).
- URL: The main website or landing page for your project.
- Links: Relevant links to your project's app interface, GitHub repository, documentation, social media, etc.
Please include your project name in the PR title. In the description, briefly describe your project and how it integrates with Xalora's AI models.
Our team will review your submission on a weekly basis. Once approved, your project will be listed in the [XaloraEcosystem page]