Skip to content

Add Foxflow to the adopters #233

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions public/img/logos/foxflow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const examples = (await getCollection('example'));
<a class="link link-accent" href="https://slack.cncf.io/" target="_blank" rel="noopener">Open Slack</a>
</Card>
</Section>

<!-- Projects -->
<Section title="Open Source projects supporting our DSL" class="bg-base-200" isGrid={true}>
<Card title="Apache EventMesh Workflow" image="img/logos/eventmesh.png">
Expand Down Expand Up @@ -130,6 +130,10 @@ const examples = (await getCollection('example'));
<p>FaasNet makes it easy to deploy functions and API to Kubernetes without repetitive, boiler-plate coding.</p>
<a class="link link-accent" href="https://github.com/simpleidserver/FaasNet" target="_blank" rel="noopener">Learn More</a>
</Card>
<Card title="Foxflow" image="img/logos/foxflow.svg" imageSize="medium">
<p>Foxflow's AI agent development platform accelerates business process automation and software delivery through LLM-integrated declarative workflows</p>
<a class="link link-accent" href="https://foxflow.com" target="_blank" rel="noopener">Learn More</a>
</Card>
<Card title="Huawei" image="img/logos/huawei.png" imageDark="img/logos/huawei.svg" imageSize="medium">
<p>Huawei FunctionGraph hosts event-driven functions in a serverless context while ensuring high availability, high scalability, and zero maintenance.</p>
<a class="link link-accent" href="https://www.huaweicloud.com/intl/en-us/product/functiongraph.html" target="_blank" rel="noopener">Learn More</a>
Expand Down