Skip to content
Open
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
10 changes: 10 additions & 0 deletions apps/app-nz/app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: "App.nz"
description: "New Zealand applied-AI platform for app hosting, autonomous coding agents, chat, deep research, and model routing. Connects models from OpenRouter and other providers in one place using your own API keys."
url: "https://app.nz"
docs: "https://app.nz/docs"
tags:
- chat
- coding
- research
- productivity
date_added: "2026-06-16"
Binary file added apps/app-nz/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions apps/codex-infinity/app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: "Codex Infinity"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Split the multi-app submission or fix CI output

This commit adds three distinct apps/* directories, but the checked .github/workflows/validate.yml step builds CHANGED_DIRS with newline-separated values and then writes it via echo "dirs=$CHANGED_DIRS" >> $GITHUB_OUTPUT. For this diff that output file becomes dirs=app-nz followed by bare codex-infinity and openpaths lines, which GitHub Actions treats as an invalid output format before node scripts/validate.js runs. Submit one app directory at a time or update the workflow to emit a single-line/heredoc output.

Useful? React with 👍 / 👎.

description: "An autonomous coding agent CLI built on OpenAI Codex. Flags like --auto-next-steps, --auto-next-idea, and --auto-next-goal let it keep coding, testing, and improving on its own. Works with any provider, including OpenRouter via your OpenRouter API key."
url: "https://codex-infinity.com"
docs: "https://codex-infinity.com/docs"
tags:
- coding
open_source: "https://github.com/lee101/codex-infinity"
date_added: "2026-06-16"
Binary file added apps/codex-infinity/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions apps/openpaths/app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: "OpenPaths"
description: "An AI model gateway with one unified API for chat, image, video, music, speech, embedding, and transcription across 15+ providers including OpenRouter. Bring your own keys and route requests across providers from a single endpoint."
url: "https://openpaths.io"
docs: "https://openpaths.io/docs"
tags:
- chat
- creative
- other
open_source: "https://github.com/lee101/openpaths"
date_added: "2026-06-16"
Binary file added apps/openpaths/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.