{"id":30614574,"url":"https://github.com/morpho-org/morpho-lite-apps","last_synced_at":"2025-08-30T07:15:37.736Z","repository":{"id":279669755,"uuid":"930524657","full_name":"morpho-org/morpho-lite-apps","owner":"morpho-org","description":"A monorepo containing the Lite and Fallback apps","archived":false,"fork":false,"pushed_at":"2025-08-14T15:46:41.000Z","size":1127,"stargazers_count":11,"open_issues_count":2,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-14T17:33:36.895Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://lite.morpho.org/","language":"TypeScript","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/morpho-org.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,"zenodo":null}},"created_at":"2025-02-10T19:17:02.000Z","updated_at":"2025-08-14T15:28:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"d86c606c-6af9-4cab-844f-f938b7f8667e","html_url":"https://github.com/morpho-org/morpho-lite-apps","commit_stats":null,"previous_names":["morpho-org/morpho-blue-offchain-public","morpho-org/morpho-lite-apps"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/morpho-org/morpho-lite-apps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morpho-org%2Fmorpho-lite-apps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morpho-org%2Fmorpho-lite-apps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morpho-org%2Fmorpho-lite-apps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morpho-org%2Fmorpho-lite-apps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/morpho-org","download_url":"https://codeload.github.com/morpho-org/morpho-lite-apps/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morpho-org%2Fmorpho-lite-apps/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272817705,"owners_count":24998038,"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","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-08-30T07:15:35.506Z","updated_at":"2025-08-30T07:15:37.728Z","avatar_url":"https://github.com/morpho-org.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Morpho Lite Monorepo\n\nThis monorepo contains code for the [fallback](https://fallback.morpho.org/) and [lite](https://lite.morpho.org) apps, as well as a UIKit for components\nthey share.\n\n## Installation\n\nTo get started:\n\n```shell\ngit clone https://github.com/morpho-org/morpho-lite-apps.git\ncd morpho-lite-apps\n# Install packages\npnpm install\n# Run\npnpm run fallback-app:dev # ← for fallback app\npnpm run lite-app:dev # ← for fallback app\n```\n\nAfter running the commands above, open [http://localhost:5173/](http://localhost:5173/) in your browser to use whichever app you ran.\n\n## Features\n\n### Fallback\n\n\u003e A resilient frontend, designed for emergencies with minimal dependencies\n\n- 🦋 View your deposits in MetaMorpho vaults\n- 🌌 View your borrow positions\n- 📤 Withdraw from MetaMorpho vaults\n- ⚡️ Repay loans, add collateral, and remove collateral\n- ⛓️ Support any chain with Morpho contracts\n- 🏗️ Requires no additional infrastructure/services\n\n### Lite\n\n\u003e A lightweight frontend, designed for rapid multichain expansion without compromising quality in the main app\n\nAll features from the Fallback App, plus:\n\n- 👀 Explore all whitelisted vaults and markets, rather than just those you've used before\n- 📥 Deposit or open new positions\n- ✨ View Merkl rewards campaigns for lending and borrowing on Morpho\n- 🏎️ Faster -- calls are tuned for Alchemy rather than public RPCs\n\nIf you want to give your users a tailored experience across chains, the Lite App can also be whitelabeled. It only takes a few minutes to add your logo and deploy to Vercel.\n\n### UIKit\n\n\u003e A package containing core components that are shared across apps\n\n- various shadcn components with Morpho styling\n- robust `useContractEvents` hook with adaptive `eth_getLogs` fetching strategies\n- utility hooks like `useDebouncedMemo`, `useDeepMemo`, and `useKeyedState` (the latter being useful in avoiding state desychronization when switching chains)\n- [tevm](https://www.tevm.sh/) for rapid development of type-safe lens contracts\n- a `restructure` function that can be used in the \"select\" parameter of `useReadContracts` to recover objects rather than arrays -- quite useful, but use judiciously\n\n## Architecture\n\nBoth apps are single page apps built with React 19, Vite, [shadcn](https://ui.shadcn.com), and [wagmi](https://wagmi.sh).\nThe Lite App uses [React Router v7](https://reactrouter.com/) (`BrowserRouter`) to enable URL-based navigation. If you're deploying\nsomewhere other than Vercel, take care to redirect all URL's to the route `index.html`, similar to what's done [here](apps/lite/vercel.json).\n\n## Further Information\n\nYou're reading the monorepo summary. For more details on individual apps, check out their respective READMEs:\n\n- [README - Fallback App](apps/fallback/README.md)\n- [README - Lite App](apps/lite/README.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorpho-org%2Fmorpho-lite-apps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorpho-org%2Fmorpho-lite-apps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorpho-org%2Fmorpho-lite-apps/lists"}