Skip to content

GenericSuite App Creation and Configuration guide

gs_logo_circle.png

Check this documentation to learn how to create the App frontend/backend configurations and data structures.

Directory Structure

genericsuite-configs/
├──backend/
| ├──ai_chatbot_conversations.json
| ├──app_main_menu.json
| ├──endpoints.json
| ├──general_config.json
| ├──users_api_keys.json
| ├──users_config.json
| ├──users_profile.json
| └──users.json
├──frontend/
| ├──ai_chatbot_conversations.json
| ├──app_constants.json
| ├──general_config.json
| ├──general_constants.json
| ├──users_api_keys.json
| ├──users_config.json
| ├──users_profile.json
| └──users.json