You are browsing as a guest. Sign up (or log in) to start making projects!

xarber

@xarber

Joined May 31st, 2026

  • 3Devlogs
  • 8Projects
  • 0Ships
  • 0Votes
Hi, I'm Xarber, a 16 year-old developer from Rome, Italy!
I'm really into the technical aspect of things, I love software, testing and debugging things!

The biggest project I'm developing right now is School Manager, you can test it out already!
You should also check out my friend's page, @Capy ^-^
Open comments for this post

4h 51m 2s logged

Passkeys are live!

This took me a while to develop, but passkeys are finally live!
There’s a passkey management screen in settings, with a list of all saved passkeys, when they were last used and when they were added.
You can delete them, or add new ones using web authentication.
This is a temporary workaround since Apple requires you to have a paid developer license to use passkeys in-app.

What’s next?

I’d like to add passkey renaming in settings (and regular passkey naming in the registration screen), OR a database with automatically detected names for each Passkey handler ID.
I’m currently trying to get the app to build on X-Code 27 beta. This would use the new SDK and allow apps to dynamically resize when using iPhone mirroring or the xcode device hub. It would be a huge improvement for testing, since I would be able to test everything 100% from my mac without having an ipad simulator or have to bring a physical device around.

0
0
2
Open comments for this post

13h 46m 19s logged

Passkeys

I’ve been working on this for a while. I’m currently adding passkeys and security keys support to the app!
The app has been based on OTP codes since release, I’m also adding passkey support so that no waiting for emails is needed.
You will still need a verified email in order to sign up, but you will be able to use passkeys for future authentications.
I also think about adding an authenticator app OTP generator to replace email OTPs altogether (for added security in case of a stolen email account), but it’s a work in progress (PS: Again, you will still need a verified email address to sign up).

GitHub Workflows!

This took me ages to build. I implemented workflows and multiple branches:

  • Master (Release)
  • Beta
  • Alpha
  • Development
  • Testing (no workflows here)

On every push, two jobs run: One updates the website (only on master pushes), and also runs eas update to the specified update branch.
The other job is the most interesting: It checks for version changes in the app.json file, and if the version changed, it starts building a new binary for the app: Signed iOS Simulator (.tar.gz app file), “Signed” Android APK (or AAB if the branch is Beta/Master), and unsigned iOS .ipa file (since I have no paid developer license yet).
The first two are ran through EAS Cloud, and then downloaded by the workflow. The unsigned build runs directly on GitHub Actions’s servers.
After having the artifacts, they get renamed to human readable names, and release notes are automatically generated with the adoption of conventional commits (fix: … | ci: … | feat: … | etc). The script later proceeds to create a release and a tag for said update, and draft it to the github repo.
This means I no longer have to manage builds myself, which sometimes took several hours to fix environment issues and more.
It also means that whenever I push an update, the app automatically reflects said update in an appropriate branch (we don’t like testing in production, right?).

1
0
5
Open comments for this post

16m logged

Now on Stardance!

Hi everyone! Welcome to Stardance!
I can’t wait to start seeing everyone’s amazing projects, and to start coding my own! I actually have a few ideas boiling in the pot, many of which I’ve already created projects for. Good coding to everyone!

About School Manager

The development of the app will be continued in Stardance!
There aren’t many updates since the last devlog in Flavortown, I’m trying to organize my ideas and clean some code before continuing development.
Have fun everyone!

1
1
22

Followers

Loading…