Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Thanks for your interest in contributing!
## Development Setup

```bash
git clone https://github.com/deapi-ai/deapi-develop-tester.git
cd deapi-develop-tester
git clone https://github.com/deapi-ai/deapi-tester.git
cd deapi-tester
npm install
npm run dev
```
Expand Down Expand Up @@ -35,7 +35,7 @@ See the [Adding New Endpoints](../README.md#adding-new-endpoints) section in the

## Reporting Bugs

Use [GitHub Issues](https://github.com/deapi-ai/deapi-develop-tester/issues) and include:
Use [GitHub Issues](https://github.com/deapi-ai/deapi-tester/issues) and include:
- Description of the bug
- Steps to reproduce
- Expected vs actual behavior
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ A local developer tool for testing [deAPI.ai](https://deapi.ai) endpoints — un

```bash
# Clone the repository
git clone https://github.com/deapi-ai/deapi-develop-tester.git
cd deapi-develop-tester
git clone https://github.com/deapi-ai/deapi-tester.git
cd deapi-tester
```

### Docker (recommended)
Expand Down Expand Up @@ -233,4 +233,4 @@ Contributions are welcome! Please read the [Contributing Guide](.github/CONTRIBU
- [deAPI.ai](https://deapi.ai) — Unified AI inference API
- [API Documentation](https://docs.deapi.ai) — Full endpoint reference, auth, webhooks, WebSockets
- [Claude Code Skills](https://github.com/deapi-ai/claude-code-skills) — Use deAPI directly from Claude Code terminal (generate images, videos, audio, transcribe and more)
- [Report a Bug](https://github.com/deapi-ai/deapi-develop-tester/issues)
- [Report a Bug](https://github.com/deapi-ai/deapi-tester/issues)
4 changes: 2 additions & 2 deletions llms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Pay-per-use model. New accounts receive $5 free credit. Each endpoint has a pric
- **MCP Server** — Use deAPI from AI assistants and IDEs (Claude, Cursor, etc.)
- **Claude Code Skills** — Generate images, videos, audio, transcribe and more directly from terminal: https://github.com/deapi-ai/claude-code-skills
- **n8n Integration** — Workflow automation with deAPI nodes
- **deAPI Tester** — Open-source web UI for testing all endpoints with dynamic forms, job tracking and result preview: https://github.com/deapi-ai/deapi-develop-tester
- **deAPI Tester** — Open-source web UI for testing all endpoints with dynamic forms, job tracking and result preview: https://github.com/deapi-ai/deapi-tester

## Available Models

Expand All @@ -63,7 +63,7 @@ The model list grows as new providers are onboarded — no API changes required.
- API Documentation: https://docs.deapi.ai
- API Reference (LLM-readable): https://docs.deapi.ai/llms-full.txt
- Claude Code Skills: https://github.com/deapi-ai/claude-code-skills
- deAPI Tester (this repo): https://github.com/deapi-ai/deapi-develop-tester
- deAPI Tester (this repo): https://github.com/deapi-ai/deapi-tester
- Support: https://docs.deapi.ai (FAQ & contact)

## License
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/deapi-ai/deapi-develop-tester.git"
"url": "https://github.com/deapi-ai/deapi-tester.git"
},
"homepage": "https://github.com/deapi-ai/deapi-develop-tester",
"homepage": "https://github.com/deapi-ai/deapi-tester",
"bugs": {
"url": "https://github.com/deapi-ai/deapi-develop-tester/issues"
"url": "https://github.com/deapi-ai/deapi-tester/issues"
},
"keywords": [
"deapi",
Expand Down
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const metadata: Metadata = {
description:
'Test deAPI.ai endpoints locally with dynamic forms, async job tracking, price calculator and result preview.',
type: 'website',
url: 'https://github.com/deapi-ai/deapi-develop-tester',
url: 'https://github.com/deapi-ai/deapi-tester',
siteName: 'deAPI Tester',
},
twitter: {
Expand Down