Driven by simplicity and stability in mind, Plainpad offers great potential at no cost. Become the owner of your data as Plainpad will nicely run on your own server.
To clone and run this application, you'll need Docker installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/alextselegidis/plainpad.git
# Go into the repository
$ cd plainpad
# Start Docker
$ docker compose up -dNote: the current setup works with Windows and WSL & Docker.
A standalone seeder is available to populate the database with realistic
sample notes (medical-student study notes). It is not wired into the
default DatabaseSeeder and must be run manually:
# From the server directory (or inside the app container)
$ php artisan db:seed --class=DemoSeederThe seeder creates a dedicated demo user the first time it runs:
- Email:
med.student@example.org - Password:
12345678
Re-running the command refreshes the demo user's notes without producing duplicates.
Code Licensed Under GPL v3.0 | Content Under CC BY 3.0
Website alextselegidis.com  · GitHub alextselegidis  · Twitter @alextselegidis
