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