# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.irrevocable.dev/live/no-code-interface.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
