https://github.com/openizr/perseid
๐ The Product-oriented Framework
https://github.com/openizr/perseid
app back-end front-end full-stack javascript mongodb mysql postgresql react svelte typescript vuejs web
Last synced: 9 days ago
JSON representation
๐ The Product-oriented Framework
- Host: GitHub
- URL: https://github.com/openizr/perseid
- Owner: openizr
- License: mit
- Created: 2023-05-03T14:32:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-03T08:01:31.000Z (about 1 year ago)
- Last Synced: 2025-10-25T04:42:54.972Z (8 months ago)
- Topics: app, back-end, front-end, full-stack, javascript, mongodb, mysql, postgresql, react, svelte, typescript, vuejs, web
- Language: TypeScript
- Homepage: https://perseid.dev
- Size: 1.93 MB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

Perseid is a new way to build web applications, with a focus on features deliverability, scalability, and best practicesโship faster than ever before, while keeping technical debt under control.
[](https://coveralls.io/github/openizr/perseid?branch=main)
[](https://github.com/openizr/perseid/blob/main/LICENSE)
[](https://www.npmjs.com/package/@perseid/server)
[](https://github.com/openizr/perseid/commits/main)
[](https://nodejs.org/en/about/previous-releases)
[](https://discord.gg/jsWCRMqM2K)
# Perseid ๐
## Install
The recommended way to install and setup Perseid is by creating your project from the [official website](https://perseid.dev).
Looking for help? Start with our [Getting Started](https://perseid.dev/docs/learn/intro) guide.
Looking for quick examples? Explore our [portfolio of apps and features](https://perseid.dev/examples).
You can also install Perseid packages **manually** by running any of these command instead (depending on your need):
```bash
# For a development toolchain
yarn add @perseid/dev-kit
# For a back-end project
yarn add @perseid/server
# For a front-end project
yarn add @perseid/client
# For a job scheduler
yarn add @perseid/jobs
# For a standalone dynamic form
yarn add @perseid/form
# For a global app state manager
yarn add @perseid/store
# For using SASS library and UI components
yarn add @perseid/ui
```
## Features
- ๐ฆ **Modular**: pick only the packages you need
- ๐ **Fully Typed**: out-of-box types definitions and documentation
- ๐ **Framework-agnostic**: your stack, your choices
- โก๏ธ **Prototype-ready**: ship MVPs in seconds
- ๐ธ **100% customizable**: as your project evolves
## Documentation
Visit our [official documentation](https://perseid.dev).
## Support
Having trouble? Get help in the official [Perseid Discord](https://discord.gg/jsWCRMqM2K).
## Contributing
**New contributors welcome!** Check out our [Contributors](CONTRIBUTING.md) Guide for help getting started.
Join us on [Discord](https://discord.gg/jsWCRMqM2K) to meet other maintainers. We'll help you get your first contribution in no time!
## Directory
| Package | Release Notes |
| ------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [@perseid/dev-kit](packages/dev-kit) | [](CHANGELOG.md) |
| [@perseid/core](packages/core) | [](CHANGELOG.md) |
| [@perseid/server](packages/server) | [](CHANGELOG.md) |
| [@perseid/jobs](packages/jobs) | [](CHANGELOG.md) |
| [@perseid/ui](packages/ui) | [](CHANGELOG.md) |
| [@perseid/store](packages/store) | [](CHANGELOG.md) |
| [@perseid/form](packages/form) | [](CHANGELOG.md) |
| [@perseid/client](packages/client) | [](CHANGELOG.md) |
## Sponsor
Love this project and want to support it?
[โค๏ธ Sponsor Perseid](https://github.com/sponsors/openizr), or ๐ star the project on GitHub
## Authors
## License
[MIT](http://opensource.org/licenses/MIT)
Copyright (c) Openizr. All Rights Reserved.