We will discuss MAUI (Multi-platform App UI) with SQLite DB basic app creation, with a login page here. Logic will build with a SQLite helper class by using the SQLite Database. First, will create a MAUI App project in Visual Studio 2022. The project will create one main page like the one shown below.
![MAUI App]()
After that Will create some Basic Login and register xaml page. Then will create SQLiteHelper class for Database activity. Install Microsoft.Data.Sqlite pakage from NuGet package.
Login page Example given below.
Go to App.xaml.cs page adds the Login page as main page like launch view as mention below example
Output
![Login page]()
![Login success]()