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>
</SideNavBar>
<main class="flex-1 p-4 bg-blue-50">
<main class="flex-1 p-4 bg-blue-50 h-screen overflow-auto">
<Header />
<router-view />
</main>

View File

@ -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...)