Releases: pendig/kebaikanku
Releases · pendig/kebaikanku
v0.1.0-alpha: Bootstrap MVP & Landing Page
🌟 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
#4EB73Dand 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.mdbanner.
⚙️ Backend (Go REST API)
- Go backend skeleton with environment variable configs, middleware stack, CORS, and
/healthendpoint. - Database selection support (SQLite/PostgreSQL) with GORM auto-migrations.
- Core domain entity models defined:
Organization,Campaign,Donor, andDonation.