Skip to content
This repository was archived by the owner on Dec 11, 2025. It is now read-only.

papercliplabs/compound-blue

Repository files navigation

Compound Blue

An open source Next.js frontend for Compound-managed lending, powered by the Morpho protocol on Polygon POS.

This repository is no longer maintained. The Compound Foundation has taken over hosting and maintenance in this repo.

If you are looking to fork or use Compound Blue for other use cases, we recommend checking out Morpho Blueprint which was purpose-built for whitelabeling.

Development

Install Dependencies

pnpm i

Create and populate environment variables

cp .env.example .env
# Now populate the .env file

Start the development server

pnpm dev

Run tests

# Run all tests
pnpm test

# Vitest only
pnpm test:vitest

# Playwright only
pnpm test:playwright

Build

pnpm build

Configuration

All configuration parameters outside of environment variables are set in src/config.ts.

All read-only data is powered by Whisk, and enters the app via the data layer. You can shim this layer out with your own data source, or reach out if you want to use Whisk.

Audits

Frontend audits are stored in the audits folder.

Licensing

The code is under the GNU AFFERO GENERAL PUBLIC LICENSE v3.0, see LICENSE.

Releases

No releases published

Packages

 
 
 

Contributors

Languages