Skip to content

BlitzKraft/saythanks.io

Folders and files

NameName
Last commit message
Last commit date
Aug 12, 2020
Jan 28, 2022
Dec 2, 2023
Nov 11, 2022
Jun 19, 2024
Jan 2, 2022
Dec 1, 2023
Dec 1, 2023
Apr 15, 2021
Dec 12, 2021
Dec 2, 2023
Nov 24, 2023
Apr 26, 2022
Jun 19, 2022
Nov 17, 2022
Nov 17, 2022
Nov 12, 2016
Dec 10, 2021
Nov 21, 2016
Dec 2, 2023
Jan 7, 2022
Jun 18, 2024
Nov 13, 2016
Oct 17, 2022
Dec 1, 2023

Repository files navigation

☼ The 'Say Thanks' Project

saythanks

Spreading Thankfulness in Open Source™

saythanks.io will provide a button/link for use by open source projects, to encourage users to send a simple thank you note to the creator (or creators) of that project.

This simple button/link can be added to READMEs and project documentation.

The author can then enjoy a nice inbox (ideally) filled with very small, thoughtful messages from the happy users of the software they enjoy to toil over.

Implementation Concepts

☤ The Basics

  • Email when a new message of thankfulness is submitted (csrf enabled).
  • Inbox page for each user/project with simple aggregation of messages (private).

☤ The Architecture

  • Flask for API and Frontend, single application
  • Auth0 for credential storage (done, Auth2 in progress)
  • Heroku for Hosting (done!)
  • CloudFlare for SSL termination (done!)
  • GitHub account creation, as well as password-less email accounts

Intended Collaborators

  • Erin "The X" O'Connell (Python)
  • Tom "The Pythonist" Baker (Javascript)
  • Tom "Sea of Clouds" Matthews (Logo and Graphic Design)
  • Kenneth "Your Name Here Instead, Idan?" Reitz (Frontend Design)

Random Inspirational Links

Initial Setup for Development