There is no easy way to interact between builders with projects, consumers & early adopters, and investors, among others. There is also no centralized way to read about new ideas and activities in space. Additionally, great ideas born from casual projects that may not yet be company material are discarded instead of published to get productive feedback, which could lead to a venture, or as means to inspire other ideas.
“Twitter for projects” + “Figma for User Experience” = Superapp for idea/early-stage project development
A mobile app that allows builders to easily post their projects (like a Tweet) and get a thread running for feedback. Builders will also be able to create posts like “Check out this new feature,” “Bug hunt live in 10 minutes,” or “What cool features would you like to see”, notifying all their following. There will also be an “Explore/Discover” page where users would be able to find cool trending projects in different industries. There would also be a feature that would allow someone who wants to get involved in the project (investor/adopter/developer/designer, etc.) to indicate their interest to the builder and they will be “matched” if the builder accepts. There will also be project founders’ profiles on the app and clicking on a post will give you more information (such as a link to their source code, etc.)
demo-seed.1.mp4
- Login & Sign-up Page
- Profile Setup Page (for the first sign up)
- Profile
- Profile edit
- Settings (log out and feedback)
- Timeline
- Post detail view
- Post creation
Post
Field | Type |
---|---|
Tag | Short |
upvotes | Int |
comments | Int |
Author | < User > |
Title | String |
Body text | String |
Timestamp | Date |
User
Field | Type |
---|---|
Username | String |
GoogleID | String |
Bio | String |
Photo | String(URL) |
Comment
Field | Type |
---|---|
PostID | Int |
Author | < User > |
Text | String |
Timestamp | Date |