import { Link } from "@tanstack/react-router"; import { Image } from "@unpic/react"; import AccordionItem from "#/components/AccordionItem.tsx"; import Feature from "#/components/Feature.tsx"; import Section from "#/components/Section.tsx"; import examplePdf1 from "@/assets/images/examplepdf1.webp?url"; import examplePdf2 from "@/assets/images/examplepdf2.webp?url"; const Home = () => (

Convert your Chess PGN

into a Publishable PDF.

Upload and convert your games into a book format, along with variation and annotations.

Get Started
Example PDF 2 Example PDF 1
Quick PDF generation using a custom TeX Live server. Upload a PGN of your game, and choose the diagrams you want in your PDF. Annotations are added automatically. Dedicated servers ensure that downtime is kept to a minimum.
Yes. There are no current plans to charge for this service. If in the future there is a payment plan, it will come with a generous free tier. We have a lot more features to implement in the near future. If you have a feature that you would like to see implemented, please feel free to send us a message via our contact form. No. We will never implement any terms whereby we have any interest in the materials created with this service.
); export default Home;