Files
jeanlucmakiola.de/src/content/projects/floret-kit.md
Jean-Luc Makiola 074199c656 Initial site: Astro + M3 Expressive, projects, blog
Personal site & blog for jeanlucmakiola.de.

- Astro 7 static output; self-hosted Inter + JetBrains Mono (Fontsource)
- Material 3 Expressive design tokens (red accent over neutral surfaces)
- Home (hero + about + selected work + latest writing)
- /work index + per-app pages (Calendula, Agendula, floret-kit) with
  build-time Gitea release tags, brand-icon link rows, features grid,
  and an at-a-glance facts panel
- Blog via Markdown content collection; RSS, sitemap, robots, OG/SEO
- Privacy-respecting Umami analytics, env-gated (off in dev)
- Dockerfile (build -> Caddy) + Caddyfile for Coolify deploy

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-28 13:39:08 +02:00

1.4 KiB

name, order, status, released, platform, license, summary, tech, features, links
name order status released platform license summary tech features links
floret-kit 3 Design system false Android library MIT The shared Material 3 Expressive design system and plumbing behind the Floret app family — so each app draws from one bloom instead of reinventing it.
Kotlin
Gradle composite build
title body
Built from source Embedded as a git submodule and wired in with a Gradle composite build — no published artifacts, which keeps every app reproducible for F-Droid.
title body
core-time Pure-Kotlin date/time helpers: local-day windows for smart-list logic and locale/zone-aware display formatting. No Android, no dependencies.
title body
Growing Identity/theme, components, screen recipes, and provider / prefs / reminders / crash plumbing land as they're extracted from the apps.
gitea donate
https://gitea.jeanlucmakiola.de/makiolaj/floret-kit https://ko-fi.com/jeanlucmakiola

"Floret" is the family's design language: a Calendula flower head is a cluster of many small florets, and each app is one of them. floret-kit is the bloom they share — so a new app doesn't reinvent a settings screen, an edit form, or a theme; it draws from here. Gradle's dependency substitution maps de.jeanlucmakiola.floret:<module> to local source, so editing the kit updates every app immediately.