📄️ Astro
EdgeStore supports Astro applications through our dedicated Astro adapter, allowing you to use EdgeStore's file upload and management capabilities with your Astro project.
📄️ Next
There are two adapters available for Next.js. The next-app (for the app-router) and the next-pages (for the pages-router).
📄️ React Router (Remix)
React Router integrates seamlessly with EdgeStore, enabling you to build type-safe, full-stack React applications with robust file management capabilities.
📄️ TanStack Start
TanStack Start integrates seamlessly with EdgeStore, enabling you to build type-safe, full-stack React applications with robust file management capabilities.
📄️ Express
Some apps are built with React on the frontend (e.g. using create-react-app or vite) and have an express.js backend.
📄️ Fastify
Some applications are built with React on the frontend (e.g. using create-react-app or vite) and have a fastify backend.
📄️ Hono
Some applications are built with React on the frontend (e.g. using create-react-app or vite) and have a hono backend.