Skip to content

add 2026 Floresta tech strategy and roadmap#910

Open
csgui wants to merge 1 commit intogetfloresta:masterfrom
csgui:roadmap
Open

add 2026 Floresta tech strategy and roadmap#910
csgui wants to merge 1 commit intogetfloresta:masterfrom
csgui:roadmap

Conversation

@csgui
Copy link
Copy Markdown
Collaborator

@csgui csgui commented Mar 20, 2026

This PR introduces the Floresta 2026 Technical Strategy & Roadmap as a public-facing markdown document.

It provides contributors and the community with a clear overview of the project's vision, strategic themes, and high-level priorities for the year.

Acknowledgment required: this commit must be reviewed and approved by the Floresta core team before merging.

@csgui csgui force-pushed the roadmap branch 2 times, most recently from 36f57f6 to f8618e3 Compare March 20, 2026 14:38
@csgui csgui self-assigned this Mar 20, 2026
@csgui csgui added the documentation Improvements or additions to documentation label Mar 20, 2026
@csgui csgui added this to the Q2/2026 milestone Mar 20, 2026
@jaoleal
Copy link
Copy Markdown
Collaborator

jaoleal commented Mar 20, 2026

ACK f8618e3

Copy link
Copy Markdown
Collaborator

@moisesPompilio moisesPompilio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK f8618e3

@Davidson-Souza
Copy link
Copy Markdown
Member

Wdyt about linking to this on README?

@csgui csgui force-pushed the roadmap branch 2 times, most recently from 8fdcd19 to 64ec811 Compare March 25, 2026 15:34
@csgui csgui requested review from jaoleal and moisesPompilio March 25, 2026 15:35
@Davidson-Souza
Copy link
Copy Markdown
Member

@csgui could you please gpg sign your commit?

@luisschwab
Copy link
Copy Markdown
Member

@csgui could you please gpg sign your commit?

Yes, we will add a CI check for that in the near future: #900

@csgui
Copy link
Copy Markdown
Collaborator Author

csgui commented Mar 25, 2026

I did a rebase interactive and commits were not signed :-\ signed.

@Davidson-Souza
Copy link
Copy Markdown
Member

@csgui could you please gpg sign your commit?

Yes, we will add a CI check for that in the near future: #900

I also can't merge it if it's not signet. Branch protection rules, gh simply refuses to merge.

Copy link
Copy Markdown
Member

@Davidson-Souza Davidson-Souza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 0fc1ee4


## Governance & Scope

This document reflects the current technical direction proposed by the Floresta core team. We value quality and transparency during our process and this will be the primary place to follow roadmap latest updates.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This document reflects the current technical direction proposed by the Floresta core team. We value quality and transparency during our process and this will be the primary place to follow roadmap latest updates.
This document reflects the current technical direction proposed by the Floresta core team. We value quality and transparency during our process and this will be the primary place to follow all updates regarding our roadmap.

- External contributors are encouraged to:
- Provide feedback
- Propose ideas
- Contribute implementations aligned with the strategic themes and roadmap
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Contribute implementations aligned with the strategic themes and roadmap
- Make contributions aligned with the roadmap and strategic themes


## Vision

Floresta is a lightweight, embeddable Bitcoin client designed for applications and users that require strong validation guarantees without the operational overhead of traditional full nodes.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Floresta is a lightweight, embeddable Bitcoin client designed for applications and users that require strong validation guarantees without the operational overhead of traditional full nodes.
Floresta is a lightweight and embeddable Bitcoin client designed for applications and users that require strong validation guarantees but cannot accommodate the operational overhead of traditional full nodes in their use case.


Modularity is validated through real integrations with ecosystem tools.

Floresta aims to be a **production-grade alternative to Bitcoin Core** for lightweight, application-focused use cases, while maintaining strong guarantees around correctness and security.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Floresta aims to be a **production-grade alternative to Bitcoin Core** for lightweight, application-focused use cases, while maintaining strong guarantees around correctness and security.
Floresta aims to be a **production-grade alternative to Bitcoin Core** for lightweight, application-focused use cases, while maintaining strong guarantees when it comes to consensus and security.

5. **Testing & Validation**
6. **Community Adoption & User Experience**

## Roadmap 2026
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## Roadmap 2026
## 2026 Roadmap


## Roadmap 2026

> This section reflects the current priorities identified for each strategic theme to be worked on throughout 2026 and can be refined as work progresses.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
> This section reflects the current priorities identified for each strategic theme to be worked on throughout 2026 and can be refined as work progresses.
> This section reflects the current priorities identified for each strategic theme to be worked on throughout 2026, and can be refined as work progresses.


> This section reflects the current priorities identified for each strategic theme to be worked on throughout 2026 and can be refined as work progresses.
>
> Workstreams and quarterly efforts addressing these initiatives are detailed on the [Project board](https://github.com/orgs/getfloresta/projects/2).
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
> Workstreams and quarterly efforts addressing these initiatives are detailed on the [Project board](https://github.com/orgs/getfloresta/projects/2).
> Workstreams and quarterly efforts addressing these initiatives are detailed on the [Project Board](https://github.com/orgs/getfloresta/projects/2).


### Testing & Validation

- Establish comprehensive testing strategies (unit, integration, fuzzing)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Establish comprehensive testing strategies (unit, integration, fuzzing)
- Establish comprehensive testing strategies (unit, integration and fuzzing)

README.md Outdated
- Community Adoption & User Experience

For the full 2026 roadmap and ongoing priorities, see [doc/roadmap-2026.md](doc/roadmap-2026.md).
Active workstreams are tracked on the [Project board](https://github.com/orgs/getfloresta/projects/2).
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Active workstreams are tracked on the [Project board](https://github.com/orgs/getfloresta/projects/2).
Active workstreams are tracked on the [Project Board](https://github.com/orgs/getfloresta/projects/2).

@csgui
Copy link
Copy Markdown
Collaborator Author

csgui commented Mar 25, 2026

Addressed comments from @luisschwab

Copy link
Copy Markdown
Member

@luisschwab luisschwab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 0648a18

Copy link
Copy Markdown
Collaborator

@moisesPompilio moisesPompilio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 0648a18

@jaoleal
Copy link
Copy Markdown
Collaborator

jaoleal commented Mar 25, 2026

ACK 0648a18


> This section reflects the current priorities identified for each strategic theme to be worked on throughout 2026, and can be refined as work progresses.
>
> Workstreams and quarterly efforts addressing these initiatives are detailed on the [Project Board](https://github.com/orgs/getfloresta/projects/2).
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got a 404 page from this link

- Community Adoption & User Experience

For the full 2026 roadmap and ongoing priorities, see [doc/roadmap-2026.md](doc/roadmap-2026.md).
Active workstreams are tracked on the [Project Board](https://github.com/orgs/getfloresta/projects/2).
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants