MCPcopy Index your code
hub / github.com/anthdm/superkit

github.com/anthdm/superkit @v0.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.1 ↗ · + Follow
96 symbols 201 edges 22 files 27 documented · 28%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

GOTHKIT

NOT READY (YET)

Installation

go install github.com/anthdm/gothkit@master

After installation you can create a new project by running:

gothkit [myprojectname]

Navigate to your project and start the development server:

cd [myprojectname]

make dev

Getting started

Hot reloading the browser

Hot reloading is configured by default, the only thing left to do is watching for changes to your assets by running the following command:

make assets

Migrations

Create a new migration

make db-mig add_user_table

Migrate the database

make db-up

Reset the database

make db-reset

Seed the database

make db-seed

Extension points exported contracts — how you extend this code

Auth (Interface)
(no doc) [2 implementers]
kit/kit.go
HandlerFunc (FuncType)
HandlerFunc is the function being called when receiving an event.
event/event.go
Numeric (Interface)
(no doc)
validate/rules.go
HandlerFunc (FuncType)
(no doc)
kit/kit.go
Authenticater (Interface)
(no doc)
kit/kit.go
ErrorHandlerFunc (FuncType)
(no doc)
kit/kit.go

Core symbols most depended-on inside this repo

Rules
called by 11
validate/validate.go
Get
called by 4
validate/validate.go
Render
called by 3
kit/kit.go
Validate
called by 3
validate/validate.go
Subscribe
called by 3
event/event.go
Text
called by 2
kit/kit.go
Handler
called by 2
kit/kit.go
WithAuthentication
called by 2
kit/kit.go

Shape

Function 55
Method 20
Struct 13
FuncType 3
Interface 3
TypeAlias 2

Languages

Go100%

Modules by API surface

kit/kit.go23 symbols
event/event.go15 symbols
validate/validate.go13 symbols
validate/rules.go13 symbols
validate/validate_test.go5 symbols
bootstrap/cmd/app/main.go5 symbols
bootstrap/app/routes.go4 symbols
view/view.go3 symbols
kit/middleware/middleware.go2 symbols
event/event_test.go2 symbols
db/db.go2 symbols
bootstrap/app/types/auth.go2 symbols

For agents

$ claude mcp add superkit \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page