What problem does it solve?
This skill solves the problem of needing secure, server-side endpoints for Expo applications that must handle sensitive secrets, database operations, and heavy computation without exposing sensitive logic or data to client devices.
Core Features & Use Cases
- Secure Secret Management: Store API keys, database credentials, and tokens entirely server-side to prevent client-side exposure.
- Full HTTP Endpoint Support: Build GET, POST, PUT, and DELETE endpoints for use cases like third-party API proxying, webhook handling, and server-side data validation.
- EAS Hosting Integration: Deploy endpoints directly to Cloudflare Workers via EAS Hosting with no manual server configuration required.
- Use Case Example: If you are building an Expo app that processes payments via Stripe, use this skill to build a secure proxy endpoint that keeps your Stripe secret key hidden from client code.
Quick Start
Use the expo-api-routes skill to build a secure POST endpoint that proxies requests to the OpenAI API using your server-side API key.