Skip to content

mod-protocol/Frames-Fun-Extension

Repository files navigation

Frames.fun

Frames.fun is a browser extension for Google Chrome which allows you to interact with frames posted on x (formerly Twitter).

What's inside?

This Turborepo includes the following packages/apps:

Apps and Packages

  • extension: a Plasmo extension
  • server: a Next.js frames server the extension uses for rendering and interacting with frames
  • @xframes/ui: a React component library shared by both server and extension applications
  • @xframes/eslint-config: eslint configurations (includes eslint-config-turbo and eslint-config-prettier)
  • @xframes/typescript-config: tsconfig.jsons used throughout the monorepo

Each package/app is primarily TypeScript.

Utilities

This Turborepo has some additional tools already setup for you:

Extension

TBD - will be added to the appropriate browser extension stores.

Trying it out yourself

Prerequisities

Make sure to set all the necessary environment variables for both the server and the extension.

Build

To build all apps and packages, run the following command:

pnpm build

Develop

To develop all apps and packages, run the following command:

pnpm dev