An open API service indexing awesome lists of open source software.

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.

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.