Papilio is another Misskey client written in React.
Papilio is under active development, and new features are being added regularly. Feel free to explore the codebase and contribute to the project!
Papilio requires Node.js (version 22 or later) and pnpm to be installed on your system. You may also use Bun as an alternative to Node.js and pnpm.
Clone the repository and install the dependencies by running:
pnpm installTo start the development server, run:
pnpm devAnd you can access the application at http://localhost:5173.
To build the project for production, run:
pnpm builddist/ directory will be created containing the built files. You can use a reverse proxy like Caddy or Nginx to serve the files.
Papilio is also deployed on Vercel for easy access. You can visit the live version of Papilio at https://papilio-ochre.vercel.app
You may fork the repository and deploy your own version of Papilio on Vercel by connecting your forked repository to Vercel.