Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nekiro/shibaac
Automatic Account Creator (AAC) for Open Tibia Servers written in Next.js
https://github.com/nekiro/shibaac
aac account creator mysql nextjs nodejs opentibia ot ots typescript
Last synced: about 1 month ago
JSON representation
Automatic Account Creator (AAC) for Open Tibia Servers written in Next.js
- Host: GitHub
- URL: https://github.com/nekiro/shibaac
- Owner: nekiro
- Created: 2021-12-19T16:24:27.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-17T23:10:52.000Z (5 months ago)
- Last Synced: 2024-08-18T16:30:04.661Z (5 months ago)
- Topics: aac, account, creator, mysql, nextjs, nodejs, opentibia, ot, ots, typescript
- Language: TypeScript
- Homepage: shibaac.vercel.app
- Size: 6.68 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: FUNDING.yml
Awesome Lists containing this project
README
SHIBAAC
This project aims to provide a fully featured, secure and fast AAC (Automatic Account Creator) for Open Tibia Servers.
Currently project is in early stage of development.
## Technologies
- Node.js
- Next.js
- Prisma (mysql)
- Jest
- Chakra UI
- Yup
- Typescript## Features
- Account management including: creation, character management
- Protocol status (parses online status and players count directly from server protocol via socket)
- Online list
- Encrypted cookies
- User system
- Secure API
- Mix of dynamic and static pages, most pages use dynamic loading
- RWD## Tutorials
**[Running development server](https://github.com/nekiro/SHIBAac/wiki#-how-to-use)**
## To Do
- lost account interface
- guilds
- houses
- use typescript where possible
- db migrations
- tests