back to home

spica-engine / spica

Spica is a development engine to build fast & efficient applications.

100 stars
19 forks
11 issues
TypeScriptHTMLSCSS

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing spica-engine/spica in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/spica-engine/spica)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

--------------------- Spica - development engine Spica is a full-fledged, free and open-source backend development platform. It aims to reduce all repetitive backend tasks and provide to fastest backend development process. Spica fulfills the needs of development among other things such as: | Modules | Version | Tests | Used In Enterprise Project | :-------------------- | :-------------------- | :--------------------: | :--------------------: | | Data Modeling | Release | :white_check_mark: | :white_check_mark: | | Realtime Database | Release | :white_check_mark: | :white_check_mark: | | Cloud Functions | Release | :white_check_mark: |:white_check_mark: | | Identity and Access Management | Release | :white_large_square: |:white_check_mark: | | Storage (CDN) | Release | :white_check_mark: | :white_check_mark: | | Dashboards | Release | :white_check_mark: | :white_check_mark: | | **Features** | | | | | Auto-Generated REST API | Release | :white_check_mark: | :white_check_mark: | | WebHooks | Release | :white_check_mark: | :white_check_mark: | | Custom OAuth & SAML | Beta | :white_check_mark: | :white_large_square: | | GraphQL | Beta | :white_check_mark: | :white_large_square: | | ACL Rules | Release | :white_check_mark: | :white_check_mark: | | Asset System | Beta | :white_large_square: | :white_large_square: | | Monitoring Tools | Beta | :white_check_mark: | :white_large_square: | | Identity Activity Monitoring | Release | :white_check_mark: | :white_check_mark: | | Instance Stats | Alpha | :white_check_mark: | :white_check_mark: | Secondary Features • Inline image editing • Data history • Data localization • Event driven function triggers • Prebuilt Open-Source Assets & Plugins • Customizable back-office UI • API-first approach Spica provides enterprise-grade backend features and customizable back-office UI for non-technical people. Quick Start Important: To run serve command, you must have Docker and NodeJs installed on your development environment. How It Works We are trying to reduce development time for fast-paced projects and startups. Also we want to give a platform where the backend developers enjoy while developing robust projects. You can use Spica as a backend engine as well as a headless CMS. To use Spica as a **backend engine**: • Prepare your data models in **Bucket Module**, REST API and GraphQL API will be generated automatically • Add rules to each bucket as an entry level security layer • Create custom policy for your project user roles • Apply your logic with **cloud functions** • Add **custom dashboards** for the business managers To use Spica as a **Headless CMS**: • Prepare your data models in **Bucket Module**, REST API and GraphQL API will be generated automatically • Place your inputs and customize your bucket views with a few clicks • Create **identities** for your content editors • Add policies to your **identities** so your content editors can't reach to any technical part. • Add automations with **cloud functions** • Add **Webhooks** if you want to trigger any other 3rd party integration such as Slack, Zapier RoadMap We are currently in **public beta**. This means, you can use every feature and 99% of features are stable. We used Spica for a few enterprise-grade projects which are serving millions of requests in a day. We can tell that the current roadmap: • Automate some settings with AI and reduce the complexity of the tool • Better monitoring tools • Adding new open-source assets such as Google Auth, Facebook Auth... • Adding new ready-to-use full-project starter kits such as Marketplace backend, social network backend .etc • New feature requests by our community are welcomed Documentation You can see full documentation on spicaengine/docs Alternatively, you can check out the example which is already up and running Click here and you will see section in our official web page. Community Join us on [Slack][slack] or [Discord][discord], feel free to request to join our private channel if you're planning to contribute. [slack]: https://join.slack.com/t/spica-engine/shared_invite/enQtNzYzMDE3NjQ2MTkyLTA3MTg4ZTViZGI0MThiYzdhNTYxMTQxNjcwYzRjZTJhZDE4YWFhOGU5NmUzMGZiYjlmOWY2NDg5OTUxZjM2NDM [discord]: https://discord.gg/fBtzBEaxKJ Docker Packs | Package | Status | Description | | :------: | :------: | :------: | | spicaengine/api | | API server of spica | | spicaengine/spica | | Dashboard for spica | | spicaengine/mongoreplicationcontroller | | Kubernetes controller for MongoDB replication | Libraries | Libraries | Status | Description | Languages | :------: | :------: | :------: | :------: | | | | CLI for controlling the API. | JS | | | | Development package for interacting with the APIs database directly. | JS | | | | Development package for interacting with the Bucket APIs. | JS | | | | Development package for the Storage module. | JS | | | | Development package for the Identity module. | JS | Contributing Thanks for your interest in contributing! Read up on our guidelines for contributing. Changelog [Learn about the latest improvements][changelog]. Licence Spica is an open-source software licensed under the [AGPL-3.0][licence]. [changelog]: https://github.com/spica-engine/spica/blob/master/CHANGELOG.md [licence]: https://opensource.org/licenses/AGPL-3.0