git404hub

what is frciblyk12 fr?

sky3100/frciblyk12 — explained in plain English

Analysis updated 2026-05-18

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

tl;dr

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

vibe map

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 make with this?

VIBE 1

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

VIBE 2

Automate bulk registration of ChatGPT free accounts with configurable concurrency.

VIBE 3

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

what's the stack?

PythonFastAPIReactViteSQLite

how it stacks up fr

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 i run it?

Difficulty · hard time til it works · 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.

prompts (copy fr)

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 fr?

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.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.