Get started with a template app

To make it easy to implement Vana OAuth, we have a template OAuth 2.0 authorization flow below. Feel free to use it as a starting point if you're building from scratch.

Simple Login Template

https://github.com/vana-com/vana-oauth-template/

A simple NextJS application that logs the user in and makes an API call to the Vana API.

Dating App

https://github.com/vana-com/third-party-template

A more full-fledged example of several Vana API calls to create a dating copilot app.

Last updated