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.
- Host: GitHub
- URL: https://github.com/rickstaa/soldar
- Owner: rickstaa
- License: mit
- Created: 2025-11-29T07:34:18.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-03T14:59:10.000Z (5 months ago)
- Last Synced: 2026-01-17T18:40:21.249Z (5 months ago)
- Topics: ai, application, livepeer
- Language: TypeScript
- Homepage: https://soldar.vercel.app
- Size: 294 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.