[GH-ISSUE #5284] Kindly write tutorial for beginners who want to fork this and create thier own side project from this codebase #2335

Closed
opened 2026-03-23 21:21:32 +00:00 by mirror · 5 comments
Owner

Originally created by @fisforfaheem on GitHub (May 7, 2024).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/5284

Description

I would love to fork and make a version for my own small team of class friends. But it doesnt seems to be as easy as it seems, kindly help out.

Impact

huge impact on my daily task management

Additional Context

need tutorial

Originally created by @fisforfaheem on GitHub (May 7, 2024). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/5284 ### Description I would love to fork and make a version for my own small team of class friends. But it doesnt seems to be as easy as it seems, kindly help out. ### Impact huge impact on my daily task management ### Additional Context need tutorial
Author
Owner

@Xazin commented on GitHub (May 7, 2024):

Can you elaborate on what you need? We have documentation for both setting up AppFlowy for development locally, but also for self-hosting/cloud service.

See:
https://docs.appflowy.io/docs/documentation/appflowy/from-source
https://docs.appflowy.io/docs/documentation/appflowy-cloud/deployment
https://docs.appflowy.io/docs/guides/appflowy

<!-- gh-comment-id:2099011319 --> @Xazin commented on GitHub (May 7, 2024): Can you elaborate on what you need? We have documentation for both setting up AppFlowy for development locally, but also for self-hosting/cloud service. See: https://docs.appflowy.io/docs/documentation/appflowy/from-source https://docs.appflowy.io/docs/documentation/appflowy-cloud/deployment https://docs.appflowy.io/docs/guides/appflowy
Author
Owner

@fisforfaheem commented on GitHub (May 8, 2024):

As a beginner Flutter developer, I prefer not to use Rust for now. Is there a starting point I can clone to kickstart my work? And can I easily merge any future changes? Additionally, if I want to use Firebase as a backend, how do I go about integrating it, and how would I handle multiple users? Also, is there a simple video tutorial available that covers the basics and guides me through creating a mini project for university friends?

<!-- gh-comment-id:2101359303 --> @fisforfaheem commented on GitHub (May 8, 2024): As a beginner Flutter developer, I prefer not to use Rust for now. Is there a starting point I can clone to kickstart my work? And can I easily merge any future changes? Additionally, if I want to use Firebase as a backend, how do I go about integrating it, and how would I handle multiple users? Also, is there a simple video tutorial available that covers the basics and guides me through creating a mini project for university friends?
Author
Owner

@emmggi commented on GitHub (May 11, 2024):

As a beginner Flutter developer, I prefer not to use Rust for now. Is there a starting point I can clone to kickstart my work? And can I easily merge any future changes? Additionally, if I want to use Firebase as a backend, how do I go about integrating it, and how would I handle multiple users? Also, is there a simple video tutorial available that covers the basics and guides me through creating a mini project for university friends?

There are issues labeled as good first issue for devs. That should be a good starting point.
https://github.com/AppFlowy-IO/AppFlowy/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue+for+devs%22

<!-- gh-comment-id:2105621907 --> @emmggi commented on GitHub (May 11, 2024): > As a beginner Flutter developer, I prefer not to use Rust for now. Is there a starting point I can clone to kickstart my work? And can I easily merge any future changes? Additionally, if I want to use Firebase as a backend, how do I go about integrating it, and how would I handle multiple users? Also, is there a simple video tutorial available that covers the basics and guides me through creating a mini project for university friends? There are issues labeled as `good first issue for devs`. That should be a good starting point. https://github.com/AppFlowy-IO/AppFlowy/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue+for+devs%22
Author
Owner

@Xazin commented on GitHub (May 11, 2024):

A point to be made is that you can't "avoid using" Rust, as our backend is embedded it is a requirement that it is available otherwise the Flutter application won't be able to function.

But as Emmggi mentions, it's possible to implement features and largely develop on the application without having to touch the Rust side of our application.

<!-- gh-comment-id:2105927629 --> @Xazin commented on GitHub (May 11, 2024): A point to be made is that you can't "avoid using" Rust, as our backend is embedded it is a requirement that it is available otherwise the Flutter application won't be able to function. But as Emmggi mentions, it's possible to implement features and largely develop on the application _without_ having to touch the Rust side of our application.
Author
Owner

@fisforfaheem commented on GitHub (May 14, 2024):

I wanted to make my own small version of this app, and Maybe use firebase
to extend it, for auth, storage, and db.

On Sat, May 11, 2024, 8:08 PM Mathias Mogensen @.***>
wrote:

A point to be made is that you can't "avoid using" Rust, as our backend is
embedded it is a requirement that it is available otherwise the Flutter
application won't be able to function.

But as Emmggi mentions, it's possible to implement features and largely
develop on the application without having to touch the Rust side of our
application.


Reply to this email directly, view it on GitHub
https://github.com/AppFlowy-IO/AppFlowy/issues/5284#issuecomment-2105927629,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AIRXJSBXVPSP2ZTBNQIWINTZBYX6HAVCNFSM6AAAAABHLKNMH6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBVHEZDONRSHE
.
You are receiving this because you authored the thread.Message ID:
@.***>

<!-- gh-comment-id:2109073945 --> @fisforfaheem commented on GitHub (May 14, 2024): I wanted to make my own small version of this app, and Maybe use firebase to extend it, for auth, storage, and db. On Sat, May 11, 2024, 8:08 PM Mathias Mogensen ***@***.***> wrote: > A point to be made is that you can't "avoid using" Rust, as our backend is > embedded it is a requirement that it is available otherwise the Flutter > application won't be able to function. > > But as Emmggi mentions, it's possible to implement features and largely > develop on the application *without* having to touch the Rust side of our > application. > > — > Reply to this email directly, view it on GitHub > <https://github.com/AppFlowy-IO/AppFlowy/issues/5284#issuecomment-2105927629>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AIRXJSBXVPSP2ZTBNQIWINTZBYX6HAVCNFSM6AAAAABHLKNMH6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBVHEZDONRSHE> > . > You are receiving this because you authored the thread.Message ID: > ***@***.***> >
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#2335
No description provided.