An open API service indexing awesome lists of open source software.

https://github.com/rickstaa/soldar

A showcase AI application built on top of Livepeer’s BYOC workflow.
https://github.com/rickstaa/soldar

ai application livepeer

Last synced: 5 months ago
JSON representation

A showcase AI application built on top of Livepeer’s BYOC workflow.

Awesome Lists containing this project

README

          

# name.io

name.io is an example Next.js app that shows a landing page and dashboard for real-time AI media blocks. All branding now uses the neutral `name.io` placeholder so you can wire in your own APIs.

## Quick start

1. Install deps: `npm install`
2. Run the dev server: `npm run dev` (opens on http://localhost:3000)
3. Update env vars and API endpoints as you integrate your own backend.

## Scripts

- `npm run dev` - start the dev server with hot reload
- `npm run lint` - run ESLint
- `npm run build` - create a production build

## Notes

- Sample API snippets use centralized demo domains from `lib/demo-config.ts` and a `NAME_API_KEY` placeholder (see `.env.example`). Replace with your own services when ready.
- Solution data flows through a thin client in `lib/solutions-client.ts`, with sync and async (mocked) APIs so you can swap in a real backend later.