Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Blog Template built using rescript, remix, MDX, tailwind, Vercel ❤️🔥

Free HTML5 personal website and blog template built with Bootstrap 4, featuring multi-page layout, carousel slider, and right sidebar.

A feature-rich static blog starter built with Eleventy (11ty), including search, taxonomy, sticky sidebars, RSS, and GitHub Actions.

A free Jekyll blog theme inspired by Ghost's Casper, with pagination, syntax highlighting, and Disqus comments.

A configurable Jekyll theme for simply beautiful blogs, with multiple color styles and GitHub Pages support.
rescript-remix-blog-template is an open-source blog starter that combines the ReScript language with the Remix web framework, MDX for content, Tailwind CSS for styling, and Vercel for deployment. It takes Markdown/MDX files as input and produces a multi-page blog with a post list and individual post pages. The template is aimed at developers who want to build a blog using ReScript and Remix together, and it also serves as a learning resource for ReScript bindings to Remix.
rescript-remix-blog-template is a blog template written in ReScript, built on the Remix web framework, and using MDX for content authoring. It reads MDX files from a content directory and renders a blog with a home page listing recent posts and individual post pages. The project is hosted on GitHub and includes a live demo deployed on Vercel, making it easy to preview and deploy.
After cloning the repository, run yarn to install dependencies, then yarn res:dev to compile ReScript and yarn dev to start the Remix dev server. The index route loads MDX files from a content directory and renders a list of posts; individual post routes display the full MDX content.
Yes, the source code is publicly available on GitHub under an open-source license. There are no paid tiers or usage fees.
Yes, MDX is the primary content format. The README describes how MDX routing was implemented after initial issues with the rescript-remix bindings.
The template is designed for Vercel deployment and includes a live demo on Vercel. The Remix framework has native Vercel support.
Currently, the template reads MDX files from a folder, so adding a new post means creating a new .mdx file and rebuilding the project. The README notes that the Remix team suggests using a database for content, but the template intentionally keeps posts as local MDX for simplicity.
