Official repo for the (new) Fipamo Project https://fipamo.h-i.works
  • Rust 40.7%
  • JavaScript 30%
  • CSS 16.2%
  • HTML 13.1%
Find a file
ro 22d2f0354e
html rendering: archives, code clean up
completed the switch over for archive page rendering, which finalizes
the entire rendering to html process.

also started the process of cleaning up the codebase as there is a lot
of code that is no longer being used. this is going to be an ongoing
process as the last pieces of functionality are switched over to using
the db
2026-04-15 14:00:58 -06:00
for_fipamo/themes/fipamo-relaxed html rendering: archives, code clean up 2026-04-15 14:00:58 -06:00
migrations migration file updates, template adjustments 2026-04-06 18:24:39 -06:00
resources re-activated menu re-ordering and state updating 2026-04-10 18:46:51 -06:00
src html rendering: archives, code clean up 2026-04-15 14:00:58 -06:00
.gitignore fix for binary compilation, cleaned up pages route 2026-04-02 20:03:45 -06:00
bacon.toml re-activated menu re-ordering and state updating 2026-04-10 18:46:51 -06:00
Cargo.lock fix for binary compilation, cleaned up pages route 2026-04-02 20:03:45 -06:00
Cargo.toml improved array conversion from db, template fixes 2026-04-05 16:41:12 -06:00
diesel.toml started conversion to sqlite as data store 2026-03-31 15:12:47 -06:00
README.md updated readme to state project is in pre-release 2025-10-01 14:01:11 -06:00

Fipamo Version Four Pre-Release

The Fipamo Project was originally a side project of Ro to help make his development work easier by having a stable base to build from instead of having to build from scratch each time.

With the rise of independent social media becoming a permanent topic in mainstream tech discourse, the need for easy-to-use tools to create and maintain a personal online experience that the individual can control is a priority.

To address this need, Fipamo has evolved into a self-hosted no-database content management platform that is accessible, easy to understand, and extendable.

Fipamo Goals

Fipamo will be a full-featured content management platform that makes it easy for people to create and manage their content and retain full control of their creations, with the ability to share their content with other platforms at their discretion.

Fipamo Planned Features

  • Blog-style posting with a variety of media types, i.e. text, images, video, sound, etc
  • Micro-blog capabilities through Activity Pub integration
  • Sharing content with any platform with any platform with an available API (Instagram, TikTok, WordPress, etc)
  • Modern accessibility to serve the needs of differently-abled people.
  • Plug-in system to extend functionality
  • Easy data portability

Contributing to Fipamo

Fipamo is a project that wants to foster a healthy community through the values of safety, ease of use, and transparency. The creation of a tool that promotes these attributes cannot be done by one person, so contributors from a variety of backgrounds are welcome to lend their expertise to accomplish this goal.

For details on how to lend a hand, check the guide.