MixMarks
a Next.js portfolio platform for displaying code snippets
// updated 2026-02-11 15:35
MixMarks provides a platform for building and housing mini-apps like calculators and generators:

Motivation
MixMarks came from a wish to house loose "applets" on a website without having to build a separate website for each applet:

Features
- simple "list and item" architecture
- list as the home page
- item (aka "mark") as a single post
- each post has its own metadata
- theme toggle
- light mode (default)
- dark mode
- system mode (user default)
- fixed header with modifiable branding
- future features include whatever you, the developer, want to do with it!
Frameworks
- front-end:
next.jstailwind
- back-end:
- none, other than the
next.jsfolder system!
- none, other than the
Demo
- run the demo on mixmarks.joncoded.com
- also mirrored on mixmarks-joncoded.vercel.app
Code
- on GitHub