Build 2025

WeeHive

Smart beekeeping platform for collaborative urban agriculture and climate resilience.

Won the 2023 Young Climate Prize, 2023 China Internet Plus Competition Bronze Prize. Received MIT Sandbox Innovation Fund.

WeeHive
WeeHive Demo

Prototype Phase

1
1
1
1
1

Product Development Phase

1
1
1
1
1
1

Technical Implementation Phase

A comprehensive walkthrough of the WeeHive WeChat Mini Program, showcasing real-time beekeeping monitoring and community interaction.

Backend Design Document

app WeeHive 
concepts
	User 
	Profile [User.User]
	Relationship [User.User]
	Session [User.User]
	Post [User.User] 
	Reply [Post.Post, User.User]
	Tag [Post.Post / User.User] // how to define a concept that can be applied to both?
	Favorite [Post.Post]
	Like [Post.Post]
	Map 
	Marker[User.User] // to display the sentiment calculated from reactions for each post.
	Location [User.User]
	Nearby [User.User]
Untitled

Frontend Design Document

Untitled

Fig.1 Current Wireframe

Features and Reactive Components

  1. Responsible Layout

    I use CSS to create two versions of layout, one for desktop use and one for mobile use. They considered the us

    weehive3
  2. User statistics & Abstracted map

    This hexagonal map is an entrance to show the current user number and a quick switch for the user to enter that region. The user can click on one of the hexagons and after an animation the user will be directed to the selected region central of the map.

    weehive1
  3. Interactive Map

    Powered by leaflet, the app provides a multi layer map that can allow users to view vegetation cover and a fun to watch watercolor map

    weehive4
  4. Like/Favorite buttons

    User can like and favorite a post or reply by clicking the icons. The icons will update its appearance to show its states. It will also update the like counts automatically.

    weehive5
  5. Post filtering function

    By pressing the filter button, the user can filter out different types of posts

    Notice the icons are automatically calculated by the type of the post

    weehive2
  6. Relationship : following and user filtering

weehive6