- Reduce TTV for new builds. Provide devs with powerful tools and patterns to increase velocity.
- The Allo Starter Kit aims to address the tradeoff between customization and scalability by enabling quick creation of fully customized Allo builds.
- See full spec.
What do we want to build first?
- UI on top of Allo protocol.
- Good docs, easy to get to hello world in < 5 mins.
- Easy to fork.
- Maintain simplicity throughout the implementation process.
The initial public release (Milestone 1) will focus on delivering the simplest components that still bring value to developers. This enables an early release without significant commitments to early design decisions. Subsequent milestones will add more functionality, such as supporting additional strategies and enhancing round admin components.
- Round Manager & Funder: Wants to create rounds to reward projects in their ecosystem.
- Grantee: Seeks financial support to continue work on their project.
- Supporter: Wants to discover and support projects through voting or donations.
- Round: Created by Round Managers and can be funded with tokens.
- Project: Created by Grantees.
- Application: Submitted by Grantees to a Round for their Project.
A straightforward strategy that transfers tokens to a list of addresses and amounts.
Persona: Round Manager
A user can create a new round by filling out:
- Round name
- Round description in markdown
- List of round manager addresses
- Select list with strategies
- Round start and end times
- Application start and end times
Persona: Round Manager
A round admin can approve applications submitted to the round. This includes:
- A table of projects
- A badge indicating application status (pending, approved)
Persona: Round Manager & Funder
A user (or only admins) can transfer tokens to the round contract by entering the amount.
Persona: Round Manager
A round admin can distribute tokens to projects. This includes:
- A table of approved projects
- Input fields for payout address and amount
- Exporting a CSV file pre-filled with all approved projects
- Importing a CSV to override the table data
Persona: Grantee
A user can create applications based on:
- Round IDs
- Round addresses
Persona: Grantee
A user can view their submitted applications, displaying a list of submitted applications.
Persona: ALL
A user can view application details, which include:
- Project name
- Project description
- Project avatar
- Project banner
Persona: ALL
A user can browse created rounds based on filters such as:
- Strategy addresses
- Round timestamps
- Networks
A grid of RoundCards will be rendered, showing:
- Round name
- Round description
- Round banner
- Round state indicator (round starts/ends in)
- Round network
Persona: ALL
A user can view round details, including:
- Round name
- Round description in markdown
- Round banner image
- Round meta information (timestamps, network)
Persona: ALL
A user can browse applications based on filters such as:
- Round IDs
- Strategy addresses
Persona: ALL
A user can find grants based on filters such as application IDs. A grid of grant projects will be rendered, showing:
- Project name
- Project description
Persona: ALL
A user can view project details, which include:
- Project name
- Project description in markdown
- Project banner image
- Project meta information (timestamps, network)
Persona: Supporter
A user can find, add projects to their cart, and then fund and/or vote for them.