itty.dev Open in urlscan Pro
2606:4700:3033::ac43:bbcc  Public Scan

URL: https://itty.dev/
Submission: On April 02 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

Skip to content
itty
SearchK
Main NavigationDocs



Appearance






ITTY.DEV

mighty [tiny] API design

With serverless, fewer bytes === faster.

Explore the Docs
Get Started


We really mean it. For example...


AN EDGE-READY API IN ~1 KB:

ts

import { AutoRouter } from 'itty-router' // ~970 bytes

export const router = AutoRouter()

router
  .get('/hello/:name', ({ name = 'World' }) => `Hello ${name}!`)
  .get('/json', () => [1,2,3])
  .get('/promises', () => Promise.resolve('foo'))

export default router

Released under the MIT License.

Copyright © 2024+ Itty Industries, LLC.