KP's Message Board is an ephemeral message board app built with Python Flask and hosted on Google Cloud. Instead of an account, we use each user's IP address (or, if IPv6, the first 15 characters of it) (which isn't secret anyway), a random number generated by your computer and saved in your browser, and a customizable signature that displays at the end of your posts.
-
- No unecessary frameworks or sophisticated, resource-intensive CSS, just basic HTML, JS, and simple CSS.
-
- Up to 1 second latency when posting
-
- We're always accepting contributions!
-
- Pick whichever your eyes perfer!
-
- Upload a image under 5MB and share it, or draw it in the kpdraw editor and press "send to KP message board"! Images get removed when another image is posted
The KP Message Board is currently hosted on a Google Cloud VM, in Google's us-west1-c datacenter in Oregon. We use DuckDNS for dynamic DNS, Certbot/Let's Encrypt for SSL signing, and Nginx + Waitress + Python Flask to run the site.

