Skip to content

docs(readme): enhance project description and visual elements#145

Merged
elifouts merged 1 commit intomainfrom
docs/readme-presentation-page
Mar 9, 2026
Merged

docs(readme): enhance project description and visual elements#145
elifouts merged 1 commit intomainfrom
docs/readme-presentation-page

Conversation

@elifouts
Copy link
Collaborator

@elifouts elifouts commented Mar 9, 2026

No description provided.

Copilot AI review requested due to automatic review settings March 9, 2026 06:28
@elifouts elifouts merged commit b4d776d into main Mar 9, 2026
5 checks passed
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the repository README to present DevBits with a more polished product narrative and richer visual/branding elements for the main entry point of the codebase.

Changes:

  • Replaces the plain Markdown header/outline with centered HTML branding, badges, and preview images.
  • Adds product identity sections, visual gallery tables, and feature summaries using <details> blocks.
  • Reorganizes “Explore More” links at the bottom of the README.

- [backend/docs/AWS_TRANSFER_NO_NGINX.md](backend/docs/AWS_TRANSFER_NO_NGINX.md)
- Product and deployment runbook: [INSTRUCTIONS.md](INSTRUCTIONS.md)
- Backend structure and scripts: [backend/scripts/README.md](backend/scripts/README.md)
- AWS deployment notes: [docs/AWS_TRANSFER_NO_NGINX.md](docs/AWS_TRANSFER_NO_NGINX.md)
Copy link

Copilot AI Mar 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The link to the AWS deployment notes points to docs/AWS_TRANSFER_NO_NGINX.md, but there is no top-level docs/ directory in the repo; the file currently lives at backend/docs/AWS_TRANSFER_NO_NGINX.md. Update the README link target to avoid a broken reference.

Suggested change
- AWS deployment notes: [docs/AWS_TRANSFER_NO_NGINX.md](docs/AWS_TRANSFER_NO_NGINX.md)
- AWS deployment notes: [backend/docs/AWS_TRANSFER_NO_NGINX.md](backend/docs/AWS_TRANSFER_NO_NGINX.md)

Copilot uses AI. Check for mistakes.
Comment on lines +139 to +157
## Project Story

## Static file sync
DevBits exists to make technical progress visible.

`backend/api/static/` is the source of truth for compliance and deep-linking files
(`apple-app-site-association`, `privacy-policy.html`, `account-deletion.html`).
The same files are mirrored into `frontend/public/` for the Expo web build.
Instead of posting polished outcomes only, builders can share:

Run `Bash-Scripts/sync-static.sh` after editing any file in `backend/api/static/`
to keep the frontend copy in sync.
- What they are building now
- What broke today
- What they learned while fixing it
- What they are shipping next

## Deployment DB scripts
> [!TIP]
> The goal is simple: give developers a social home for real work in progress.

All deployment database script commands and usage are documented in:
## Explore More

- [backend/scripts/README.md](backend/scripts/README.md)
- [backend/docs/AWS_TRANSFER_NO_NGINX.md](backend/docs/AWS_TRANSFER_NO_NGINX.md)
- Product and deployment runbook: [INSTRUCTIONS.md](INSTRUCTIONS.md)
- Backend structure and scripts: [backend/scripts/README.md](backend/scripts/README.md)
- AWS deployment notes: [docs/AWS_TRANSFER_NO_NGINX.md](docs/AWS_TRANSFER_NO_NGINX.md)
Copy link

Copilot AI Mar 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This rewrite removes the prior “Local Development” / quick-start and troubleshooting content from the README without providing an equivalent developer onboarding section elsewhere (INSTRUCTIONS.md is deployment-focused). If the intent is only to enhance visuals/description, consider restoring a minimal local dev quick start (or moving it to a dedicated doc and linking it here) to avoid losing setup guidance.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants