# Typeserve Live Typeserve Live lets you create temporary mock APIs from TypeScript types — instantly. No authentication, no accounts, everything auto-expires. Perfect for testing, prototyping, and demos. ## Key Links - Home: https://typeserve.live - Create API: https://typeserve.live/create - TypeServe (full docs, npm package): https://typeserve.com - TypeServe Documentation: https://typeserve.com/docs - GitHub: https://github.com/emmanueltaiwo/typeserve - npm: https://www.npmjs.com/package/typeserve ## Features - Instant setup: Get your API running in less than 5 seconds - No auth: No sign-up, no accounts, no credit cards - Auto-expire: APIs expire after 5 minutes to 2 hours - TypeScript-first: Define types, get mock data - RESTful: GET, POST, PUT, DELETE with custom routes ## How It Works 1. Go to https://typeserve.live/create 2. Define your TypeScript types (e.g. User, Post) 3. Configure routes (path, method, response type) 4. Create API and get a unique subdomain like your-api.typeserve.live 5. Use your API immediately; it auto-expires when the timer ends ## For Full Documentation TypeServe (the npm package) has complete docs at https://typeserve.com/docs including: - Quick start, installation, configuration - CLI reference, config reference - Features: hot reload, nested types, smart data generation