mirror of
https://github.com/kottster/kottster.git
synced 2026-01-09 06:12:22 +08:00
* fix: Update data source actions, fix hooks value passing * fix: Update page generator * fix: Update updateUser action * fix: Update cli version * docs: Update CHANGELOG.md * fix: Remove server/docs
Instant admin panel for your app
Get a custom Node.js admin panel. Create pages to view and manage data in your database tables,
compose dashboards, or build fully custom pages. Secure, self-hosted, and easy to set up.
Get Started • Live Demo • Our Website • Docs
Getting started
To create a new project, run:
npx @kottster/cli@latest new
Make sure you have Node.js (v20 or above) installed on your system.
Alternatively, you can use Docker to run Kottster. For more details, check out the Docker Quickstart.
Next steps
1. Inside your project, run the app locally:
npm run dev
This will run the app locally in development mode. You can access it at http://localhost:5480.
2. Create an account.
After running the project, you'll need to log in to your account or create a new one.
3. Connect the app to your database.
4. Start building your app:
- Add pages for viewing and managing data in your database table.
- Or, build fully custom pages from scratch (dashboards, charts, forms, etc.).
5. Deploy your app when it's ready.
Resources
Contribute
We welcome feedback and contributions!
See CONTRIBUTING.md for guidelines.
Need Help?
License
Kottster is licensed under the terms of Apache License 2.0.
Description
A simple Node.js admin panel for your app. Build an admin panel in minutes.
Readme
Apache-2.0
15 MiB
Languages
TypeScript
99.4%
JavaScript
0.4%
Shell
0.2%
