{"id":41643300,"url":"https://github.com/jpeggdev/api-dev-studio","last_synced_at":"2026-02-09T23:06:23.039Z","repository":{"id":337096284,"uuid":"1147619166","full_name":"jpeggdev/api-dev-studio","owner":"jpeggdev","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-08T02:33:54.000Z","size":2550,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-08T02:34:50.152Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jpeggdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-02T02:13:33.000Z","updated_at":"2026-02-07T18:09:16.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jpeggdev/api-dev-studio","commit_stats":null,"previous_names":["jpeggdev/api-dev-studio"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/jpeggdev/api-dev-studio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpeggdev%2Fapi-dev-studio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpeggdev%2Fapi-dev-studio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpeggdev%2Fapi-dev-studio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpeggdev%2Fapi-dev-studio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jpeggdev","download_url":"https://codeload.github.com/jpeggdev/api-dev-studio/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpeggdev%2Fapi-dev-studio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29284849,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T21:57:15.303Z","status":"ssl_error","status_checked_at":"2026-02-09T21:57:11.537Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-24T15:14:33.066Z","updated_at":"2026-02-09T23:06:23.004Z","avatar_url":"https://github.com/jpeggdev.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# API Dev Studio\n\n**The all-in-one local API development tool.**\n\nMock REST APIs, receive webhooks, and proxy real APIs with a beautiful unified interface. Works offline, stays private, one-time purchase.\n\n---\n\n## 🗂️ Repository Structure\n\nThis repository contains the **desktop application**:\n\n```\napi-dev-studio/\n├── src/                    React frontend\n│   ├── components/         UI components\n│   ├── contexts/           React contexts (Theme)\n│   ├── hooks/              Custom hooks\n│   ├── services/           Tauri API services\n│   └── types/              TypeScript types\n├── src-tauri/              Rust backend\n│   ├── src/\n│   │   ├── commands/       Tauri commands\n│   │   ├── db/             Database operations\n│   │   ├── models/         Data models\n│   │   ├── server/         HTTP server management\n│   │   └── openapi/        OpenAPI parser\n│   └── icons/              App icons\n├── server/                 Express.js HTTP server\n├── docs/                   Planning documents\n├── public/                 Static assets\n├── package.json            Dependencies\n├── README.md               This file\n└── CLAUDE.md               AI assistant instructions\n```\n\n**Landing page**: Separate repository at [apidevstudio.com](https://apidevstudio.com)\n\n---\n\n## 🚀 Quick Start\n\n### Prerequisites\n\n- **Node.js** 18+\n- **Rust** 1.70+\n- **Bun** (preferred) or npm\n\n### Development\n\n```bash\n# Install dependencies\nbun install\n\n# Run development server\nbun run tauri:dev\n\n# Build production app\nbun run tauri:build\n\n# Run frontend only (no Tauri)\nbun run dev\n\n# Type check\nbun run build\n```\n\n---\n\n## 🏗️ Current Status\n\n**Phase**: Active Development\n\n### ✅ Completed Features\n\n**Project Management**\n\n- Create, edit, delete projects\n- Start/stop HTTP server per project\n- Configurable port with availability checking\n- Auto-find available port if preferred port is in use\n\n**Mock API Endpoints**\n\n- Create REST endpoints (GET, POST, PUT, PATCH, DELETE, OPTIONS, HEAD)\n- Path parameters (`:id`, `:userId`, etc.)\n- Custom status codes and headers\n- JSON response body editor\n- Response variations (static, sequential, random, conditional)\n- Auto-save while editing\n\n**Proxy \u0026 Recording**\n\n- Proxy requests to external APIs\n- Record all proxied responses\n- Convert recordings to mock endpoints\n- Duplicate detection with merge/update options\n- Live/Mock mode toggle per proxy\n\n**Request Inspector**\n\n- Real-time request feed with auto-refresh\n- Filter by HTTP method\n- Star/bookmark important requests\n- Delete individual or all requests\n- Detailed view (headers, body, response)\n\n**OpenAPI Import**\n\n- Import OpenAPI 3.x specs (YAML/JSON)\n- Preview before import\n- Overwrite existing endpoints option\n\n**Desktop App**\n\n- Dark mode and Light mode themes\n- System tray integration\n- Close-to-tray option\n- Settings panel\n- Sidebar navigation\n- Responsive layout\n\n**HTTP Server**\n\n- Express.js-based server\n- CORS enabled by default\n- Dynamic routing based on endpoints\n- Request/response logging\n\n**Database**\n\n- SQLite for persistent storage\n- Projects, endpoints, requests, recordings, settings\n\n### 🚧 In Progress / Coming Soon\n\n- Template variables (`{{faker.name}}`, `{{uuid}}`)\n- Webhook receiver endpoints\n- Response delays\n- Search in request inspector\n- Export requests (JSON, CSV)\n- Keyboard shortcuts\n- CLI tool\n\n---\n\n## 📚 Documentation\n\n**Key Documents** (in `docs/` folder):\n\n- `api-dev-studio-prd.md` - Product Requirements\n- `api-dev-studio-architecture.md` - Technical Architecture\n- `api-dev-studio-ui-ux-design.md` - Design System\n- `api-dev-studio-roadmap.md` - Feature Roadmap\n- `api-dev-studio-project-management.md` - Workflows\n\n---\n\n## 🎯 Project Goals\n\n### Vision\n\nBuild the essential local-first API development tool that replaces webhook.site, Postman mock servers, and json-server with a single beautiful desktop application.\n\n### Value Proposition\n\n- **All-in-One**: Mock APIs + Webhooks + Proxy in one tool\n- **Local-First**: 100% private, works offline\n- **Beautiful UX**: Modern desktop app, not CLI\n- **Smart Recording**: Auto-generate mocks from real API traffic\n- **Fair Pricing**: One-time purchase ($49), not subscription\n\n---\n\n## 🛠️ Tech Stack\n\n### Desktop App\n\n- **Framework**: Tauri 2.0 (Rust + WebView)\n- **Frontend**: React 19, TypeScript, Vite\n- **Styling**: Tailwind CSS v4\n- **State**: React Context + useState\n- **Backend**: Rust\n- **HTTP Server**: Node.js + Express.js\n- **Database**: SQLite (rusqlite)\n\n### Key Dependencies\n\n**Frontend:**\n\n- React 19\n- Tailwind CSS v4\n- @tauri-apps/api\n\n**Backend (Rust):**\n\n- tauri 2.x\n- rusqlite\n- serde / serde_json\n- tokio\n- chrono\n- uuid\n\n**Server:**\n\n- Express.js\n- better-sqlite3\n- cors\n\n---\n\n## 📋 Development Roadmap\n\n### v1.0 - MVP (Target: Q2 2026)\n\n- [x] Project management\n- [x] Mock endpoints with variations\n- [x] Proxy \u0026 recording mode\n- [x] Request inspector\n- [x] OpenAPI import\n- [x] Dark/light themes\n- [x] System tray\n- [x] Settings panel\n- [ ] Webhook receiver\n- [ ] Template variables (Faker.js)\n- [ ] Response delays\n- [ ] CLI tool\n- [ ] Export features\n\n### v1.1 - Quick Wins\n\n- Export to Docker, OpenAPI, Postman\n- Advanced filtering\n- Duplicate project/endpoint\n- Performance optimizations\n\n### v2.0 - Power Features\n\n- GraphQL support\n- WebSocket mocking\n- Advanced authentication simulation\n- Team collaboration features\n- SOAP/RPC support\n\nSee `docs/api-dev-studio-roadmap.md` for full roadmap.\n\n---\n\n## 🤝 Contributing\n\nThis is currently a solo project in early development. Contributions will be welcome after v1.0 launch.\n\n---\n\n## 📝 License\n\nLicense TBD (will be determined before v1.0 launch)\n\n---\n\n## 🔗 Links\n\n- **Website**: \u003chttps://apidevstudio.com\u003e\n- **Documentation**: `docs/` folder\n\n---\n\n## 📞 Contact\n\n**Creator**: Jeff Pegg\n**Twitter**: @jpegg_dev\n\n---\n\n**Built with care for developers**\n\nLast updated: January 13, 2026\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpeggdev%2Fapi-dev-studio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjpeggdev%2Fapi-dev-studio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpeggdev%2Fapi-dev-studio/lists"}