explaingit

sky3100/frciblyk12

Analysis updated 2026-05-18

81PythonAudience · ops devopsComplexity · 4/5LicenseSetup · hard

TLDR

A Chinese language web panel for creating, tracking, and configuring free ChatGPT accounts at scale.

Mindmap

mindmap
  root((FrciblyK12))
    What it does
      Account dashboard
      Automated registration
      Provider configuration
    Tech stack
      Python FastAPI
      React Vite frontend
      SQLite database
    Use cases
      Bulk account creation
      Status monitoring
      Provider management
    Audience
      Ops teams
    Setup
      Python 3.11+
      Node.js 18+
      Docker option

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Track the status of many ChatGPT free accounts from one dashboard.

USE CASE 2

Automate bulk registration of ChatGPT free accounts with configurable concurrency.

USE CASE 3

Manage email, verification, and proxy providers used during account creation.

What is it built with?

PythonFastAPIReactViteSQLite

How does it compare?

sky3100/frciblyk12clawdbrunner/captcha-solverdexoravla/dexora
Stars818181
LanguagePythonPythonPython
Setup difficultyhardmoderatehard
Complexity4/53/55/5
Audienceops devopsdeveloperresearcher

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · hard Time to first run · 1h+

Needs Python 3.11+, Node.js 18+, and a Playwright browser install for the automation features, public deployments need a password set.

AGPL-3.0: free to use and modify, but if you run a modified version as a network service, you must share your source code with its users.

In plain English

FrciblyK12 is a Chinese language web panel for creating, managing, and locally configuring free ChatGPT accounts. The public interface currently shows three main sections: an overview page, a ChatGPT free section, and a settings page, and the author notes that older pages, internal routes, or leftover components may still exist in the code but are not part of the current public menu. The overview page shows summary cards for total accounts, trials, subscriptions, and error counts, along with charts breaking down accounts by platform and status, plus status checks for supporting desktop tools, and a manual refresh button. The ChatGPT free section is where the actual account work happens: you can view a list of existing accounts with their status and email details, add accounts manually, or run automatic registration with settings for how many accounts to create, how many to run at once, which identity profile to use, and how to execute the job. Finished registrations can be exported, copied in bulk, or automatically joined into a workspace, and there are logs showing what each task did. The settings page has many sub sections covering general preferences like theme, language, and default registration behavior, registration strategy defaults, email provider setup, verification code services, SMS or phone verification providers, proxy resources, ChatGPT specific options, a browser profile manager called BitBrowser, and advanced overrides. To run it locally you need Python 3.11 or newer and Node.js 18 or newer, since the backend is a FastAPI Python service and the frontend is a React and Vite application that gets built and served together, or you can run the whole thing with Docker. The project stores its own account database with sqlite by default and can use browser automation, which requires installing a Playwright browser. The author is explicit that real account details, passwords, tokens, and proxy or browser profile data should never be committed to a public copy of this project, and includes a disclaimer that it is meant for study and personal use, with responsibility for compliance with any platform's terms resting on the user. It is licensed under AGPL-3.0, building on an earlier project called any-auto-register.

Copy-paste prompts

Prompt 1
Walk me through installing FrciblyK12 with Docker Compose and setting an APP_PASSWORD.
Prompt 2
Explain what the automatic registration settings for identity profile and execution method control.
Prompt 3
Show me how to configure an email provider in FrciblyK12's settings page.
Prompt 4
Summarize the security warnings in FrciblyK12's README about not committing real credentials.

Frequently asked questions

What is frciblyk12?

A Chinese language web panel for creating, tracking, and configuring free ChatGPT accounts at scale.

What language is frciblyk12 written in?

Mainly Python. The stack also includes Python, FastAPI, React.

What license does frciblyk12 use?

AGPL-3.0: free to use and modify, but if you run a modified version as a network service, you must share your source code with its users.

How hard is frciblyk12 to set up?

Setup difficulty is rated hard, with roughly 1h+ to a first successful run.

Who is frciblyk12 for?

Mainly ops devops.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.