Lumio Lite is best for teams that want a free multilingual Astro starter for agency, startup, or IT service websites without sacrificing clean structure, navigation quality, or future upgrade paths.
Lumio Lite is a free Astro theme built for service-led teams that want a multilingual-ready business starter with clean structure, service pages, and simple launch paths ready out of the box.
Lumio Lite is a free Astro starter for agencies, IT service companies, and product teams that want a multilingual-ready business site with almost no setup friction.
It is lean, but it still includes service pages, strong navigation, configurable forms, and the same clean project structure that makes the full Lumio theme easy to work with.
What You Get In Lite
- free download
- localized homepage
- services index
- service single page
- 404 page
- sticky header from config
- nested dropdown menu system
- badge-ready menu items
- three form provider options
Simple Route Set, Clear Use Case
Lumio Lite focuses on the pages that help most small teams launch.
- Home
- Services
- Service Single
- 404 Page
That makes it a good fit when the first version of the site only needs a sharp company story and clear service pages.
Navigation That Feels Bigger Than A Free Theme
The menu system is already set up for growth.
- multi-level dropdown menus
- nested child items
- badge and dot marker support
- localized menu files
- sticky header support
{
"name": "Services",
"hasChildren": true,
"children": [
{ "name": "Web Development", "url": "/services/" },
{ "name": "Service Single", "url": "/services/custom-service-slug/" }
]
}
Config-First Editing
Most of the project setup lives in files that are easy to find.
src/config/config.toml
src/config/menu.en.json
src/config/menu.fr.json
src/config/social.json
src/config/fonts.json
[settings]
stickyHeader = true
contactFormProvider = "formsubmit.co"
That is useful when you want quick edits without hunting through component code.
Lumio Lite includes the multilingual structure from the start.
If the project should stay single-language:
npm run remove-multilingual
If you want to restore the generated multilingual content later:
npm run generate-multilingual-content
The source project supports:
formsubmit.co
formspree
netlify
That gives you an easy launch path now and room to switch providers later.
Content Support For Long Service Pages
Lumio Lite includes MDX support, Shiki code highlighting, and table of contents settings in config. That is useful when service pages also need technical explanations, process details, or code examples.
Final Take
If you need a free service-business starter that already feels structured, multilingual-ready, and practical for real launch work — Lumio Lite is the fastest way to get there.
If you want more home demos, case studies, team pages, pricing, FAQ, and a larger section library, check Lumio Pro.