Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

*codeplain renderer

What is *codeplain?

*codeplain platform makes coding agents better by having them write and maintain specifications instead of code. It extends coding agents with agentic skills for working at the specification layer, and with tools that convert specifications into tested and validated implementation code.

This repository is the renderer that powers that last step, turning ***plain specs into software using the *codeplain API.

The result is a software development workflow centered on specifications, which are faster and more efficient for AI to produce and easier for developers to review and maintain than raw code.

Schematic overview of the *codeplain's code rendering:

Getting started

Get started in 15 minutes.

1. Install *codeplain in the terminal

macOS and Linux:

curl -fsSL https://codeplain.ai/install.sh | bash
# re-run to update to the latest version

Windows PowerShell:

irm https://codeplain.ai/install.ps1 | iex

Windows users: Please install WSL (Windows Subsystem for Linux) as this is currently the supported environment for running plain code on Windows.

Follow the installation instructions to complete setup. The installer installs the codeplain CLI, walks you through setting your CODEPLAIN_API_KEY, and offers to set up plain-forge and the plyn editor extension for you in the same session.

If you'd rather not run the installer, sign up at platform.codeplain.ai to get your API key and export it yourself:

export CODEPLAIN_API_KEY="your_actual_api_key_here"

2. Let your agent work in specs, not code

You describe what you want in plain English, an agent helps you write a spec in ***plain language, and *codeplain renders the actual code. This is what plain-forge sets up: a toolkit of skills, rules, and docs that plugs into your AI coding agent of choice — Claude Code, Codex, ForgeCode, OpenCode, or any other agent that reads from a standard skills directory — and turns a conversation into a complete .plain spec, then keeps maintaining it across the lifetime of the project.

If you didn't install it during step 1, run it any time using your favorite Node package runner:

npx plain-forge install

The same command works with any other runner — pick whichever matches your toolchain:

# npm (bundled with Node.js)
npx plain-forge install

# pnpm
pnpm dlx plain-forge install

# Bun
bunx plain-forge install

# Yarn (Berry, v2+)
yarn dlx plain-forge install

# Deno (npm: specifier, needs permissions to write the skills directory)
deno run -A npm:plain-forge install

Every runner downloads plain-forge on demand and runs it without adding it to your project's dependencies. The package exposes a plain-forge binary, so no runner needs an extra --package flag.

install fails if plain-forge is already installed at the target — to refresh an existing installation to the latest skills, rules, and docs, use update instead (swap in your runner of choice):

npx plain-forge update

3. Convert specs into tested and validated code

*codeplain extends coding agents with agentic skills for working at the specification layer, and with tools that convert specifications into tested and validated implementation code.

codeplain your-project.plain

Try it now

You can immediately test the system with a simple "Hello World" example:

  • Change to the example folder and run the example:

    cd examples/example_hello_world_python
    codeplain hello_world_python.plain
    

    Note: Rendering will take a few minutes to complete.

  • The system will generate a Python application in the dist directory. You can run it with:

    cd dist
    python hello_world.py
    

VS Code / Cursor extension

If you're using Visual Studio Code or Cursor IDE, we also recommend installing the plyn extension for ***plain syntax highlighting. The installer in step 1 offers to install it automatically if it detects code or cursor on your PATH.

Community and support

Share what you're building! Join the *codeplain Discord if you have questions, ideas, or want to share what you built.

Hit an edge case or have feedback? Reach us at support@codeplain.ai.

Abstracting Away Code Generation Complexity with ***plain

***plain is the language of spec-driven development — a specification language that combines the efficiency of natural language with the control and precision of code.

Structured sections for definitions, functional specs, implementation requirements, test requirements, and acceptance tests let your specs (not scattered docs or ad hoc prompts) become the source of truth for your software's behavior, abstracting away the complexity of using large language models for code generation.

Specs are plain text, so they fit into the workflows you already use — version control, pull requests, and code review.

See the ***plain language guide to learn the full syntax.

An example application in ***plain

Additional Resources

Examples and Sample Projects

  • See the examples folder for sample projects in Golang, Python, React, and Flutter.
  • For an example of how to implement Pong in ***plain, see the pong example.
  • For an example of how to implement a task manager in ***plain, see the task-manager example.

Documentation

Release files for codeplain 0.3.11.dev17

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for codeplain 0.3.11.dev17
File Size Uploaded
codeplain-0.3.11.dev17.tar.gz 536.3 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for codeplain 0.3.11.dev17
File Interpreter ABI Platform
codeplain-0.3.11.dev17-py3-none-any.whl Python 3 none any Details

Total release size: 755.7 kB

Release files / codeplain-0.3.11.dev17.tar.gz

Download URL codeplain-0.3.11.dev17.tar.gz
Size 536.3 kB
Tags Source
SHA-256 checksum
How to use checksums
53ced820b317e868434e49e67491af56bb0af0423a5920f06a70332315bbec79
BLAKE2b-256 checksum
How to use checksums
ffbc7b9b000863223339d1a8189a4774f7f2b074f29536a50e02861ae0242886
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / codeplain-0.3.11.dev17-py3-none-any.whl

Download URL codeplain-0.3.11.dev17-py3-none-any.whl
Size 219.4 kB
Tags Python 3
SHA-256 checksum
How to use checksums
958787199cf75cd2e561148d398fe26a380b9e9c0da22ecd6d60332891ce2ea1
BLAKE2b-256 checksum
How to use checksums
d3ebd5d62648271e4e02041ce4a6d76197b070340136c84aae8f5a37d1a7fcd0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

0.3.11.dev17 This release

2 release files

0.3.9

2 release files

0.3.8

2 release files

0.3.7

2 release files

0.3.6

2 release files

0.3.5

2 release files

0.3.4

2 release files

0.3.3

2 release files

0.3.2

2 release files

0.3.1

2 release files

0.3.0

2 release files

0.2.20

2 release files

0.2.19

2 release files

0.2.18

2 release files

0.2.17

2 release files

0.2.14

2 release files

0.2.13

2 release files

0.2.11

2 release files

0.2.10

2 release files

0.2.9

2 release files

0.2.8

2 release files

0.2.7

2 release files

0.2.6

2 release files

0.2.5

2 release files

0.2.4

2 release files

0.2.3

2 release files

0.2.2

2 release files

0.2.1

2 release files

0.2.0

1 release file

0.1.8

1 release file

0.1.7

1 release file

0.1.6

1 release file

0.1.5

1 release file

0.1.4

1 release file

0.1.3

1 release file

0.1.2

1 release file

0.1.1

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page