Not quite PS, but not quite Discord either
The client is still in early development, but feel free to try it! Website
Custom client for Pokémon Showdown built in Next.js with a modern and user-friendly design
The client should always be:
- Simple and easy to use
- Safe (never manage any credentials, or put your account at risk)
- Compliant with Showdown's policies
If you want to self-host PS-cord, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/ps-cord.git
- Navigate to the project directory:
cd ps-cord
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and visit:
http://localhost:3000
We welcome contributions to make PS-cord even better! If you'd like to contribute, make sure to check our feature tracker
PS-cord is MIT.