Update LICENSE and README for plaintext
This commit is contained in:
28
README
Normal file
28
README
Normal file
@ -0,0 +1,28 @@
|
||||
purr
|
||||
-----
|
||||
|
||||
Purr is a work-in-progress web application offering customizable password generation and time-limited sharing of secrets.
|
||||
|
||||
GOALS
|
||||
|
||||
- Generate sufficiently memorable but secure passwords for use with accounts that don't offer better authentication methods.
|
||||
- Share text secrets with others without disclosing the secret in the message itself.
|
||||
- Be really cute compared to the competition.
|
||||
- Provide a minimal and clean interface for generating and sharing passwords.
|
||||
- Maintain a clean and organized codebase that can be extended to include more utilities than originally anticipated.
|
||||
|
||||
WHY TRUST YOU?
|
||||
|
||||
You shouldn't. This is free and open-source software which you can run on your own hardware. Instructions for deployment are coming SOON™.
|
||||
|
||||
TECH STACK
|
||||
|
||||
- Haskell and Scotty backend
|
||||
- HTMX frontend
|
||||
- SQLite database
|
||||
|
||||
DEVELOPMENT & SUPPORT
|
||||
|
||||
Please send me an email for support.
|
||||
|
||||
Copyright 2022 James Eversole (james@eversole.co)
|
Reference in New Issue
Block a user