Top Builders

Explore the top contributors showcasing the highest number of app submissions within our community.

OpenAI Codex

OpenAI Codex is an artificial intelligence model developed by OpenAI. It parses natural language and generates code in response. It is used to power GitHub Copilot, a programming autocompletion tool. Codex is a descendant of OpenAI's GPT-3 model, fine-tuned for use in programming applications. OpenAI has released an API for Codex in closed beta. Based on GPT-3, a neural network trained on text, Codex has additionally been trained on 159 gigabytes of Python code from 54 million GitHub repositories. You can find more information here https://openai.com/blog/openai-codex/

General
Relese dateAugust 31, 2021
AuthorOpenAI
Repository-
TypeAutoregressive, Transformer, Language model

Start building with Codex

We have collected the best Codex libraries and resources to help you get started to build with Codex today. To see what others are building with Codex, check out the community built Codex Use Cases and Applications.


Boilerplates

Kickstart your development with a Codex based boilerplate. Boilerplates is a great way to headstart when building your next project with Codex.

  • Codex Boilerplate Create a function just by typing what it should do, with help of OpenAI Codex.

Libraries

A curated list of libraries and technologies to help you build great projects with Codex.


OpenAI Codex AI technology Hackathon projects

Discover innovative solutions crafted with OpenAI Codex AI technology, developed by our community members during our engaging hackathons.

MidContext Live Translation Agent

MidContext Live Translation Agent

MidContext Live Translation Agent solves a major challenge for companies operating across multilingual markets: customer support becomes slower, more expensive and less personal as customers and agents do not speak the same jargon. Beyond language, each generation have its unique way of talking and AI enables hyper customisation capabilities. We identified low scalable workflows, high wait times, low resolution quality and inconsistent customer experience as key pain points for companies, especially for companies scaling across Europe with different languages, accents and local expectations, and low maturity with their internal knowledge bases. Scalable globally, and also interesting to mayor incumbents that can not afford losses in their reputation. Our solution is a real-time voice translation layer between customer care agents and customers. The system captures voice input, converts speech through ASR, routes the conversation through a customer support layer, and generates natural voice responses using TTS. It does more than translate words: it preserves context, intent, tone and company jargon, while connecting to local knowledge bases and support workflows. It works today, right away in the company as it is, and help build its future enriching their local customer service knowledge base. The target users are multinational companies, customer operations teams, CCaaS providers and enterprises that need scalable multilingual support without losing the human connection. MidContext uses a glocal strategy: one global architecture, adapted to local languages, customer behaviors, policies and knowledge bases. A human-in-the-loop quality model keeps agents responsible for sensitive cases, approvals and escalations, reducing technological complexity while improving trust, resolution quality and customer satisfaction.

FinAgent V2 β€” Autonomous Multi-Agent Investment AI

FinAgent V2 β€” Autonomous Multi-Agent Investment AI

FinAgent V2 is an autonomous multi-agent investment analysis system built for VC/PE firms, fund managers, and investment analysts who need structured, deep analysis without a dedicated research team. Unlike single-model approaches, V2 deploys five specialized AI agents coordinated by an LLM-driven Orchestrator that uses function calling to dynamically plan which agents to activate based on user input and natural language intent. Three Analysis Modes: Mode A β€” Market Analysis: Enter a stock ticker. The Orchestrator dispatches QuantAgent, PeerAgent, and CIOAgent in parallel to deliver complete market analysis including valuation models (PE/PB/PEG/EV-EBITDA/DCF), peer comparison, technical trends, and investment verdict. Mode B β€” Report + Market Analysis: Upload a financial report PDF and enter a ticker. FundamentalAgent and QuantAgent run simultaneously β€” one reads the document using Gemini multimodal AI, one pulls live market data via yfinance. CIOAgent then cross-analyzes both outputs, surfacing divergence signals between reported fundamentals and current market performance. Mode C β€” AI Dialogue: Talk to the Orchestrator in natural language. It introduces itself, asks clarifying questions, confirms the analysis plan, then dispatches the right combination of agents. True conversational orchestration that adapts to user needs. Key technical features: streaming dashboard where results appear section by section as each agent completes, intelligent peer identification using sector and geography context, reflection loop where the Orchestrator synthesizes from LLM knowledge when agent data is incomplete, and optional Featherless open-source model inference. Built on: Gemini API, OpenAI function calling, React/TypeScript, Express, Vultr (Milan region), yfinance, Featherless.