Skip to main content

Easily define your own software project idea and then build entirely by just clicking a button.

Project description

Just Ralph It (a.k.a. Ralfealo)

Overview

Just Ralph It is a software system that aims to help you easily define your software project idea and then build entirely by just clicking a button. To know more about it, read the concept document.

Feature Roadmap

  • Terminal UI
  • Interviewer
    • Exploration
    • Note taking
    • Topic-based context management
  • Project implementation
  • Remote execution
  • Web UI
    • Notes graph visualization
  • Hosted platform

Getting Started

0. Prerrequisites

  • Python >=3.13 or uv
  • API key from any OpenAI-compatible LLM inference provider or a ChatGPT subscription

1. Installation

pip install just-ralph-it
# or
uv tool install just-ralph-it

2. Authentication

You can create a .env file at the root of your project or home directory. You can also export the variables in your shell or pass them as CLI arguments (see jri --help).

Using an API key

# .env

# To use OpenAI as the provider, just set your OpenAI key here
JRI_LLM_API_KEY=...

# To use any OpenAI-compatible provider, provide its base URL too
JRI_LLM_PROVIDER=https://provider.example/v1
JRI_LLM_API_KEY=...

Using a ChatGPT subscription

For this, you need to have Codex installed and configure it to store credentials in a file:

# ~/.codex/config.toml
cli_auth_credentials_store = "file"

Then run:

codex login

Finally, configure it as the provider:

# .env

JRI_LLM_PROVIDER=openai-codex

Optional: Brave Search

To support web search, provide a Brave Search API key:

# .env

JRI_BRAVE_SEARCH_API_KEY=...

3. Usage

# Run the TUI and start chatting!
jri

# Visualize the notes graph
jri view

[!TIP] Given that JRI doesn't feature project implementation yet, you can hand the generated .jri/graph.json file to your favorite coding agent as a starting point for implementation.

Upgrading

python -m pip install --upgrade just-ralph-it
# or
uv tool upgrade just-ralph-it

[!WARNING] Until JRI reaches a stable version (>=1.0.0), anything could break from one version to another.

Uninstalling

# Uninstall JRI and its dependencies
pip uninstall just-ralph-it
# or
uv tool uninstall just-ralph-it

# Remove JRI from a repo
rm -fr /path/to/your-project/.jri

Contributing

Please refer to AGENTS.md.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

just_ralph_it-0.3.0.tar.gz (36.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

just_ralph_it-0.3.0-py3-none-any.whl (47.2 kB view details)

Uploaded Python 3

File details

Details for the file just_ralph_it-0.3.0.tar.gz.

File metadata

  • Download URL: just_ralph_it-0.3.0.tar.gz
  • Upload date:
  • Size: 36.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.29 {"installer":{"name":"uv","version":"0.11.29","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for just_ralph_it-0.3.0.tar.gz
Algorithm Hash digest
SHA256 0f7106514f3fb3452bc84c69949ecc4b9c3df01a3a4af4851aa039647ec8ea5d
MD5 919f037ace6862e7d834b3acafdd922c
BLAKE2b-256 f3d367022e94a10d087571615f76d0f2b4f58bfb20c6611b5cf5743f2908076d

See more details on using hashes here.

File details

Details for the file just_ralph_it-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: just_ralph_it-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 47.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.29 {"installer":{"name":"uv","version":"0.11.29","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for just_ralph_it-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3da2794ae6635c59bc641ac04ad9db91bfbd5bc03154d2ebab44741134f83bc2
MD5 ff0d382c0434cf7fa763f205f5351522
BLAKE2b-256 44220d5d910270d6b874f9569818767833ad218c569ae19aaa7f22c51e7adf1d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page