{"id":34188395,"url":"https://github.com/olliniinivaara/pikari","last_synced_at":"2026-03-11T07:02:11.493Z","repository":{"id":89814008,"uuid":"203323740","full_name":"olliNiinivaara/Pikari","owner":"olliNiinivaara","description":"Self-hostable FOSS RAD SPA BaaS","archived":false,"fork":false,"pushed_at":"2019-11-23T13:49:59.000Z","size":32380,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-18T15:14:48.059Z","etag":null,"topics":["baas","front-end-development","go","pikari","prototyping","spa","vanilla-js","webapp"],"latest_commit_sha":null,"homepage":"","language":"Go","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/olliNiinivaara.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-08-20T07:31:53.000Z","updated_at":"2025-06-01T14:02:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"61f75c2f-ae52-4d70-a646-efe5c2923c74","html_url":"https://github.com/olliNiinivaara/Pikari","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/olliNiinivaara/Pikari","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olliNiinivaara%2FPikari","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olliNiinivaara%2FPikari/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olliNiinivaara%2FPikari/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olliNiinivaara%2FPikari/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/olliNiinivaara","download_url":"https://codeload.github.com/olliNiinivaara/Pikari/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olliNiinivaara%2FPikari/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30373508,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T06:09:32.197Z","status":"ssl_error","status_checked_at":"2026-03-11T06:09:17.086Z","response_time":84,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["baas","front-end-development","go","pikari","prototyping","spa","vanilla-js","webapp"],"created_at":"2025-12-15T15:34:03.096Z","updated_at":"2026-03-11T07:02:11.488Z","avatar_url":"https://github.com/olliNiinivaara.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏆 Pikari\n- Rapidly build working prototypes - best way to elicitate and validate UX and functional requirements\n- Backend-as-a-Service (BaaS) - concentrate on front-end, data is automatically saved and synced\n- Simple Javascript API and lots of pragmatic examples - get productive in record time\n- Framework agnostic - use your favorite tools or stick to vanillaJs\n- Developer-friendly - manage, configure and update everything remotely via web admin GUI\n- Learning web programming? - Pikari is a great environment for that, too\n\n## Quick start\n\n1. Create new directory for Pikari\n1. Put latest release there (*curl -J -LO `\u003cURL\u003e`* is our friend):\n   - Linux/x86-64: \u003chttps://github.com/olliNiinivaara/Pikari/releases/download/v0.9-beta/linux-pikari-v09-beta\u003e\n   - Windows/x86-64: \u003chttps://github.com/olliNiinivaara/Pikari/releases/download/v0.9-beta/pikari-v09-beta.exe\u003e\n   - MacOS/x86-64: \u003chttps://github.com/olliNiinivaara/Pikari/releases/download/v0.9-beta/macos-pikari-v09-beta\u003e\n1. For convenience, rename the program to pikari (.exe in Windows but [remove .dms added by Safari](https://forums.macrumors.com/threads/safari-erroneously-adding-dms-extension-to-downloads.2080108/))\n1. In Linux and MacOS, give executable permissions with *chmod u+x* pikari\n1. Learn to use Pikari server with [Pikari tutorial](http://github.com/olliNiinivaara/Hellopikari)\n1. Upload some more [examples](#examples) to Pikari and study them\n1. Learn to write Pikari applications with [API specification](http://htmlpreview.github.io/?https://github.com/olliNiinivaara/Pikari/blob/master/doc/pikari_API.html)\n1. Start writing your own prototypes!\n\n## \u003ca name=\"examples\"\u003e\u003c/a\u003eExamples\n\n* [Hellopikari](http://github.com/olliNiinivaara/Hellopikari/): Pikari server tutorial with a very simple application\n* [Text-Pikari](http://github.com/olliNiinivaara/Text-Pikari/): Synced editing of private and shared data\n* [List-Pikari](http://github.com/olliNiinivaara/List-Pikari/): Master-detail tables of data, CRUD and calculated fields\n* [TodoMVC-Pikari](http://github.com/olliNiinivaara/TodoMVC-Pikari/): The classic\n* [Chat-Pikari](http://github.com/olliNiinivaara/Chat-Pikari/): Messaging between users without a database\n\n## Building from source\n\n1. You need [go](https://golang.org/)\n2. You need [git](https://www.git-scm.com/)\n3. You need [gcc](https://gcc.gnu.org/)\n4. ```go get github.com/olliNiinivaara/Pikari```\n\n## Contribute\n\nFeature \u0026 pull requests welcome, this is an open source community effort","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folliniinivaara%2Fpikari","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folliniinivaara%2Fpikari","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folliniinivaara%2Fpikari/lists"}