Skip to content

Commit 3a81fa7

Browse files
committed
updated the section name + copy
1 parent 0cce9a1 commit 3a81fa7

3 files changed

Lines changed: 7 additions & 12 deletions

File tree

docs/docs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,9 +428,9 @@
428428
]
429429
},
430430
{
431-
"group": "Design & UX Standards",
431+
"group": "Design Guidelines",
432432
"pages": [
433-
"mini-apps/design-ux/design-patterns",
433+
"mini-apps/design-ux/best-practices",
434434
"mini-apps/design-ux/onchainkit"
435435
]
436436
},

docs/images/minikit/Publisher.png

679 KB
Loading
Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Design Patterns
2+
title: Best Practices
33
description: Design best practices for Mini Apps
44
---
55

@@ -12,23 +12,18 @@ description: Design best practices for Mini Apps
1212

1313
![Metadata Guidelines](/images/minikit/mobile-first.png)
1414

15-
### Onboarding and guest experiences
15+
### First impression and user onboarding
1616
- Your app metadata will be the first thing a new user will see, and is what they’ll base their first impression on. Aim for your metadata to provide helpful context, and properly set expectations with new users on what your app does.
17-
Consider the experience for new users opening your app for the first time. Include your value props, a light onboarding flow, or easy access to guides / FAQs from your homepage to help new users orient themselves
18-
- No technical jargon - language is user-friendly
19-
- Value is immediately apparent to new users
20-
- Defer auth until needed. Triggering the auth tray as the first thing a user sees on app open can create a jarring experience, and asks users to take an action they may not be confident in before demonstrating the value of your app.
21-
- Include a splash page for sign-in if needed.
22-
- Consider adding a “guest” mode, allowing users to explore your app before asking them to sign in.
17+
- Consider the experience for new users opening your app for the first time. Include your value props, a light and delightful onboarding flow, or easy access to guides / FAQs from your homepage to help new users orient themselves.
18+
- Consider adding a “guest” mode, allowing users to explore your app before asking them to sign in. Defer auth until needed. Triggering the auth tray as the first thing a user sees on app open can create a jarring experience, and asks users to take an action they may not be confident in before demonstrating the value of your app.
2319

2420
![Metadata Guidelines](/images/minikit/metadata-guidelines.png)
2521

26-
2722
### Gasless transactions
2823
Enable users to transact on your apps without needing gas by using wallet solutions that support gas sponsorship like [Base Account and Paymaster](/base-account/improve-ux/sponsor-gas/paymasters).
2924

3025
### Legible identity
31-
Never use wallet addresses. Instead, leverage identity solutions like ENS and [Basenames](/base-account/basenames/basenames-onchainkit-tutorial).
26+
Never display wallet addresses as default usernames. Instead, leverage identity solutions like ENS and [Basenames](/base-account/basenames/basenames-onchainkit-tutorial).
3227

3328
### Localization
3429
Many of our users are located around the world. Apps that are localised for each region will perform significantly better. For next.js apps, you can use Next.js Internationalization to localize your app.

0 commit comments

Comments
 (0)