June 2025 - Present
A webapp that allows users to use a visual editor (or file editor) to create a static endpoint to serve JSON files for their application.
Serving static content is a common use case for many applications, such as this portfolio where you want to be able to edit content without having to redeploy the application. This webapp allows you to do just that, by allowing you to create a static content API endpoint that can be used in your applications.
The webapp allows you to create a static content API endpoint by providing a simple interface to create and edit content. The content is stored in a PostgreSQL database, and the API endpoint is generated using NextJS and Prisma.