Skip to content

Releases: pendig/kebaikanku

v0.1.0-alpha: Bootstrap MVP & Landing Page

09 Jun 17:19
50dc0f4

Choose a tag to compare

🌟 Release v0.1.0-alpha

This is the first alpha release of kebaikanku.id, featuring the bootstrapped MVP skeleton and the complete localized landing page.

🎨 Frontend (SvelteKit Landing Page)

  • Brand Logo & Theme: Custom sprout & bowl vector SVG logo matching brand colors (green #4EB73D and orange #FAB100). Dynamic Tailwind v4 theming supporting light and dark modes with system preference detection.
  • Interactive animations: High-performance cursor tracking card glow, floating cloud/shield elements, typing indicators, and lock shackle interactions.
  • SEO & Analytics: Canonical URLs, metadata tags, OG tags, Twitter cards, and Google Tag Manager / GA4 integration support.
  • Vite Port Customization: Development server default port configured to 8383.
  • Social Preview Card: Custom 1280x640 brand card integrated as the root README.md banner.

⚙️ Backend (Go REST API)

  • Go backend skeleton with environment variable configs, middleware stack, CORS, and /health endpoint.
  • Database selection support (SQLite/PostgreSQL) with GORM auto-migrations.
  • Core domain entity models defined: Organization, Campaign, Donor, and Donation.