Plan Your Next Plants

A helping hand for gardeners.

OlsGrow is a self-hosted platform for people who enjoy growing plants and want a helping hand or to stay on top of everything that's going on.

Identifying Plants

Identify plants with your camera, or track diseases on your plants.

OlsGrow garden planning dashboard with plant details

System benefits

It keeps track of when you need to water and plant your seedlings.

You may have more than one location

You can create as many locations as you want if you have more places to take care of.

Keeping an eye on the weather

It checks the forecast and lets you know if it's going to rain a lot or if it's too hot for your plants.

Plan Your Next Crop

Built-in planner so you can plan your seedlings for next year. And it tells you when to plant them.

docker-compose.yml
services:
  olsgrow:
    image: codeberg.org/olsgrow/olsgrow:latest
    container_name: olsgrow
    restart: unless-stopped
    environment:
      NODE_ENV: production
    ports:
      - "3000:3000"
    volumes:
      - /path/on/your/server:/app/data

Get started

You'll soon be ready to start planning your crops.

1

Run it in Docker

Save and configure the docker-compose.yml script, then start it, and you'll be up and running in no time.

2

Register your admin account.

Go to OlsGrow on your server using port 3000 and sign up to become an administrator.

3

Set up the system

Go to Settings, configure the server settings and other details, and you'll be all set.

Reminder of when to plant

Shared Plant Database

Create Tasks

Ready to grow?

You're in complete control of everything, including the data. Everything stays with you.

OlsGrow is a web app that you host yourself on your server. If you'd like to learn more, visit our Codeberg Git repository.