Examples
Step-by-step recipes for building real sites with sitelo. Each example shows project structure, data loading, and the pages you’d write.
Available
- Basic site — minimal project plus static deploy configs for Netlify, Vercel, Cloudflare Pages, and AWS Amplify.
- Todo app — static HTML with inline
import('/js/todo.js')handlers (add / toggle / delete,localStorage). - Markdown blog — a folder of
.mdfiles rendered to static pages, with an RSS feed and zero client JS. - WordPress — pull posts from the WordPress REST API with
fetchWithCache, list them, and generate static post pages. - Server islands — static pages plus a Node host that renders islands at request time.
Coming soon
- Headless CMS / Contentful