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.

AlphaTrading

AlphaTrading

AlphaTrading is a multi-agent AI trading framework designed to bridge advanced off-chain quantitative analysis with verifiable on-chain execution. Built from first principles, it moves beyond simple single-prompt wrappers by introducing a collaborative "AI Syndicate" architecture. The system leverages LangGraph to orchestrate a multi-stage workflow. Specialized AI analysts (Market, News, and Quant) process cross-domain data signals, which feed into a rigorous Bull/Bear research debate. This ensures every strategy is deeply stress-tested before a Trader agent generates a preliminary TradeIntent. A critical technical differentiator of this framework is the strict decoupling of AI reasoning from financial execution. To ensure capital safety, a deterministic Risk Engine intercepts all AI-generated proposals. It enforces hard constraints—such as maximum position sizing and single-order limits—before any action is finalized. Furthermore, the system maintains a continuous learning loop, utilizing ChromaDB for semantic memory and SQLite for robust portfolio state tracking. To solve the "trust black box" inherent in autonomous AI, the framework natively integrates with the ERC-8004 standard. The agent registers a verifiable on-chain identity, signs trade intents using EIP-712, and interacts with a smart contract RiskRouter. By waiting for asynchronous on-chain feedback to update its virtual ledger, the agent creates a transparent, immutable track record, building a measurable reputation based entirely on objective, risk-adjusted performance.

Vartovii Sentinel-8004

Vartovii Sentinel-8004

`Vartovii Sentinel-8004` is a trust and control layer for autonomous trading agents. Instead of building another trading bot, we focused on the checkpoint that should exist before capital moves. Each trade starts as a canonical `TradeIntent`. Sentinel evaluates that intent against deterministic risk policy and returns one of three machine-readable outcomes: `ALLOW`, `DENY`, or `ALLOW_WITH_DOWNSIZE`. Every decision produces a signed verdict, validation artifact, permit verification result, and Kraken-shaped execution preview so judges can inspect the full proof chain end to end. The public repo implements real EIP-712 typed-data signing and verification, ERC-8004-style identity binding, organizer-aligned shared Sepolia contract configuration, and a hosted judge-first walkthrough with four canonical scenarios. The main demo surface is intentionally narrow: judges can open `/judge` for the proof story or `/operator` for a dry-run pipeline without needing private infrastructure, exchange credentials, or hidden services. This is the primary judged product surface. A separate founder-run companion repository exists only as supporting proof that the guardrail also matters in a live-market loop. As of April 8, 2026, that founder-run companion log contains 130 recorded cycles, including 83 approved shared-Sepolia RiskRouter actions. The public submission does not depend on that companion surface to run. Sentinel-8004 fits the hackathon thesis because it combines AI-agent execution intent, cryptographic verification, risk controls, and transparent auditability into one reusable control layer. The long-term product path is a deployable guardrail module or micro-SaaS for autonomous trading systems, treasury agents, and policy-constrained execution workflows.