The fastest way
to make apps
for Next.js developers

Don't spend additional time to build native apps.

BUILDING A NATIVE APP IS A PAIN πŸ˜΅β€πŸ’«

πŸ˜΅β€πŸ’« Building native apps as a web dev...

You need to learn a lot, Solve endless bugs, Read never-ending docs.

πŸ“¦ Meanwhile your product...

Delayed Launch, No users, No features, No money

Use Next.js
to build your app
Faster

* No need to build your app separately. Just make a Next.js site and boom! There's an app already.

1. Create a project

$ npx create-next2app my-app
$ cd my-app
$ npm install

Create a project with a well-organized folder structure

  • No App Setup needed

    No need to setup anything, we already did it for you

  • Single codebase

    Build Web, IOS, Android apps with the same codebase

  • Best practices for UX

    We applied best practices for UX

2. Develop with Next.js

πŸ“ my-app/
β”œβ”€β”€ πŸ“ app/
β”‚   β”œβ”€β”€ layout.tsx
β”‚   └── page.tsx 
β”œβ”€β”€ πŸ“ components/
β”‚   └── ...
β”œβ”€β”€ ...
β”œβ”€β”€ package.json
└── next.config.js

Yup. With Next.js that you already know and love

  • No learning curve

    Use your knowledge of Next.js

  • Develop what matters

    No more app setup, develop what matters right away

  • Fast development

    Use your knowledge that you already have to add feature fast

3. Test it with your phone

$ npx next2app dev

Test your application right away on your phone

  • Download 'next2app' app

    Download the app from App Store or Google Play

  • Scan QR code

    Scan the QR code from your phone and boom! You are ready to test

  • No more setup

    No more setup to testing your app. It just works

4. Build & Deploy

$ npx next2app build

Build your app with a single command

  • Next.js like experience

    Build your app with a single command, just like you do with Next.js

  • No need to learn deployment

    We simplify deployment as much as we can. All you need to do is just follow the documentation

  • Detail documentation

    I know how deployment is intimidating for web developer. We have detailed documentation for you

Frequently Asked Questions

Β© All rights reserved Common