{"id":25452805,"url":"https://github.com/yllvar/frontend-maneki-bundler","last_synced_at":"2025-08-02T08:35:51.954Z","repository":{"id":266784470,"uuid":"899349492","full_name":"yllvar/Frontend-Maneki-Bundler","owner":"yllvar","description":"Build using Next.js to host front-end integration with python back-end class. Allowing Pump.fun token creator to create token and Jito Bundle it","archived":false,"fork":false,"pushed_at":"2024-12-06T05:09:49.000Z","size":17,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-16T13:11:24.705Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/yllvar.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-12-06T04:53:36.000Z","updated_at":"2025-04-10T23:51:21.000Z","dependencies_parsed_at":"2024-12-06T05:27:22.081Z","dependency_job_id":"50a152c6-99cc-4957-b65d-38b8f1f8bd6b","html_url":"https://github.com/yllvar/Frontend-Maneki-Bundler","commit_stats":null,"previous_names":["yllvar/frontend-maneki-bundler"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yllvar/Frontend-Maneki-Bundler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yllvar%2FFrontend-Maneki-Bundler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yllvar%2FFrontend-Maneki-Bundler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yllvar%2FFrontend-Maneki-Bundler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yllvar%2FFrontend-Maneki-Bundler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yllvar","download_url":"https://codeload.github.com/yllvar/Frontend-Maneki-Bundler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yllvar%2FFrontend-Maneki-Bundler/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265083954,"owners_count":23708836,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-02-17T23:41:41.518Z","updated_at":"2025-07-13T03:34:33.833Z","avatar_url":"https://github.com/yllvar.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frontend-Maneki-Bundler\n\n\u003cimg width=\"878\" alt=\"Screenshot 2024-12-06 at 13 06 48\" src=\"https://github.com/user-attachments/assets/b6b22a62-42da-44e0-926f-43c53bd98e36\"\u003e\n\nBuild using Next.js to host front-end integration with python back-end class. Allowing Pump.fun token creator to create token and Jito Bundle it\n# Maneki Bundler\n\nManeki Bundler is a powerful and user-friendly platform for token creation and management on the Solana blockchain. This Next.js-based application provides an intuitive interface for creating tokens, monitoring their performance, and managing related settings.\n\n## Features\n\n- **Dashboard**: View key metrics such as total tokens created, successful transactions, and current token price.\n- **Token Creation**: Easy-to-use form for creating new tokens with customizable parameters.\n- **Token Price Chart**: Interactive chart displaying token price history.\n- **Settings Management**: Configure important settings like API endpoints and wallet addresses.\n- **Dark Mode Support**: Toggle between light and dark themes for comfortable viewing in any environment.\n\u003cimg width=\"887\" alt=\"Screenshot 2024-12-06 at 13 05 18\" src=\"https://github.com/user-attachments/assets/f7752e97-a425-47b7-9ae7-85d6b1bd0501\"\u003e\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (v14 or later)\n- npm or yarn\n\n### Installation\n\n1. Clone the repository:\n   ```\n   git clone https://github.com/yllvar/maneki-bundler.git\n   cd maneki-bundler\n   ```\n\n2. Install dependencies:\n   ```\n   npm install\n   # or\n   yarn install\n   ```\n\n3. Run the development server:\n   ```\n   npm run dev\n   # or\n   yarn dev\n   ```\n\n4. Open [http://localhost:3000](http://localhost:3000) in your browser to see the application.\n\n\u003cimg width=\"857\" alt=\"Screenshot 2024-12-06 at 13 06 05\" src=\"https://github.com/user-attachments/assets/c1621a3b-e017-45d5-9a8e-3427a6bec269\"\u003e\n\n## Project Structure\n\n- `app/`: Contains the main pages of the application (Dashboard, Create Token, Settings)\n- `components/`: Reusable React components\n- `public/`: Static assets\n- `styles/`: Global styles and theme configuration\n\n## Built With\n\n- [Next.js](https://nextjs.org/) - React framework for building the user interface\n- [Tailwind CSS](https://tailwindcss.com/) - For styling\n- [shadcn/ui](https://ui.shadcn.com/) - UI component library\n- [Recharts](https://recharts.org/) - For creating interactive charts\n- [React Hook Form](https://react-hook-form.com/) - For form handling\n- [Zod](https://github.com/colinhacks/zod) - For form validation\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- Thanks to the Pump.fun community for inspiration and support\n- Shoutout to all the open-source libraries that made this project possible, especially Pump Portal and their 0.5% fees \n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyllvar%2Ffrontend-maneki-bundler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyllvar%2Ffrontend-maneki-bundler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyllvar%2Ffrontend-maneki-bundler/lists"}