{"id":27524828,"url":"https://github.com/morph-data/morph-sample-apps","last_synced_at":"2025-10-08T23:36:09.895Z","repository":{"id":277200765,"uuid":"928225219","full_name":"morph-data/morph-sample-apps","owner":"morph-data","description":"Morph Sample AI Apps / Data Apps Collection.","archived":false,"fork":false,"pushed_at":"2025-03-11T01:28:59.000Z","size":472,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T02:29:35.960Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/morph-data.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-06T09:24:46.000Z","updated_at":"2025-03-11T01:29:02.000Z","dependencies_parsed_at":"2025-02-12T17:58:39.356Z","dependency_job_id":null,"html_url":"https://github.com/morph-data/morph-sample-apps","commit_stats":null,"previous_names":["morph-data/morph-sample-apps"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morph-data%2Fmorph-sample-apps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morph-data%2Fmorph-sample-apps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morph-data%2Fmorph-sample-apps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morph-data%2Fmorph-sample-apps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/morph-data","download_url":"https://codeload.github.com/morph-data/morph-sample-apps/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249496676,"owners_count":21281700,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-18T13:13:52.130Z","updated_at":"2025-10-08T23:36:04.865Z","avatar_url":"https://github.com/morph-data.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Morph Sample AI Apps / Data Apps\n\nWelcome to the **Morph Sample AI Apps / Data Apps Collection** repository!\n\nThis repository is dedicated to showcasing a variety of sample applications built with the [Morph](https://github.com/morph-data/morph).\n\nWhether you are new to Morph or an experienced user, these examples will help you understand how to leverage the framework to build powerful and efficient applications.\n\n---\n\n## Table of Contents\n\n- [Overview](#overview)\n- [AI Apps / Data Apps](#ai-apps-data-apps)\n  - [RBAC Langchain App](#rbac-langchain-app)\n  - [SQL Agent App](#sql-agent-app)\n- [How to contribute](#how-to-contribute)\n---\n\n## Overview\n\nThe Morph framework provides a flexible and powerful foundation for building AI Apps and Data Apps. This repository contains a curated set of sample applications that demonstrate various features and use cases of Morph.\n---\n\n## AI Apps / Data Apps\n\n### **RBAC Langchain App**\n- **Description:**\n\n    This app demonstrates a Role-Based Access Control (RBAC) system implemented using LangChain for AI workflow and Morph for frontend and RBAC.\n\n    It allows only users with the `admin` role to access AI chat created by LangChain.\n\n- **Installation \u0026 Usage:**\n  Please set OPENAI_API_KEY in the `.env` file.\n- **Files**\n    - [rbac_langchain_app/](./rbac_langchain_app/)\n- **Related Articles:**\n  - [Create a chat app using Langchain](https://www.morph-data.io/tools/snippets/item/create-a-chat-app-using-langchain)\n\n---\n\n### **SQL Agent App**\n- **Description:**\n\n    SQL Agent answers the user's question. It generates a SQL query from the user's question and executes the query to retrieve the result.\n\n    This sample app uses LangChain and DuckDB.\n\n- **Installation \u0026 Usage:**\n    - Please set OPENAI_API_KEY in the `.env` file.\n- **Files**\n    - [sql_agent_app/](./sql_agent_app/)\n- **Related Articles:**\n  - [Text to SQL: makes it easy to communicate with your database](https://www.morph-data.io/tools/snippets/item/text-to-sql-makes-it-easy-to-communicate-with-your-database)\n---\n\n## How to contribute\n\nIf you have any idea for an app, please create a new branch and send a pull request.\nThe steps are as follows:\n\n1. Create a new app using the `morph new` command from the root directory:\n   ```bash\n   morph new my-awesome-app\n   ```\n\n2. Add your app description to this README.md under the \"AI Apps / Data Apps\" section following this format:\n   ```markdown\n   ### **Your App Name**\n   - **Description:**\n       Brief description of what your app does and its key features\n\n   - **Installation \u0026 Usage:**\n       Any specific setup instructions\n\n   - **Files**\n       - [your-app-directory/](./your-app-directory/)\n\n   - **Related Articles:**\n     - [Article Title](article-url)\n   ```\n\n3. Create a pull request to the main branch with your new app!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorph-data%2Fmorph-sample-apps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorph-data%2Fmorph-sample-apps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorph-data%2Fmorph-sample-apps/lists"}