This repository contains the frontend application for APISpider, a lightweight and developer-focused API client. You can also check out the sibling repositories:
- Preact
v10.26.9 - TypeScript
- Vite
v7.0.4
VITE_API_BASE_URL=http://localhost:8081 npm run devStarts the dev server at
http://localhost:5173
with the API base URL set to http://localhost:8081.
npm run buildBuilds the app for production and outputs files to dist/.
All discovered routes are prerendered to static HTML.
npm run previewServes the production build locally at
http://localhost:4173
| Variable | Description |
|---|---|
VITE_API_BASE_URL |
Base URL of the APISpider backend API |
Contributions are welcome and appreciated
If you’d like to contribute:
- Fork the repository
- Create a new branch (
git checkout -b feature/my-feature) - Make your changes
- Commit your changes (
git commit -m "Add my feature") - Push to the branch (
git push origin feature/my-feature) - Open a Pull Request
Please try to:
- Follow the existing code style and project structure
- Keep commits focused and descriptive
- Test your changes before submitting
If you’re unsure where to start, feel free to open an issue or discussion.
If you find APISpider useful, consider supporting the project
Support on Ko-fi

