{"id":14957372,"url":"https://github.com/savka777/titel","last_synced_at":"2026-02-26T03:15:20.213Z","repository":{"id":241596853,"uuid":"807117171","full_name":"savka777/TiteL","owner":"savka777","description":"SEO title optimization tool for written text (SaaS)","archived":false,"fork":false,"pushed_at":"2024-10-25T08:28:09.000Z","size":2961,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-26T12:44:33.293Z","etag":null,"topics":["ai","apis","artificialintelligence","database","generative","gpt","gpt4o","next-js","prisma","saas","seo","stripe","tailwindcss","trpc","webdevelopment"],"latest_commit_sha":null,"homepage":"https://titel.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/savka777.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-05-28T14:10:54.000Z","updated_at":"2025-01-27T16:58:49.000Z","dependencies_parsed_at":"2024-10-25T10:47:03.465Z","dependency_job_id":"53ec8d81-a02b-40bc-9662-b647a6d8d475","html_url":"https://github.com/savka777/TiteL","commit_stats":{"total_commits":64,"total_committers":2,"mean_commits":32.0,"dds":0.046875,"last_synced_commit":"de4336ec34d312c87fe6f0c787fbe647395e6abb"},"previous_names":["savka777/titel"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/savka777/TiteL","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/savka777%2FTiteL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/savka777%2FTiteL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/savka777%2FTiteL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/savka777%2FTiteL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/savka777","download_url":"https://codeload.github.com/savka777/TiteL/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/savka777%2FTiteL/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267629190,"owners_count":24118167,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"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":["ai","apis","artificialintelligence","database","generative","gpt","gpt4o","next-js","prisma","saas","seo","stripe","tailwindcss","trpc","webdevelopment"],"created_at":"2024-09-24T13:14:48.543Z","updated_at":"2026-02-26T03:15:20.184Z","avatar_url":"https://github.com/savka777.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Titel\r\n![App Screenshot](./public/landingpagedemo.png)\r\nTitel is a web application designed to generate SEO-optimized titles for given text. The application integrates with various databases and services to provide a seamless user experience.\r\n\r\n## Table of Contents\r\n\r\n- [Features](#features)\r\n- [Technologies Used](#technologies-used)\r\n- [Installation](#installation)\r\n- [Usage](#usage)\r\n\r\n## Features\r\n\r\n- Generate SEO-optimized titles for articles.\r\n- User authentication and token management.\r\n- Integration with multiple databases and services.\r\n- Responsive and user-friendly interface.\r\n\r\n## Technologies Used\r\n\r\n- **Next.js**\r\n- **OpenAI GPT-4o**\r\n- **Prisma**\r\n- **Stripe**\r\n- **Tailwind CSS**\r\n- **TRPC**\r\n- **Radix UI**\r\n\r\n## Installation\r\n\r\n1. **Clone the repository**: Download the project to your local machine.\r\n\r\n    ```bash\r\n    git clone https://github.com/savka777/titel.git\r\n    cd titel\r\n    ```\r\n\r\n2. **Install dependencies**: Use a package manager to install all required dependencies.\r\n\r\n    ```bash\r\n    npm install\r\n    ```\r\n3. **Set up environment variables**: Create a `.env` file in the root directory and add the necessary environment variables such as API keys and database connection strings.\r\n\r\n    ```env\r\n    KINDE_CLIENT_ID=\r\n    KINDE_CLIENT_SECRET=\r\n    KINDE_ISSUER_URL=\r\n    KINDE_SITE_URL=http://localhost:3000\r\n    KINDE_POST_LOGOUT_REDIRECT_URL=http://localhost:3000\r\n    KINDE_POST_LOGIN_REDIRECT_URL=http://localhost:3000/dashboard\r\n    DATABASE_URL= \"postgresql://neondb_owner...\"\r\n    DIRECT_URL= \"postgresql://neondb_owner...\"\r\n    OPENAI_API_KEY=\r\n    STRIPE_SECRET_KEY=\r\n    STRIPE_WEBHOOK_SECRET=\r\n    NEXT_PUBLIC_BASE_URL=\r\n    ```\r\n\r\n4. **Run the development server**: \r\n\r\n    ```bash\r\n    npm run dev\r\n    ```\r\n\r\n## Usage\r\n\r\n### Generating Titles\r\n\r\n1. Navigate to the title generation page.\r\n2. Enter the article text and select the article type.\r\n3. Click \"Generate Title\" to receive an SEO-optimized title.\r\n\r\n### User Authentication\r\n\r\n- Users can sign in and sign up via the provided authentication routes.\r\n- Token balances are managed and updated based on user actions.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsavka777%2Ftitel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsavka777%2Ftitel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsavka777%2Ftitel/lists"}