Guides

Frameworks - Tools

1min

Why publish Metadata?

Metadata is fundamental for our platform to consume and understand how to interact with your mini-app. By exposing a public endpoint that returns this metadata in JSON format, you allow us to integrate your mini-app efficiently. To facilitate this process, we offer tutorials using modern tools such as Next.js, Express.js, and Cloudflare Workers. These technologies are ideal for their simplicity and flexibility when building APIs and exposing endpoints on the web:

  • Next.js: Perfect for applications with a focus on React and the modern JavaScript ecosystem. Includes built-in support for building APIs.
  • Express.js: A minimalist framework for building servers with Node.js. Ideal if you prefer full control over the backend.
  • Cloudflare Workers: An ultra-fast serverless solution for building and deploying APIs with global scale. Perfect if you are looking for low latency and serverless deployments. By using a framework like Hono.

You can check our repository with the examples we have available.

Updated 28 Nov 2024
Doc contributor
Did this page help you?