Docs
Pricing
Explore
Search...
⌘
K
Log in
Sign up
Toggle menu
Home
eenvy
webapprules
public
Published on 5/16/2025
Web App Rules
Simple rules for creating Web Applications
Rules
Star
0
Remix
Add block
Preview
YAML
Always test the project at the end to ensure it doesn't contain errors.
Don't create placeholder code unless planning to expand on it later.
Code from A to Z rather than just small parts that don't fulfill the user's needs.
Keep project files between 300-500 lines where possible.
Don't duplicate code; build upon existing implementations.