Skip to content

Commit 416f035

Browse files
dadachiclaude
andcommitted
Update README to match marketing spec
- Add full features and tech stack list - Add force version update features - Add Organization Switching UI - Add MyTurnTag Creator extraction note - Add Turbo description Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1d73bb2 commit 416f035

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,44 @@
22

33
A [Rails 8.1](https://rubyonrails.org/) API backend for NativeAppTemplate iOS/Android mobile applications. It's a multi-tenant SaaS application with token-based authentication, role-based authorization, and RESTful API endpoints.
44

5+
Extracted from the Rails API backend for [MyTurnTag Creator for iOS](https://apps.apple.com/app/myturntag-creator/id1516198303) and [MyTurnTag Creator for Android](https://play.google.com/store/apps/details?id=com.myturntag.myturntagcreator).
6+
57
For more information, visit [nativeapptemplate.com](https://nativeapptemplate.com).
68

79
## API Documentation
810

911
[API Documentation](https://nativeapptemplate.com/api-docs/index.html)
1012

13+
## Features
14+
15+
- **Ruby on Rails 8.1**
16+
- **PostgreSQL**
17+
- **Solid Queue/Cable/Cache**
18+
- **[devise_token_auth](https://github.com/lynndylanhurley/devise_token_auth)**
19+
- **[jsonapi-serializer](https://github.com/jsonapi-serializer/jsonapi-serializer)**
20+
- **[pundit](https://github.com/varvet/pundit)**
21+
- **[acts_as_tenant](https://github.com/ErwinM/acts_as_tenant)**
22+
- **[pagy](https://github.com/ddnexus/pagy)**
23+
- **[Turbo](https://turbo.hotwired.dev/)** (real-time page updates for Number Tags Webpage)
24+
- **Test** (Minitest)
25+
26+
### Included Features
27+
28+
- Sign Up / Sign In / Sign Out
29+
- Email Confirmation
30+
- Forgot Password
31+
- CRUD Operations for Shops (Create/Read/Update/Delete)
32+
- CRUD Operations for Shops' Nested Resource, Number Tags (ItemTags) (Create/Read/Update/Delete)
33+
- URL Path-Based Multitenancy (prepends `/:account_id/` to URLs)
34+
- User Invitation to Organizations
35+
- Role-Based Permissions and Access Control
36+
- Organization Switching UI
37+
- Admin Panel
38+
- Force App Version Update
39+
- Force Privacy Policy Version Update
40+
- Force Terms of Use Version Update
41+
- And more!
42+
1143
## Related Repositories
1244

1345
### Paid Clients

0 commit comments

Comments
 (0)