onymos-logo

Pro-code, no maintenance,
better DevX

App dev shouldn’t feel like an assembly line. Onymos prioritizes developer experiences because we’re developers (yeah, even me, the guy writing this)!

DevX thinking

Build smarter.
Not harder.

Your time is valuable. Why waste it (re)creating the scaffolding when you could be building something new? Plenty of plugins and code snippets can point you in the right direction. Onymos Features do more than point — they deliver working, end-to-end functionality. No map reading required.

All of the integrations
All of the integrations you expect

Onymos Features are integrated with cloud services like Google Sign-In, APNs, and Amazon S3. That’s why we call them full stack. No additional server-side setup. No developer dashboards. They’re just ready to start working in your app.

Serverless
Connects directly to your cloud

Adding an interim server/data store isn’t part of your project specs, and it isn’t part of Onymos Features either. We connect your app directly to your existing cloud infrastructure, optimizing performance and minimizing security risk. Onymos never even sees your data.

Work in what you know
Work in what you know

Onymos Features are designed to integrate with your preferred framework, whether that’s Cordova, Angular, Ionic, or React Native (or natively in iOS and Android).

Code you can see
Un-secret code

With access to our full source code, you can inspect (and customize) every line, ensuring transparency, trust, and security from the outset. It’s just like if you had built it yourself.

A simplified API that does complex things

The code over there is part of Onymos Access’ API. When a user opts to log in with an auth provider like Google, you just pass “google” as an argument to OnymosAccess.login() and it does… everything else.

Did they choose Azure, Apple, or Facebook? Just pass “azure,” “apple,” or “facebook,” instead. Access normalizes the data they return too. Now, “givenName” (Google), “first_name” (Facebook), and “firstName” (Apple) all become “firstName.”

Behind the scenes, it handles auth tokens, offline mode, and other kinds of session management.

It’s that easy. And that’s just Onymos Access.

socialLogin(authProvider)  {
    var accessObj = {
        authProvider: authProvider
    };
    OnymosAccess.login(
        accessObj,
        (status) => {
            console.log(status);
            // Optionally, call getAuth to get authData
            const authDataObject = OnymosAccess.getAuth();
        },
        (error) => {
            console.log(error);
        },
        const options = {
           scope: ‘profile email’ // Google space-separated
        };
    );
}; /* end function socialLogin 

It’s “Don’t Repeat Yourself” at scale

No more routine maintenance. No more checking a cloud service’s changelogs to catch the latest deprecated endpoints. No more building login for the hundredth time.

We built the software development basics for you, and we keep them running. You put them where they need to go. I guess you’re done with work early?

API documentation

Get to know each Onymos Feature and see what’s possible in our API docs.

Developer support

Get in touch with our team digitally or even in the real world too.

The Onymos team writes blogs like they write code (high quality)

Call it DevX or developer enablement — we call it a better way to build apps
  • Features you need, fully integrated
    • Access
    • Biometrics
    • Chat
    • Contacts
    • DataStore
    • DeepLink
    • Location
    • Media
    • Notification
    • And more…
  • Eliminate tech debt and maintenance
  • Access to the complete source code
  • Compatible with the most popular web and mobile tech
  • Our Professional Services team is ready to help

Ready to build your app?

Schedule time with our team to find out how we can help.

Overlay