Feel it

Words only go so far.

demo
piruetas
What it is

Only what you need.

  • One page a day.

    Today, front and center.

  • Images & formatting.

    Out of the way everywhere else.

  • Private by default.

    No telemetry, period.

More, still modest

Quietly useful.

  • Share a day.

    Share with whoever you want, in one link.

  • Export your entries.

    Take your words with you whenever you want.

  • Images.

    Drop a photo in your entry.

  • Light & dark.

    Two warm themes. Pick one.

Self-host (for the technically inclined)

One command.

One command, if you're in a hurry.
docker run -p 8000:8000 -v ./data:/data patillacode/piruetas:latest
Or a docker-compose.yml, for the long haul.
services:
  piruetas:
    image: forgejo.patilla.es/patillacode/piruetas:latest
    ports:
      - "8000:8000"
    volumes:
      - ./data:/data
    environment:
      SECRET_KEY: change-me-to-a-random-string
      ADMIN_USERNAME: admin
      ADMIN_PASSWORD: changeme
    restart: unless-stopped
Pricing
Self-hosted
Free

Open source. Docker-ready. Yours to keep.

GitHub ↗