TeXstr is a specialized Nostr client designed for viewing and sharing mathematical content through NIP-23 events with LaTeX support. It provides a seamless platform for mathematical discourse, enabling users to engage in technical discussions with properly rendered mathematical notation.
Visit the live application at texstr.org.
-
LaTeX Support: Renders both inline (
$...$ ) and display ($$...$$ ) math using KaTeX - Academic Paper Aesthetic: Clean, minimal design inspired by scientific papers
-
Clone the repository:
git clone https://github.com/yourusername/texstr.git cd texstr -
Install dependencies:
pnpm install
-
Start the development server:
pnpm run dev
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.