https://github.com/nicopujia/just-ralph-it
Software that helps you define your own software project idea and then to build it entirely by just clicking a button.
https://github.com/nicopujia/just-ralph-it
ralph-loop
Last synced: 10 days ago
JSON representation
Software that helps you define your own software project idea and then to build it entirely by just clicking a button.
- Host: GitHub
- URL: https://github.com/nicopujia/just-ralph-it
- Owner: nicopujia
- Created: 2026-03-15T00:53:31.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-06-03T04:45:53.000Z (24 days ago)
- Last Synced: 2026-06-03T05:24:57.544Z (24 days ago)
- Topics: ralph-loop
- Language: Python
- Homepage: https://justralph.it
- Size: 4.9 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# JRI (i.e. [Just Ralph It](https://justralph.it), a.k.a. [Ralfealo](https://ralfealo.com))
## Getting started
### Prerrequisites
- [uv](https://docs.astral.sh/uv/)
### Setup
```bash
# Clone repo
git clone https://github.com/nicopujia/just-ralph-it
cd ./just-ralph-it
# Install dependencies
uv sync
# Install CLI globally
uv tool install -e .
# Run it!
jri
```
## Related resources
- [Concept document](https://nicolaspujia.com/just-ralph-it), by the creator of JRI.
- [Original article about the Ralph technique](https://ghuntley.com/ralph), by [G. Huntley](https://x.com/GeoffreyHuntley), creator of Ralph.
- [The Ralph Playbook](https://claytonfarr.github.io/ralph-playbook/), backed by G. Huntley.