Warning
π§ This project is currently under active development. Things may break, change, or disappear without notice.
A tiny open source web app to create digital flower bouquets and share them with people you love.
Pick from 12 flowers, arrange your bouquet, and send a link β no account, no data, forever free.
git clone https://github.com/WasathTheekshana/thisisforyou.git
cd thisisforyou
yarn install
yarn devOpen http://localhost:3000.
src/
βββ app/ # Next.js App Router pages
β βββ create/ # Bouquet builder
β βββ about/ # About this project
β βββ bouquet/[id]/ # Shared bouquet view
βββ components/
β βββ flowers/ # Flower picker & cards
β βββ bouquet/ # Bouquet preview
β βββ ui/ # Button, SketchBox β shared primitives
βββ data/ # flowers.json β single source of truth
βββ hooks/ # useBouquet
βββ lib/ # cloudinary URLs, encode/decode utils
βββ types/ # Shared TypeScript types
Contributions are welcome β please read CONTRIBUTING.md first.