An alternative web client for Mastodon, focused on speed and simplicity.
 
 
 
Go to file
Nolan Lawson 47a6d863dc fix docs 2018-04-01 23:16:31 -07:00
assets
bin fix globalization of css 2018-04-01 02:48:15 -07:00
docs fix docs 2018-04-01 23:16:31 -07:00
fixtures
original-assets
routes tweak styles 2018-04-01 02:54:40 -07:00
scss better define loading spinner 2018-03-30 17:25:22 -07:00
templates remove console logs 2018-04-01 23:02:34 -07:00
tests fix tests 2018-03-31 22:08:24 -07:00
.gitignore
CONTRIBUTING.md add CONTRIBUTING.md 2018-03-30 17:55:55 -07:00
LICENSE
README.md add user guide and update readme 2018-04-01 23:15:52 -07:00
package-lock.json
package.json deploy script cleans up old deployments 2018-03-28 19:07:20 -07:00
server.js
webpack.client.config.js
webpack.server.config.js

README.md

Pinafore

An alternative web client for Mastodon, focused on speed and simplicity.

Pinafore is available at pinafore.social.

For bleeding-edge dev releases, there is also dev.pinafore.social.

Browser support

Pinafore supports the latest versions of the following browsers:

  • Chrome
  • Edge
  • Firefox
  • Safari

Compatible versions of each (Opera, Brave, Samsung, etc.) should be fine.

Goals and non-goals

This section lays out some high-level goals for Pinafore, as well as the goals it doesn't intend to tackle.

Goals

  • Support the most common use cases
  • Fast even on low-end phones
  • Works offline in read-only mode
  • Progressive Web App features
  • Multi-instance support
  • Support latest versions of Chrome, Edge, Firefox, and Safari
  • a11y (keyboard navigation, screen readers)

Possible future goals

  • Works as an alternative frontend self-hosted by instances
  • Ship in the Android/iOS app stores as a Cordova app
  • Support Pleroma/non-Mastodon backends
  • i18n
  • Offline search
  • Full emoji keyboard

Non-goals

  • Supporting old browsers, proxy browsers, or text-based browsers
  • React Native / NativeScript / hybrid-native version
  • Full functionality with JavaScript disabled
  • Emoji support beyond the built-in system emoji
  • Multi-column support
  • Keyboard shortcuts
  • Admin/moderation panel
  • Works offline in read-write mode

Building and contributing

See CONTRIBUTING.md.