{"id":21922695,"url":"https://github.com/mvr-studio/mize","last_synced_at":"2025-07-21T08:32:44.466Z","repository":{"id":152051119,"uuid":"590646655","full_name":"mvr-studio/mize","owner":"mvr-studio","description":"Next.js API routes - without Next.js","archived":false,"fork":false,"pushed_at":"2023-01-22T12:14:07.000Z","size":103,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-14T09:01:53.101Z","etag":null,"topics":["api","fakelambda","fakeserverless","lambda","micro","routes-api","serverless"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mvr-studio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-18T21:59:14.000Z","updated_at":"2023-01-22T12:01:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"8df1aab2-be7d-45a2-ab5f-8e2267474aa5","html_url":"https://github.com/mvr-studio/mize","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mvr-studio/mize","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvr-studio%2Fmize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvr-studio%2Fmize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvr-studio%2Fmize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvr-studio%2Fmize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mvr-studio","download_url":"https://codeload.github.com/mvr-studio/mize/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvr-studio%2Fmize/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266267289,"owners_count":23902334,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","fakelambda","fakeserverless","lambda","micro","routes-api","serverless"],"created_at":"2024-11-28T21:06:20.156Z","updated_at":"2025-07-21T08:32:44.440Z","avatar_url":"https://github.com/mvr-studio.png","language":"TypeScript","readme":"# Mize: Lambda-esque functions\n\nThis tiny server allows you to create function handlers that will act like Next.js API routes - without Next.js.\n\nRouting is file system based, so all you have to do is to create a new file for a route in `/src/api`.\n\n## Installation\n\n```sh\n$ npx create-mize-app app-name\n```\n\nor\n\n```sh\n$ yarn create mize-app app-name\n```\n\n## Usage\n\nDevelopment server:\n\n```sh\n$ yarn dev\n```\n\nBuild dist version:\n\n```sh\n$ yarn build\n```\n\nStart dist version server:\n\n```sh\n$ yarn start\n```\n\n## Features\n\n### Routing\n\nRouting is file system based. Thanks to [jesseditson/fs-router](https://github.com/jesseditson/fs-router#usage).\n\n### Security\n\nSecure your API easily by setting the `MIZE_API_KEY` environmental variable.\nThen send your requests with `Authorization` header like: `Mize [MIZE_API_KEY]`.\n\n## Example\n\nPlease referr to [apps/example-app](https://github.com/mvr-studio/mize/tree/main/apps/example-app)\n\n## Deployment\n\n### Dockerfile\n\nRun locally:\n\n```sh\n$ docker build -t mize .\n$ docker run -p 3000:3000 mize\n```\n\n### Heroku and Herokuish\n\nThe repo contains `Procfile`, so you're good to deploy it to Heroku.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvr-studio%2Fmize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmvr-studio%2Fmize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvr-studio%2Fmize/lists"}