> For the complete documentation index, see [llms.txt](https://docs.irrevocable.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.irrevocable.dev/live/no-code-interface.md).

# No Code Interface

**Account abstraction enticing you to abstract away the code too?**&#x20;

Check out a no code implementation of the SDK live [here](https://listener.irrevocable.dev/).

(Note that the no-code instance is still in beta mode and uses an experimental PKP backend infrastructure for greater decentralisation, your circuit may be interrupted or reset at anytime).

<figure><img src="/files/lmgthl5i7kbNMkAUc4fH" alt=""><figcaption></figcaption></figure>

### How it works:

The application architecture consists of:

* Next.js frontend
  * Collects circuit logic from users.
* Node backend server
  * Instantiates all circuits for uninterrupted service and continuous webhook and contract event monitoring. An assigned PKP batches and signs all logs, errors and results to the [Listener Factory](/database-and-server-interactions/persistant-circuit-architecture.md) Database Contract.
* On-chain database
  * Logs are written on-chain with IPFS and stored within the Lit Database contract. &#x20;
* Graph Protocol subgraph
  * Real-time data retrieval from the Lit Database Contract to the frontend application.
