
A demo front-end application simulating a modern banking UI, built with Next.js, TypeScript, and Tailwind CSS.
The Autonoma Bank Demo is a showcase application that mimics a real-world banking experience — complete with dashboards, transactions, and account management screens.
This demo is designed to be used with Autonoma AI to automatically generate, execute, and maintain end-to-end tests across both web and mobile environments. It provides realistic user flows for testing login, payments, transfers, and UI consistency, serving as a sandbox to demonstrate Autonoma’s no-code AI testing capabilities.
And yes — it was vibe-coded proudly with v0.
npm install -g pnpm)git clone https://github.com/scafati98/autonoma-bank-demo.gitcd autonoma-bank-demopnpm install
pnpm dev
Open your browser at http://localhost:3000.
pnpm buildpnpm start
.├── app/ # Next.js “app” directory (routes / pages)├── components/ # Reusable UI components├── hooks/ # Custom React hooks├── lib/ # Utility modules├── public/ # Static assets├── styles/ # Global styles / Tailwind overrides├── next.config.mjs # Next.js configuration├── tailwind.config.ts # Tailwind CSS configuration├── postcss.config.mjs # PostCSS config├── tsconfig.json # TypeScript config└── package.json
Contributions are welcome! Fork the repo, make your changes, and open a PR — we’d love to see new features, UI improvements, or better Autonoma testing examples.
Licensed under the MIT License. See LICENSE for details.
Demo app for testing, showcasing, and experimenting with Autonoma AI.