{"id":14962261,"url":"https://github.com/electrikhq/electrik","last_synced_at":"2025-05-15T16:02:13.377Z","repository":{"id":59773779,"uuid":"539105794","full_name":"electrikhq/electrik","owner":"electrikhq","description":"Electrik is a full-featured, open-source, starter-kit to help you build you your SaaS application.","archived":false,"fork":false,"pushed_at":"2025-01-03T13:39:41.000Z","size":4153,"stargazers_count":282,"open_issues_count":7,"forks_count":23,"subscribers_count":9,"default_branch":"3.x","last_synced_at":"2025-05-15T04:47:43.995Z","etag":null,"topics":["laravel","laravel-admin","laravel-framework","laravel-nova","laravel-package","laravel-starter-kit","laravel9","php","saas","saas-boilerpate","saas-boilerplate","tailwindcss"],"latest_commit_sha":null,"homepage":"https://electrik.dev","language":"PHP","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/electrikhq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["electrikhq"]}},"created_at":"2022-09-20T17:13:32.000Z","updated_at":"2025-04-30T09:38:08.000Z","dependencies_parsed_at":"2024-04-14T10:36:40.542Z","dependency_job_id":"56841d6a-f004-4f9d-a9b1-292d8b69b331","html_url":"https://github.com/electrikhq/electrik","commit_stats":{"total_commits":107,"total_committers":3,"mean_commits":"35.666666666666664","dds":0.01869158878504673,"last_synced_commit":"d26c028f2887d00ee8763720f81ed82c6aef0681"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electrikhq%2Felectrik","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electrikhq%2Felectrik/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electrikhq%2Felectrik/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electrikhq%2Felectrik/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/electrikhq","download_url":"https://codeload.github.com/electrikhq/electrik/tar.gz/refs/heads/3.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254374388,"owners_count":22060609,"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":["laravel","laravel-admin","laravel-framework","laravel-nova","laravel-package","laravel-starter-kit","laravel9","php","saas","saas-boilerpate","saas-boilerplate","tailwindcss"],"created_at":"2024-09-24T13:29:47.760Z","updated_at":"2025-05-15T16:02:13.314Z","avatar_url":"https://github.com/electrikhq.png","language":"PHP","funding_links":["https://github.com/sponsors/electrikhq"],"categories":[],"sub_categories":[],"readme":"# Electrik\n\nElectrik is a robust, fully-featured open-source starter kit designed to accelerate the development of your next SaaS application. Built on Laravel and enhanced with Livewire, Tailwind CSS, and the custom Electrik Slate UI, it offers a ready-to-use foundation for SaaS platforms with a focus on ease of use and extensibility.\n\n\n[![CI/CD workflow](https://github.com/electrikhq/electrik/actions/workflows/ci.yml/badge.svg)](https://github.com/electrikhq/electrik/actions/workflows/ci.yml) ![GitHub tag (latest SemVer pre-release)](https://img.shields.io/github/v/tag/electrikhq/electrik?include_prereleases) ![Packagist Downloads](https://img.shields.io/packagist/dt/electrik/electrik)  ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/electrikhq/electrik) ![GitHub](https://img.shields.io/github/license/electrikhq/electrik) \n\n**IMPORTANT NOTE**\n\n\u003eSince Laravel 11 has been released, I am working on making Electrik compatible with L11.x. Currently, the packages Electrik uses as dependencies; some of them have not released 11x support. Hence, the current version 3.x of Electik is unstable. Till the time this issue is not resolved, I would suggest you either wait for the full 11.x support of use L9.x\n\n\u003cbr/\u003e\n\n![Dashboard](art/dashboard.png \"Dashboard after successful installation\").\n\n## 🌟 Features\nElectrik simplifies SaaS development with these core functionalities:\n\n* Team Management: Build applications that support multiple users and teams out of the box.\n* Subscription Billing: Integrated Stripe support for handling recurring billing.\n* User Management: Robust user management capabilities to handle different user roles and permissions.\n* Profile Management: Allow users to manage their profiles effortlessly.\n* Scalable Dashboard: A minimalistic yet expandable dashboard.\n* Open Source: Fully open source and free for both personal and commercial use.\n\n## 🚀 Quick Start\n\nGetting started with Electrik is straightforward:\n\nElectrik is meant to be used on a fresh laravel installation. It does not support integration with existing laravel applications. \n\nTo install electrik to your project, use the following steps:\n\n1. Create a fresh laravel application\n```bash\ncomposer create-project laravel/laravel \u003cawesome-saas-project\u003e --prefer-dist\n```\n\n2. Require Electrik via composer\n```bash\ncomposer require electrik/electrik\n```\n\n3. Install Electrik\n```bash\nphp artisan electrik:install\n```\n\n4. Start the development server\n```bash\nphp artisan serve\n```\n\nThat's all! Now go to [https://localhost:8000/dashboard](https://localhost:8000/dashboard) and enjoy!\n\n\n## Why another Starter kit?\n\nIt's true that there are a lot of starter kits available for SaaS applications. They all have great features. What seperates Electrik from any other starter kits out there is that it's 100% open source. Electrik does not have tired pricing or pro features like almost every other starter kit provides and then asks for a premium to use these features. Electrik will always stay open source and free. Even for commercial usage.\n\n## What's the catch?\n\nThere is no catch :)\n\n## 🙏 Sponsors\nSpecial thanks to our sponsors who made this project possible:\n\n* [Netsouls](https://www.studionetsouls.com/)\n* [Quick Brown Fox](https://qbf.company)\n* [Arkreach](https://arkreach.com)\n* [Digital Ocean](https://m.do.co/c/c7b14ea05587)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felectrikhq%2Felectrik","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felectrikhq%2Felectrik","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felectrikhq%2Felectrik/lists"}