Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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