https://github.com/thiagomvas/seederly
Seederly is a modern API tester, but smarter. It lets you create, test, and send HTTP requests while automatically generating realistic, structured, and schema-based fake data, with none of that AI bloat.
https://github.com/thiagomvas/seederly
api automation cicd contributions-welcome csharp http requests rest-api testing tool
Last synced: about 1 month ago
JSON representation
Seederly is a modern API tester, but smarter. It lets you create, test, and send HTTP requests while automatically generating realistic, structured, and schema-based fake data, with none of that AI bloat.
- Host: GitHub
- URL: https://github.com/thiagomvas/seederly
- Owner: thiagomvas
- Created: 2025-04-05T17:53:21.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-06-01T23:37:33.000Z (10 months ago)
- Last Synced: 2025-09-14T21:30:12.061Z (7 months ago)
- Topics: api, automation, cicd, contributions-welcome, csharp, http, requests, rest-api, testing, tool
- Language: C#
- Homepage:
- Size: 291 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Seederly - A smarter API tester
Seederly is a modern API tester, but smarter.
It lets you create, test, and send HTTP requests while automatically generating realistic, structured,
and schema-based fake data, with none of that AI bloat, powered by Bogus, built with speed and developer experience in mind.
## Features
- ๐งช Send HTTP requests (GET, POST, PUT, etc.)
- ๐งฌ Schema-based data generation using [Bogus](https://github.com/bchavez/Bogus)
- ๐ง Intelligent faker with nested object and array support
- ๐ JSON body templating using short and intuitive keys (`name.firstName`, `address.city`, etc.)
## Roadmap
- [ ] GUI (Avalonia-based)
- [ ] JSON schema visual editor
- [ ] Exportable and shareable workspaces
- [ ] API Test runner
## Contributing
PRs and issues are always welcome! This is an early project, so contributions can help shape it's directions.