A modern full-stack digital bookstore built with SvelteKit + Go (Fiber).
Frontend:
Backend (coming soon):
inkvault/
├── frontend/ # SvelteKit frontend
├── backend/ # Go Fiber API
# Frontend
cd frontend
npm install
npm run dev
# Backend (after we build it)
cd backend
go run main.go
Beautiful ebook catalog with SCSS
Persistent cart with cookies + SSR
Mini cart with click-outside + keyboard support
Fully responsive + accessible