update readme

This commit is contained in:
2025-04-06 22:54:49 -06:00
parent 669154ac6e
commit 7df13b4866
2 changed files with 15 additions and 15 deletions

View File

@ -13,7 +13,7 @@
</template> </template>
</SideNavBar> </SideNavBar>
<main class="flex-1 p-4 bg-blue-50"> <main class="flex-1 p-4 bg-blue-50 h-screen overflow-auto">
<Header /> <Header />
<router-view /> <router-view />
</main> </main>

View File

@ -1,22 +1,22 @@
# Masonry # 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 ## Features
[ ] Authentication via SpartanAuth - [ ] Authentication via SpartanAuth
[ ] Authorization via SpiceDB - [ ] Authorization via SpiceDB
[ ] Database - your pick of Turso, LibSQL, SQLite, MySQL, Postgres - [x] Database - your pick of Turso, LibSQL, SQLite, MySQL, Postgres
[ ] Payments via Stripe with flexible product configurations and pricing - [ ] Payments via Stripe with flexible product configurations and pricing
[ ] Semantic Search for RAG or application navigation - [ ] Semantic Search for RAG or application navigation
[ ] System Email templates and SMTP integration - [ ] System Email templates and SMTP integration
[ ] Cross-platform, installable apps for mobile, desktop and web - [ ] Cross-platform, installable apps for mobile, desktop and web
[ ] Predetermined frontend frameworks and adjustable styles - [x] Predetermined frontend frameworks and adjustable styles
[ ] Built in notification framework - [ ] Built in notification framework
[ ] Customizable calls to webhooks for any event - [ ] Customizable calls to webhooks for any event
[ ] - [ ] Integrate with an object storage system like S3
[ ] - [ ]
[ ] - [ ]
## Design Philosophy (changeable...) ## Design Philosophy (changeable...)