Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal Eleventy starter for one-pager/landing sites with SEO, lazy YouTube embeds, and optimized images.

A Next.js chat template for eve with password-only starter mode and optional production auth, Neon persistence, and Upstash rate limiting.

Open-source AI chatbot template built with Next.js, the Vercel AI SDK, and Google Gemini.

A Next.js boilerplate for Web3 dApps with Wagmi, Ant Design, Tailwind CSS, and smart contract integration examples.

A Minimal Next.js Starter Template with TypeScript, Tailwind CSS, and pre-configured with ESLint, Prettier, and Husky.
Mighty is a minimal Eleventy (11ty) starter template for building one-pager or landing sites, aimed at freelancers and small businesses who want a fast, SEO-friendly web presence.
Mighty is a static-site starter built on Eleventy, the JavaScript-based static site generator. It takes content from three sources — a pair of JSON data files (src/_data/settings.json and src/_data/texts.json) holding site details and homepage copy, and a Markdown file (src/imprint.md) for the imprint/privacy page — and outputs a fully static one-pager in a www directory. The project was released by GitHub user ironnysh under the MIT/CC BY-NC-SA 4.0 License. It is intentionally minimal: the only dependencies are Eleventy itself, with no additional frameworks or build tools.
liteYoutube.js) prevents YouTube iframes from loading until the user clicks the placeholder image, improving initial page speed.he-IL and layout flips), plus semantic HTML and keyboard-friendly behavior.robots.txt and imprint/privacy pages.src/_data/texts.json to change the homepage headline, About paragraphs, Services titles, Portfolio summaries, and even YouTube video IDs.src/_includes/utilities/style.css and swap the included Catamaran and Fredericka the Great webfonts for your own (with fallback system fonts).npm run build to generate the www directory, then host it on Vercel (one-click deploy), Netlify, Render, or Cloudflare Pages.src/imprint.md with your business details and contact info; GDPR and data protection references are generated automatically from the JSON data.Clone the repository, run npm install, then npm start to launch a local development server at http://localhost:8080. Edit the JSON data files and Markdown as described in the README, and run npm run build to generate a production-ready static site. A GitHub Action automatically compresses any new JPG/WebP images you commit.
Mighty is open source and free to use under a dual MIT/CC BY-NC-SA 4.0 License. There are no paid tiers or account requirements; you only pay for your chosen static hosting provider.
Yes, Mighty is released under the MIT/CC BY-NC-SA 4.0 License, so you can use it for personal or commercial projects without paying a license fee.
Most homepage text lives in src/_data/texts.json and src/_data/settings.json. Edit the values next to keys like title, summary, and videoID; the site regenerates automatically when you run the development server.
Only if you adjust the language code in src/_data/settings.json. For example, setting it to he-IL switches the layout to right-to-left. You may also need to supply fonts that support your chosen script.
No, Mighty is designed specifically as a one-pager. The homepage loads About, Services, and Portfolio sections, and the only separate pages generated are the imprint and robots.txt. For a larger site you'd need to add routes yourself.
That's the Lite YouTube script in src/_includes/utilities/liteYoutube.js. It deliberately defers embedding until a user clicks the placeholder, which cuts down on initial page JavaScript and speeds up load time.
