Find a file
Fayzan Naufal Suparjo 04cfe1ee7d
Update README.md
2025-07-07 08:38:18 +07:00
posts Initial commit 2024-04-03 10:15:51 +00:00
public makeover 2025-06-14 09:25:09 +07:00
src Refactor code structure for improved readability and maintainability 2025-06-30 11:25:31 +07:00
.env.example added gumroad integration, updated starter reader 2025-06-13 20:02:38 +07:00
.eslintrc.json Initial commit 2024-04-03 10:15:51 +00:00
.gitignore Initial commit 2024-04-03 10:15:51 +00:00
.prettierrc Initial commit 2024-04-03 10:15:51 +00:00
bun.lockb Initial commit 2024-04-03 10:15:51 +00:00
components.json Initial commit 2024-04-03 10:15:51 +00:00
invites.json prod soon 2025-04-19 22:42:27 +07:00
LICENSE.md Initial commit 2024-04-03 10:15:51 +00:00
next.config.js Initial commit 2024-04-03 10:15:51 +00:00
package-lock.json fohkin stupid calculator 2024-04-06 14:25:25 +07:00
package.json fohkin stupid calculator 2024-04-06 14:25:25 +07:00
postcss.config.js Initial commit 2024-04-03 10:15:51 +00:00
README.md Update README.md 2025-07-07 08:38:18 +07:00
tailwind.config.js Initial commit 2024-04-03 10:15:51 +00:00
test-file.txt Initial commit 2024-04-03 10:15:51 +00:00
tsconfig.json Initial commit 2024-04-03 10:15:51 +00:00
wyre-starter.rbxmx Refactor code structure for improved readability and maintainability 2025-06-30 11:25:31 +07:00
XCS.organizations.json makeover 2025-06-14 09:25:09 +07:00
yarn.lock fohkin stupid calculator 2024-04-06 14:25:25 +07:00

Amperra Wyre - Card Access Management Platform

Amperra Wyre is a card access management platform that allows users to manage their card access to access points within experiences on the Roblox platform.

Features:

  • Create and manage access points
  • Organization and location-based access control
  • Different allow-list parameters (e.g. card numbers, user ID, group ID assocation, etc.)
  • Access groups
  • Scan logs
  • Member management
  • Invitation links for organizations and registration
  • ...and more!

This project uses the following technologies:

The backend is serverless and is bundled with Next.js in the src/pages/api directory.

Installation

Prerequisites

Setup

  1. Clone the repository
  2. Run bun install or npm install to install dependencies
  3. Clone .env.example to .env and fill in the values
  4. Run bun dev or npm run dev to start the development server

Contributing

This project is open to contributions. I don't have a contributing guide yet, but feel free to open a pull request and I'll review it.

License

This project is licensed under the MIT license. See LICENSE.md for more information.