whatisgithub

What is lily-frontend?

lily-protocol/lily-frontend — explained in plain English

Analysis updated 2026-05-18

15TypeScriptAudience · developerComplexity · 3/5LicenseSetup · easy

In one sentence

A web dashboard for Lily Protocol, letting developers manage AI agent wallets and payments on the Stellar blockchain.

Mindmap

mindmap
  root((Lily Frontend))
    What it does
      AI agent wallet dashboard
      Payment monitoring
      Stellar integration
    Tech stack
      Next.js
      React
      TypeScript
      Tailwind CSS
    Use cases
      Manage agent wallets
      Track payments
      Explore App Router
    Audience
      Developers
      Protocol contributors

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Explore the dashboard UI being built for monitoring AI agent wallets on Stellar.

USE CASE 2

Learn how a Next.js App Router project with server components is structured.

USE CASE 3

Contribute to a developer facing frontend for autonomous agent finance tools.

USE CASE 4

See an example CI setup that runs lint, typecheck, tests, and build as separate jobs.

What is it built with?

Next.jsReactTypeScriptTailwind CSSESLintVitest

How does it compare?

lily-protocol/lily-frontendaredotna/api-examplesceelog/openweread
Stars151515
LanguageTypeScriptTypeScriptTypeScript
Setup difficultyeasymoderatemoderate
Complexity3/52/52/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 30min

Requires Node.js version 22 or higher, Docker support is planned but not yet configured.

The code is privately licensed, meaning it is not openly available for reuse or redistribution.

So what is it?

Lily Frontend is the web interface for Lily Protocol, a project focused on building finance infrastructure for autonomous AI agents on the Stellar network. Stellar is a blockchain designed for fast, low cost transactions, and this repository provides the developer facing dashboard that will let people manage the financial side of AI agents running on that network. The application is built with Next.js 16, using its App Router approach, along with React 19, TypeScript, and Tailwind CSS 4 for styling. The contributor guidelines ask developers to default to server components, only switching to client side components when interactivity is actually needed. The project also uses ESLint for code quality checks and Vitest with Testing Library for automated tests. A GitHub Actions workflow runs linting, type checking, tests, and production builds on every push and pull request, with each check set up as its own job so a failure in one area does not hide results from the others. Getting started involves running npm install followed by npm run dev, then opening the site in a browser at localhost port 3000. The project requires Node.js version 22 or higher, which is declared in the configuration so local setups match what runs in CI. Docker support is mentioned in the README as something planned for the future, not something available yet. The codebase is organized so that route files stay in src/app, shared interface pieces live in src/components, site wide settings sit in src/config, typed content lives in src/content, and page level feature composition happens in src/features. According to the roadmap notes, planned work includes a dashboard for tracking AI agent wallets, monitoring of payments, balances, and settlements, plus onboarding tools and an API marketplace for developers integrating with the protocol. This is a private licensed project, meaning the code is not openly licensed for reuse, and it is described as still under active development.

Copy-paste prompts

Prompt 1
Walk me through how src/app, src/features, and src/components work together in this Next.js App Router project.
Prompt 2
Show me how to set up local development for lily-frontend using npm install and npm run dev.
Prompt 3
Explain how this project defaults to server components and when it switches to client components.
Prompt 4
Help me understand the planned wallet dashboard and payment monitoring features described in the roadmap.

Frequently asked questions

What is lily-frontend?

A web dashboard for Lily Protocol, letting developers manage AI agent wallets and payments on the Stellar blockchain.

What language is lily-frontend written in?

Mainly TypeScript. The stack also includes Next.js, React, TypeScript.

What license does lily-frontend use?

The code is privately licensed, meaning it is not openly available for reuse or redistribution.

How hard is lily-frontend to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is lily-frontend for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.