From 7df13b4866fb250f7a3018010ab3c4ced3b03833 Mon Sep 17 00:00:00 2001 From: Mason Payne Date: Sun, 6 Apr 2025 22:54:49 -0600 Subject: [PATCH] update readme --- cmd/cli/templates/vue/MainLayout.vue.tmpl | 2 +- readme.md | 28 +++++++++++------------ 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/cmd/cli/templates/vue/MainLayout.vue.tmpl b/cmd/cli/templates/vue/MainLayout.vue.tmpl index 330d773..3bcb697 100644 --- a/cmd/cli/templates/vue/MainLayout.vue.tmpl +++ b/cmd/cli/templates/vue/MainLayout.vue.tmpl @@ -13,7 +13,7 @@ -
+
diff --git a/readme.md b/readme.md index d987e79..8cf89d8 100644 --- a/readme.md +++ b/readme.md @@ -1,22 +1,22 @@ # Masonry -Masonry is intended to be a library that provides and implements all the basics necessary to build robust, production ready web applications. +Masonry is a library that provides and implements all the basics necessary to build robust, production ready web applications. ## Features -[ ] Authentication via SpartanAuth -[ ] Authorization via SpiceDB -[ ] Database - your pick of Turso, LibSQL, SQLite, MySQL, Postgres -[ ] Payments via Stripe with flexible product configurations and pricing -[ ] Semantic Search for RAG or application navigation -[ ] System Email templates and SMTP integration -[ ] Cross-platform, installable apps for mobile, desktop and web -[ ] Predetermined frontend frameworks and adjustable styles -[ ] Built in notification framework -[ ] Customizable calls to webhooks for any event -[ ] -[ ] -[ ] +- [ ] Authentication via SpartanAuth +- [ ] Authorization via SpiceDB +- [x] Database - your pick of Turso, LibSQL, SQLite, MySQL, Postgres +- [ ] Payments via Stripe with flexible product configurations and pricing +- [ ] Semantic Search for RAG or application navigation +- [ ] System Email templates and SMTP integration +- [ ] Cross-platform, installable apps for mobile, desktop and web +- [x] Predetermined frontend frameworks and adjustable styles +- [ ] Built in notification framework +- [ ] Customizable calls to webhooks for any event +- [ ] Integrate with an object storage system like S3 +- [ ] +- [ ] ## Design Philosophy (changeable...)