update readme
This commit is contained in:
@ -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>
|
||||
|
28
readme.md
28
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...)
|
||||
|
||||
|
Reference in New Issue
Block a user