How excited are you for Zantaku V2?
Anonymous Poll
14%
Not really
4%
Sorta...
8%
Eh
26%
Excited
48%
HYPED
π26β€20π19π17π₯16
π¨ ANNOUNCEMENT π¨
Weβre starting preparations for upcoming beta testing, and the first place everything happens is our Discord.
If youβre here on Telegram, this is your cue π
π Join our Discord: https://discord.zantaku.com/
*Small note:* Joining does not guarantee beta access β but Discord is where opportunities, announcements, and early info show up before anywhere else.
If you want to be closest to development, this is the move.
See you there β‘οΈ
Weβre starting preparations for upcoming beta testing, and the first place everything happens is our Discord.
If youβre here on Telegram, this is your cue π
π Join our Discord: https://discord.zantaku.com/
*Small note:* Joining does not guarantee beta access β but Discord is where opportunities, announcements, and early info show up before anywhere else.
If you want to be closest to development, this is the move.
See you there β‘οΈ
π35β€20π16π₯15π14
We are aware of you all getting kicked from our Discord, rest assured we're fixing it. We apologize for the inconvenience
π25π₯23π20π15β€14
Hello we have fix the issues, if you been kicked or haven't joined. This is the perfect time to
https://discord.zantaku.com/
https://discord.zantaku.com/
Discord
Join the Zantaku Discord Server!
Read, Watch, Sync even better β Coming soon on IOS and Android. discord.gg/zantaku | 430 members
β€28π₯23π19π19π9
π¨ Regarding Zantaku V2 π¨
Iβm sure some of you are wondering about Zantaku V2βs current status and progress.
We originally said we were aiming for betas around December / January, or generally Q1 2026 β and thatβs still the goal.
However, that timeline was based on V2 being built similarly to V1.
That means:
Hard-coded APIs
No modular system
Faster short-term progress, but worse long-term stability
Thatβs no longer the direction weβre going.
What Changed?
Weβve decided to rebuild Zantaku V2βs backend into a fully modular system.
This means the backend and data-fetching layer need to be rewritten so the app is:
Easier to extend
Easier to maintain
More stable
More trustworthy long-term
Basically: doing it right instead of doing it fast.
What This Means for V2
Iβll be rewriting the entire backend to support this modular architecture.
While thatβs happening, Iβll also be polishing other parts (auth, structure, cleanup).
Good news:
The UI is already 80%+ complete, which was the longest part.
So realistically, this is just a backend rewrite β not a full restart.
Estimated Damage
Small delay only
Expected pushback: ~2β3 weeks
Assuming I donβt get absolutely destroyed by college
Still very manageable.
Delegation
To keep things moving:
Iβll be offboarding more work to other devs
UI parts (like auth UI) will continue in parallel
Goal is still to get V2 into beta as soon as possible.
FAQ
Q: What do you mean by βmodular systemβ?
A: Think extensions like Aniyomi / Tachiyomi, but:
Easier to install
Cleaner APIs
Fully cross-platform (iOS + Android)
Developer docs + FAQs will come once the system is finalized (Iβm actively writing them).
Q: Are you still aiming for betas in Q1 2026?
A: Yes, a private beta hopefully. (more info to follow)
Q: Will you be updating the roadmap
A: I am doing this rn π
TL/DR
Zantaku V2 isnβt being rebuilt because something failed
itβs being rebuilt because the platform deserves a foundation that can scale, last, and be trusted.
Weβre building this for the long term.Z
(From Discord)
Iβm sure some of you are wondering about Zantaku V2βs current status and progress.
We originally said we were aiming for betas around December / January, or generally Q1 2026 β and thatβs still the goal.
However, that timeline was based on V2 being built similarly to V1.
That means:
Hard-coded APIs
No modular system
Faster short-term progress, but worse long-term stability
Thatβs no longer the direction weβre going.
What Changed?
Weβve decided to rebuild Zantaku V2βs backend into a fully modular system.
This means the backend and data-fetching layer need to be rewritten so the app is:
Easier to extend
Easier to maintain
More stable
More trustworthy long-term
Basically: doing it right instead of doing it fast.
What This Means for V2
Iβll be rewriting the entire backend to support this modular architecture.
While thatβs happening, Iβll also be polishing other parts (auth, structure, cleanup).
Good news:
The UI is already 80%+ complete, which was the longest part.
So realistically, this is just a backend rewrite β not a full restart.
Estimated Damage
Small delay only
Expected pushback: ~2β3 weeks
Assuming I donβt get absolutely destroyed by college
Still very manageable.
Delegation
To keep things moving:
Iβll be offboarding more work to other devs
UI parts (like auth UI) will continue in parallel
Goal is still to get V2 into beta as soon as possible.
FAQ
Q: What do you mean by βmodular systemβ?
A: Think extensions like Aniyomi / Tachiyomi, but:
Easier to install
Cleaner APIs
Fully cross-platform (iOS + Android)
Developer docs + FAQs will come once the system is finalized (Iβm actively writing them).
Q: Are you still aiming for betas in Q1 2026?
A: Yes, a private beta hopefully. (more info to follow)
Q: Will you be updating the roadmap
A: I am doing this rn π
TL/DR
Zantaku V2 isnβt being rebuilt because something failed
itβs being rebuilt because the platform deserves a foundation that can scale, last, and be trusted.
Weβre building this for the long term.Z
(From Discord)
β€27π22π21π₯17π15
:alarm: Zantaku V2 Modules :alarm:
I'm starting work on modules and how they can interact with Zantaku v2.
This includes starting the API Reference which will be available via a CLI.
What I'm Planning So Far
What are modules?
Basically a wrapper to your own source that zantaku uses for data and playing content.
Why?
So we can publish to the app stores and not have apple and googles 12 inch DMCAS down our throats.
What framework will modules be in?
:JavaScript: Javascript/ NodeJS for now possibly Typescript in the future. :sillycat:
Types of modules
There will be two module types for now:
video and reading modules.
video: For anime and movies etc.
reading: For manga, dongwa, novels etc.
API Reference
<module_name>.json The manifest.json of the module defining what it is and its capabilities.
Data and episodes /content
searchResults(query) Fetches search results from your source.
extractDetails(url) Fetches content details from your source.
extractEpisodes(url) Fetches episodes from your source. (For module types of video only)
extractStreamUrl(id) Fetches stream urls from your source. (For module types of video only)
extractChapters(url) Fetches chapters from your source. (For module types of reading only)
extractImages(id) Fetches images from chapters from your source. (For module types of reading only)
Discovery pages (explore/ search pages of zantaku)
featuredContent(nsfw) Fetches featured content data. ( for the carousel )
releasingEpisodes(nsfw) Fetches releasing episodes data.
trendingContent(nsfw) Fetches trending content data.
popularContent(nsfw) Fetches popular content data.
thisSeasonContent(nsfw) Fetches this season content data.
lastSeasonContent(nsfw) Fetches last season content data.
TL/DR
I want to get people opinions especially future developers who will help make these modules for v2. If you have any questions or suggestions ask me by pinging me in β οΈ²lounge.
this not set in stone.
Also β οΈ²v2-roadmap has been updated :sillycat:.
Best again,
Matthew :sillycat:
I will eventually be adding a separate role for module pings for users and developers for status and update logs and other stuff for developers.
Also no clankers were used in writing this message :HAPPY:
(From Discord)
I'm starting work on modules and how they can interact with Zantaku v2.
This includes starting the API Reference which will be available via a CLI.
What I'm Planning So Far
What are modules?
Basically a wrapper to your own source that zantaku uses for data and playing content.
Why?
So we can publish to the app stores and not have apple and googles 12 inch DMCAS down our throats.
What framework will modules be in?
:JavaScript: Javascript/ NodeJS for now possibly Typescript in the future. :sillycat:
Types of modules
There will be two module types for now:
video and reading modules.
video: For anime and movies etc.
reading: For manga, dongwa, novels etc.
API Reference
<module_name>.json The manifest.json of the module defining what it is and its capabilities.
Data and episodes /content
searchResults(query) Fetches search results from your source.
extractDetails(url) Fetches content details from your source.
extractEpisodes(url) Fetches episodes from your source. (For module types of video only)
extractStreamUrl(id) Fetches stream urls from your source. (For module types of video only)
extractChapters(url) Fetches chapters from your source. (For module types of reading only)
extractImages(id) Fetches images from chapters from your source. (For module types of reading only)
Discovery pages (explore/ search pages of zantaku)
featuredContent(nsfw) Fetches featured content data. ( for the carousel )
releasingEpisodes(nsfw) Fetches releasing episodes data.
trendingContent(nsfw) Fetches trending content data.
popularContent(nsfw) Fetches popular content data.
thisSeasonContent(nsfw) Fetches this season content data.
lastSeasonContent(nsfw) Fetches last season content data.
TL/DR
I want to get people opinions especially future developers who will help make these modules for v2. If you have any questions or suggestions ask me by pinging me in β οΈ²lounge.
this not set in stone.
Also β οΈ²v2-roadmap has been updated :sillycat:.
Best again,
Matthew :sillycat:
I will eventually be adding a separate role for module pings for users and developers for status and update logs and other stuff for developers.
Also no clankers were used in writing this message :HAPPY:
(From Discord)
β€16π12π11π9π₯6
Zantaku V2 is actively in development, and any support helps keep progress moving, lets me spend more time building and polishing features, and helps pay for servers so Zantaku isnβt running on hopes, dreams, and a single overworked potato π
:catlove: Supporting the project :Pleading:
If youβd like to support the development of Zantaku V2, you can do so here:
:anyapoint: Ko-fi: https://ko-fi.com/zantaku
Your support directly contributes to:
Faster feature development
Higher-quality releases
Ongoing improvements and stability
Keeping servers alive and happy
Zantaku Supporter β $5/month
Supporter role & Discord access
Exclusive content and previews
Behind-the-scenes development updates
Zantaku Supporter+ β $10/month
Everything in Supporter
Exclusive requests (features, content, priorities)
Deeper behind-the-scenes access and early insight
Early access builds/ Beta testing
Supporter perks may expand as development continues.
:Boost: Server Boosting :Boost:
Server boosts are also hugely appreciated β€οΈ
If we hit server level 2 and 3 I'll have a surprise
Boosters are recognized as supporters, with:
Access to supporter/booster channels
Occasional sneak peeks and previews
Please note: Boosting does not include all Ko-fi supporter benefits. Ko-fi supporters receive the full supporter experience.
Thank you to everyone supporting Zantaku β whether through donations, boosts, testing, or feedback. It genuinely helps push the project forward.
Feel free to ask any questions in general
Remember we are broke college students so the less I work to afford servers the more time I can work on it </3
:catlove: Supporting the project :Pleading:
If youβd like to support the development of Zantaku V2, you can do so here:
:anyapoint: Ko-fi: https://ko-fi.com/zantaku
Your support directly contributes to:
Faster feature development
Higher-quality releases
Ongoing improvements and stability
Keeping servers alive and happy
Zantaku Supporter β $5/month
Supporter role & Discord access
Exclusive content and previews
Behind-the-scenes development updates
Zantaku Supporter+ β $10/month
Everything in Supporter
Exclusive requests (features, content, priorities)
Deeper behind-the-scenes access and early insight
Early access builds/ Beta testing
Supporter perks may expand as development continues.
:Boost: Server Boosting :Boost:
Server boosts are also hugely appreciated β€οΈ
If we hit server level 2 and 3 I'll have a surprise
Boosters are recognized as supporters, with:
Access to supporter/booster channels
Occasional sneak peeks and previews
Please note: Boosting does not include all Ko-fi supporter benefits. Ko-fi supporters receive the full supporter experience.
Thank you to everyone supporting Zantaku β whether through donations, boosts, testing, or feedback. It genuinely helps push the project forward.
Feel free to ask any questions in general
Remember we are broke college students so the less I work to afford servers the more time I can work on it </3
Ko-fi
Support Zantaku
Support Zantaku monthly
β€3
Hello, below will be a thread for any questions you have regarding anything with the progress of Zantaku. I will answer any questions you have. This is so I can also make a Q&A so if your new or even a og member feel free to ask. Just make a comment and ask away.
* btw this was posted in the discord 2 days ago so if you want to keep up on the latest news make sure your in the discord.
https://discord.zantaku.com
- Matthew
* btw this was posted in the discord 2 days ago so if you want to keep up on the latest news make sure your in the discord.
https://discord.zantaku.com
- Matthew
Discord
Join the Zantaku Discord Server!
Read, Watch, Sync even better β Coming soon on IOS and Android. discord.gg/zantaku | 430 members
β€3
Sorry for plugging the damn discord again but seriously if you aren't in the discord you are missing out on a lot of stuff.
Sneak peaks, teasers, announcements, polls and others.
If you want zantaku v2 on release make sure you are in the discord to stay informed.
https://discord.zantaku.com
If the link above doesn't work.
https://discord.gg/kwX46vhmmU
Sneak peaks, teasers, announcements, polls and others.
If you want zantaku v2 on release make sure you are in the discord to stay informed.
https://discord.zantaku.com
If the link above doesn't work.
https://discord.gg/kwX46vhmmU
β€3