Overview
Welcome to MagicThrust! This application allows you to create fake servers and generate JSON data with AI assistance. Below you'll find a detailed guide on how to use each feature of the app.
Getting Started
To get started with MagicThrust, follow these steps:
- Enter a description for the JSON you want to generate .
- Click the "Generate JSON" button to get sample JSON data.
- Edit the JSON data if needed in the textarea provided.
- Click the "Create Server" button to create a fake server with the JSON data.
Features
- AI JSON Generation: Generate JSON data based on a simple text prompt.
- JSON Formatting: Automatically format your JSON data for readability.
- Fake Server Creation: Easily create a fake server with your JSON data.
API
MagicThrust provides the following API methods:
await $fetch("/api/[id]", { method: "GET"})
await $fetch("/api/[id]", { method: "POST", body: { data: {id:id , ....} } })
await $fetch("/api/[id]", { method: "PUT", body: { data: {id:id , ....} } })
await $fetch("/api/[id]", { method: "DELETE", body: { id:id } })
FAQ
Find answers to common questions below:
- What is MagicThrust? MagicThrust is an application that allows you to generate and format JSON data and create fake servers easily.
- How does the AI JSON generation work? The AI JSON generation uses a text prompt to create sample JSON data based on the description you provide.