Welcome to the Vox crossword! New puzzles are published daily, Monday through Saturday, and our moderated comments section is now live. The registration link is below every puzzle so get over there and add your two cents. Puzzle editors, constructors, and other solvers will be on hand to answer your questions and reply to your remarks. You can also register right here. Puzzles are constructed by these great people and edited by Elizabeth Crane.Â
Make sure to bookmark this page or add it to your phone’s home screen to find a new challenge each day. You can also get a weekly email reminder by signing up for our crossword newsletter.
Need more puzzles? We have whole books of Vox crosswords!
var puzzlecontainer = document.getElementById('xword-wrapper');
var puzzle = document.getElementById('voxpuzzle').contentWindow;
function receiveMessage(event) {
if (event.origin !== "https://cdn3.amuselabs.com") return;
if (!event.data) return;
if (typeof event.data !== 'string') return;
var data = JSON.parse(event.data);
if (data.src === "crossword" || data.src === "picker"){
puzzlecontainer.style.height = data.frameHeight + 'px';
}
}
window.addEventListener("message", receiveMessage, false);
More crossword puzzles
(function() {
var d = document, s = d.createElement('script');
s.src = 'https://vox.coral.coralproject.net/assets/js/embed.js';
s.async = false;
s.defer = true;
s.onload = function() {
Coral.createStreamEmbed({
id: "coral_thread",
autoRender: true,
rootURL: 'https://vox.coral.coralproject.net',
// Uncomment these lines and replace with the ID of the
// story's ID and URL from your CMS to provide the
// tightest integration. Refer to our documentation at
// https://docs.coralproject.net for all the configuration
// options.
// storyID: '${storyID}',
// storyURL: '${storyURL}',
});
};
(d.head || d.body).appendChild(s);
})();