Core Framework
The mobile framework Mogged is built in.
Component model and reconciler.
Build toolchain, OTA updates, native modules.
Static typing layer over JavaScript.
UI & Animation
Native gradient rendering for cards and overlays.
Native blur views for translucent surfaces.
Touch feedback on button taps and votes.
Display typeface for headlines and PSL numerals.
UI typeface used across the body and controls.
Monospace typeface for labels and stats.
Data & Backend
Authentication, Postgres database, real-time subscriptions.
On-device key-value storage for session and preferences.
Base64 encoding/decoding for image uploads.
The database engine behind Supabase. Row-level security throughout.
Media & Imaging
Native photo picker for profile uploads.
Client-side cropping and resizing before upload.
License Texts
MIT License. Permission is granted, free of charge, to any person obtaining a copy of the software, to deal in the software without restriction, subject to including the copyright notice and this permission notice. The software is provided "as is", without warranty.
Apache License 2.0. Permits use, reproduction, and distribution with attribution and a copy of the license. Includes an explicit patent grant. Modified files must be marked.
SIL Open Font License 1.1. Fonts may be used, studied, modified, and redistributed freely, provided derivatives are not sold by themselves and original reserved font names are not used in modified versions.
PostgreSQL License. Liberal open-source license similar to BSD/MIT. Permits use for any purpose with copyright preserved.
Full license texts for each package can be found in the package's own repository on GitHub or npm.