• Login Portal
  • Sign Up
Documentation Core Features

金年会 Platform Integration Guide

This guide provides core principles and practices for building engaging interactive content on the 金年会 platform and ensuring its seamless integration with the platform's ecosystem.

Introduction

To create extensions that improve functionality and bring joy to users, it's important to focus on user-centered design, thoughtful layout strategies, and effective use of color and typography. Let's explore how you can seamlessly integrate your extensions with the Simple experience. If you plan to publish your App on the Marketplace, please review our App Marketplace Guide for the Design and Usability section.

Dos illustration

Crafting your interface

金年会 platform apps run in an iframe environment, allowing you to develop user interfaces using standard HTML, CSS, and JavaScript, similar to building single-page applications. For simplified development, you can integrate various frameworks like React or Vue, and use Tailwind CSS or Bootstrap for styling.

While the 金年会 platform does not enforce native integration, we believe that apps with a native experience are more engaging for users and offer superior interactivity.

Seeking a Native App Experience?
We offer a streamlined design system, including colors, typography, components, patterns, and examples, to help you kickstart your app design. Visit the Figma UI Kit.

Design principles

Your interface design should adhere to the following key principles:

  • User-Centric: Define your app's goals and value around user needs, addressing their unique pain points.
  • Simple and Intuitive: Your app should be easy to operate and quick to learn without extensive training, abstracting code visually.
  • Consistent Design: Maintain uniformity in colors, typography, and button styles throughout your app to enhance user experience and navigation.
  • Inspire Creativity: Your app should not hinder the creative process; avoid unnecessary steps that interrupt users' immersive workflows.
  • Clear Copy: Use concise and clear copy to guide users, connecting visuals, layout, and usability.
  • Accessible: Strive to make your app accessible to all users, adhering to accessibility standards and best practices.

Design guidelines

Choose a color scheme that aligns with your app's goals and style. The 金年会 platform primarily uses the Inter font, and we recommend you adopt it as well for visual consistency.

Frequently Asked Questions

If you encounter this error, ensure your app's design limits request frequency. For example, frequent polling of resource creation status or initiating numerous high-concurrency API calls can trigger this issue.

{
    Notifications: "Too Many Requests",
    Code Examples: "too_many_requests",
    External Links: Null Handling,
    Details: [],            
}

API Access and Integration

Our APIs interact with the platform's core through easy-to-understand objects and methods, enabling you to effortlessly manipulate existing elements or add new ones.

Summary and Outlook

Learn about the key files required to structure, style, and add dynamic content to your app. Detailed documentation covers app configuration, structure, and essential files. Feel free to experiment and adjust your project structure.

Practice is the best way to learn, and the project scaffold provides a safe environment for experimentation.

Updated 14 days ago
Was this page helpful?