Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Next.js banking demo web app designed as a sandbox for Autonoma AI end-to-end test generation.

Next.js + Kernel template for running AI-powered browser automations on Vercel with natural language.
The Autonoma Bank Demo is an open-source Next.js front-end application that simulates a modern banking UI and serves as a sandbox for Autonoma AI's no-code end-to-end test generation.
The Autonoma Bank Demo is a demo front-end application — not a real bank — that mimics a modern banking interface with login, dashboard, transfers, and transaction history screens. It is built with Next.js, TypeScript, and Tailwind CSS, and is maintained by Autonoma Labs on GitHub. Its core purpose is to act as a testing sandbox for Autonoma AI, allowing users to automatically generate, execute, and maintain end-to-end tests across web and mobile environments.
The project uses the Next.js app directory for routing and page structure, with custom components and hooks in separate directories. To run it locally, clone the repository, install dependencies with pnpm install, then start the dev server with pnpm dev, which serves at localhost:3000. For production, run pnpm build followed by pnpm start. The one-click deploy button on GitHub creates a Vercel project directly from the repository URL.
The template is open source under the MIT License, so the code itself is free to use, modify, and deploy. You only pay for any hosting or third-party services you add.
Yes, the repository is licensed under the MIT License, allowing free use, modification, and distribution. You can clone it, deploy it to Vercel, and adapt it for your own testing or development without paying for the template itself.
It uses Next.js as the React framework, TypeScript for static typing, Tailwind CSS for styling, and pnpm as the package manager. The project also includes PostCSS and Tailwind configuration files.
Yes, the README includes a "Deploy with Vercel" button that clones the GitHub repository into a new Vercel project. You can also do a manual deployment by connecting your GitHub account to Vercel and importing the repo.
It is designed as a sandbox for Autonoma AI: a demo web application with realistic banking flows that lets you generate, execute, and maintain end-to-end tests automatically. It also serves as a sample Next.js codebase for developers.
