{"id":20718232,"url":"https://github.com/jerryblessed/fastprompt","last_synced_at":"2026-05-30T22:31:30.311Z","repository":{"id":249742512,"uuid":"832411045","full_name":"Jerryblessed/FastPrompt","owner":"Jerryblessed","description":"Try it now","archived":false,"fork":false,"pushed_at":"2024-07-27T01:26:43.000Z","size":15624,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-13T11:43:46.184Z","etag":null,"topics":["educational-game","gemini-pro","generative-ai","llama3-8b","p2p-network","theta","theta-edgecloud","videostreaming"],"latest_commit_sha":null,"homepage":"https://fast-prompt.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jerryblessed.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-23T01:19:43.000Z","updated_at":"2024-07-27T01:26:45.000Z","dependencies_parsed_at":"2024-07-27T01:55:33.841Z","dependency_job_id":null,"html_url":"https://github.com/Jerryblessed/FastPrompt","commit_stats":null,"previous_names":["jerryblessed/fastprompt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Jerryblessed/FastPrompt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerryblessed%2FFastPrompt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerryblessed%2FFastPrompt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerryblessed%2FFastPrompt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerryblessed%2FFastPrompt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jerryblessed","download_url":"https://codeload.github.com/Jerryblessed/FastPrompt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerryblessed%2FFastPrompt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33712579,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["educational-game","gemini-pro","generative-ai","llama3-8b","p2p-network","theta","theta-edgecloud","videostreaming"],"created_at":"2024-11-17T03:12:54.302Z","updated_at":"2026-05-30T22:31:30.294Z","avatar_url":"https://github.com/Jerryblessed.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FastPrompt 🚀\n\n- Enter multiple prompts ✏️\n- 90% AI theta generated content 🤖\n- Performing theta signed transactions as players move on 🔄\n- AI in-game help from LLaMA 82b and Gemini 🤝\n- ThetaPass login 🔐\n- Creative levels 🎨\n\n\n[Try it](https://fast-prompt.vercel.app/)\n\n\nIn order to host url of theta video and generated content, view [MongoDB data storage](https://fast-prompt.vercel.app/)\n\n## Getting Started\n\n```bash\n# clone the repository\ngit clone https://github.com/frontendweb3/open-blog.git\n# change the directory\ncd open-blog\n# install packages with pnpm or npm or yarn.\npnpm install\n# or\nnpm install\n# or\nyarn install\n```\n\nThen, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n## Folder Structure\n\n```bash\n.\n├── components\n│   ├── Card.tsx\n│   ├── Footer.tsx\n│   ├── Header.tsx\n│   ├── Layout.tsx\n│   ├── Newsletter.tsx\n│   ├── Pagination.tsx\n│   ├── Search.tsx\n│   └── useFuse.ts\n├── data\n│   └── posts.ts\n├── next.config.js\n├── next-env.d.ts\n├── package.json\n├── pages\n│   ├── 404.tsx\n│   ├── _app.tsx\n│   ├── authors\n│   ├── _document.tsx\n│   ├── index.tsx\n│   ├── read\n│   │   └── [slug].tsx\n│   └── tags\n│       └── [slug].tsx\n├── pnpm-lock.yaml\n├── postcss.config.js\n├── public\n│   ├── favicon.ico\n│   ├── images\n│   │   ├── android.jpg\n│   │   ├── blog-2.jpg\n│   │   ├── camera.jpg\n│   │   ├── computer.jpg\n│   │   ├── health.jpg\n│   │   ├── ios.jpg\n│   │   ├── photographer.jpg\n│   │   ├── smartphone.jpg\n│   │   ├── software-developer.jpg\n│   │   ├── technology.jpg\n│   │   └── vegetables.jpg\n│   ├── moon.jpg\n│   ├── next.svg\n│   ├── thirteen.svg\n│   └── vercel.svg\n├── README.md\n\n\n\n\n├── styles\n│   └── globals.css\n├── tailwind.config.js\n├── tsconfig.json\n└── type.d.ts\n```\n\n\nSpacial thanks to [OpenBlog](https://github.com/frontendweb3/open-blog) for their framework\n\n[Support development❤️](https://paystack.com/pay/47piu3ljaq)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerryblessed%2Ffastprompt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjerryblessed%2Ffastprompt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerryblessed%2Ffastprompt/lists"}