portal-toys is a collection of simple demos that demonstrate how to build, publish, and interact with decentralized services through the portal network. Each toy app can be generated or modified easily using LLMs allowing rapid prototyping and experimentation.
- 선호하는 도구를 엽니다. (Codex, Gemini, Claude Code)
- 프롬프트로 예제 코드를 생성합니다. (~~ 하는 프로그램을 만들어줘. 다른 예시를 참고해줘 (또는 코드 복사))
- 코드를 실행합니다. (
go run . --port 8081 --server-url http://portal.gosuda.org --name my-demo) - 동작을 확인합니다. (
localhost:8081또는http://portal.gosuda.org) - 잘 돌아가면 저장소에 푸시합니다.
- chatter-bbs
- doom
- gosuda-blog
- http-backend
- paint
- rolling-paper
- simple-chat
- tetris
- youtube-chat
- vscode-chat
Will be added soon
Will be added soon
- 기본 Portal 서버 URL은 예제마다
http://portal.gosuda.org로 되어 있습니다. 과도한 요청으로 디도스 공격이 되지 않도록 주의해주세요. - 광고가 성공하면 서버 UI(관리 페이지)에서 등록된 이름(
--name)으로 보입니다. - Go 버전은
go.mod기준(Go 1.25+)을 권장합니다. 최신 Go면 대부분 문제 없습니다.