{"id":16062922,"url":"https://github.com/hummusonrails/create-chatgpt-app","last_synced_at":"2026-04-29T00:35:13.101Z","repository":{"id":237443084,"uuid":"629028893","full_name":"hummusonrails/create-chatgpt-app","owner":"hummusonrails","description":"CLI tool to quickly create a Rocket web app with ChatGPT initialized and ready to go","archived":false,"fork":false,"pushed_at":"2023-04-17T13:58:34.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T09:22:47.842Z","etag":null,"topics":["chatgpt","cli","rocket","rust-lang"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/create_chatgpt_app","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hummusonrails.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":"hummusonrails"}},"created_at":"2023-04-17T13:27:49.000Z","updated_at":"2024-03-05T19:20:03.000Z","dependencies_parsed_at":"2024-05-01T22:54:38.311Z","dependency_job_id":"f850c672-4864-45c4-844b-cb23e5f868fd","html_url":"https://github.com/hummusonrails/create-chatgpt-app","commit_stats":null,"previous_names":["hummusonrails/create-chatgpt-app"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hummusonrails/create-chatgpt-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummusonrails%2Fcreate-chatgpt-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummusonrails%2Fcreate-chatgpt-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummusonrails%2Fcreate-chatgpt-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummusonrails%2Fcreate-chatgpt-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hummusonrails","download_url":"https://codeload.github.com/hummusonrails/create-chatgpt-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummusonrails%2Fcreate-chatgpt-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32405902,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["chatgpt","cli","rocket","rust-lang"],"created_at":"2024-10-09T05:00:42.297Z","updated_at":"2026-04-29T00:35:13.084Z","avatar_url":"https://github.com/hummusonrails.png","language":"Rust","funding_links":["https://github.com/sponsors/hummusonrails"],"categories":[],"sub_categories":[],"readme":"# Create ChatGPT App\n\nCreate ChatGPT apps with Rust and Rocket.\n\n[![Crates.io](https://img.shields.io/crates/v/create_chatgpt_app_.svg)](https://crates.io/crates/create_chatgpt_app)\n[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)\n[![Contributing](https://img.shields.io/badge/Contributing-Guidelines-blue)](CONTRIBUTING.md)\n[![Code of Conduct](https://img.shields.io/badge/Code%20of%20Conduct-Respectful-orange)](CODE_OF_CONDUCT.md)\n[![Visitors](https://visitor-badge.glitch.me/badge?page_id=hummusonrails.create-chatgpt-app)](https://github.com/hummusonrails/create-chatgpt-app)\n[![Made with Love](https://img.shields.io/badge/Made%20with-Love-ff69b4.svg)](https://shields.io/)\n\nCreate ChatGPT App works on macOS, Windows, and Linux.\u003cbr\u003e\nIf something doesn’t work, please [file an issue](https://github.com/hummusonrails/create-chatgpt-app/issues/new).\u003cbr\u003e\nIf you have questions or need help, please ask in [GitHub Discussions](https://github.com/hummusonrails/create-chatgpt-app/discussions).\n\n## Quick Overview\n\n```sh\ncargo install create_chatgpt_app\ncreate_chatgpt_app my-app\ncd my-app\ncargo run\n```\n\nThen open http://localhost:8000/ to see your app.\n\nWhen you’re ready to deploy to production, create a release build with `cargo build --release`.\n\n## Get Started Immediately\n\nYou don’t need to install or configure tools like Rocket or ChatGPT API.\u003cbr\u003e\nThey are preconfigured and hidden so that you can focus on the code.\n\nCreate a project, and you’re good to go.\n\n## Creating an App\n\nYou’ll need to have Rust and Cargo installed on your local development machine. We recommend using the latest stable version. You can use [rustup](https://rustup.rs/) to manage Rust versions.\n\nTo create a new app, follow these steps:\n\n```sh\ncargo install create_chatgpt_app\ncreate_chatgpt_app my-app\n```\n\nIt will create a directory called `my-app` inside the current folder.\u003cbr\u003e\nInside that directory, it will generate the initial project structure:\n\n```sh\nmy-app\n├── README.md\n├── Cargo.toml\n├── src\n│   ├── main.rs\n│   ├── chatgpt.rs\n└── templates\n    └── index.html.hbs\n```\n\nNo configuration or complicated folder structures, only the files you need to build your app.\u003cbr\u003e\nOnce the installation is done, you can open your project folder:\n\n```sh\ncd my-app\n```\n\nInside the newly created project, you can run some built-in commands:\n\n### `cargo run`\n\nRuns the app in development mode.\u003cbr\u003e\nOpen http://localhost:8000 to view it in the browser.\n\nThe page will automatically reload if you make changes to the code.\u003cbr\u003e\nYou will see the build errors and lint warnings in the console.\n\n### `cargo build --release`\n\nBuilds the app for production to the target/release folder.\u003cbr\u003e\nIt correctly optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\u003cbr\u003e\n\nYour app is ready to be deployed.\n\n## Contributing\n\nContributions are welcome! If you'd like to improve Create ChatGPT App or suggest new features, please submit a pull request or create an issue. More information on contributing to the project can be found in the [contributing guidelines](CONTRIBUTING.md).\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhummusonrails%2Fcreate-chatgpt-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhummusonrails%2Fcreate-chatgpt-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhummusonrails%2Fcreate-chatgpt-app/lists"}